MTPfs is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp)
Current Version: 0.9
Download: mtpfs_0.9.orig.tar.gz
Currently implemented:
- Browsing Folders
- Reading files
- Writing files
- Browsing playlists
- Writing playlists
- Writing music tracks with metadata
Details
When files are written their file extension is checked to determine the filetype. This means that images, videos and ics files (for instance) will be recognised by the player (rather than setting filetype to ‘unknown’).
There is also a virtual directory called “/Playlists” which contains your playlists as m3u files. If you write an m3u file to that directory a playlist will be created as well. m3u files are just a text file containing a list of all tracks you want in the playlist one per line)
