SlackBuildsOrg/multimedia/mtpfs
B. Watson 276f7806ee multimedia/mtpfs: fix .info.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-11-14 01:46:36 +07:00
..
mtpfs.info multimedia/mtpfs: fix .info. 2014-11-14 01:46:36 +07:00
mtpfs.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
README
slack-desc

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 as an argument (e.g. "mtpfs ~/mtp")
- See /usr/doc/mtpfs-*/README and "mtpfs --help" output for more information