slackbuilds/multimedia/mtpfs
B. Watson deaaec7a63
multimedia/mtpfs: Updated for version 1.1+20210514_d228a21.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-07 08:13:43 +07:00
..
README multimedia/mtpfs: Remove template comment. 2021-10-13 00:52:19 +07:00
mtpfs.SlackBuild multimedia/mtpfs: Updated for version 1.1+20210514_d228a21. 2023-01-07 08:13:43 +07:00
mtpfs.info multimedia/mtpfs: Updated for version 1.1+20210514_d228a21. 2023-01-07 08:13:43 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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" for more information