summaryrefslogtreecommitdiffstats
path: root/multimedia/mtpfs/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2010-05-13 00:59:47 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:59:47 +0200
commit4c55fc490fd05b8d559cd41c2aa30ed8b0eda484 (patch)
tree085107cbde5366bff398d4e7073ab94441c5b5ce /multimedia/mtpfs/README
parent5d6dec588bfbf469a7b4b18fd12d367513bdc9c8 (diff)
downloadslackbuilds-4c55fc490fd05b8d559cd41c2aa30ed8b0eda484.tar.gz
slackbuilds-4c55fc490fd05b8d559cd41c2aa30ed8b0eda484.tar.xz
multimedia/mtpfs: Added to 13.0 repository
Diffstat (limited to 'multimedia/mtpfs/README')
-rw-r--r--multimedia/mtpfs/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/mtpfs/README b/multimedia/mtpfs/README
new file mode 100644
index 0000000000..d27106522f
--- /dev/null
+++ b/multimedia/mtpfs/README
@@ -0,0 +1,15 @@
+mtpfs (mount MS Media Transport Protocol devices as a filesystem)
+
+MTPfs is a FUSE filesystem that supports reading and writing from any
+MTP device, as supported by libmtp. MTPfs includes extra features such
+as playlist and meta information support for MP3 players.
+
+Quickstart:
+
+- Ensure your user is in the "audio" group
+- Create a directory to use as a mount point (e.g. "mkdir ~/mtp")
+- Set media device to MTP mode, if necessary
+- Plug media device into USB port
+- Run mtpfs with the mount point dir as an argument (e.g. "mtpfs ~/mtp")
+- See /usr/doc/mtpfs-0.9/README, and the output of "mtpfs --help",
+ for more information