You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 4 years ago
..
README multimedia/mp3fs: Added (read-only FUSE filesystem). 7 years ago
mp3fs.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 4 years ago
mp3fs.info multimedia/mp3fs: Fixed dep info 5 years ago
slack-desc multimedia/mp3fs: Added (read-only FUSE filesystem). 7 years ago

README

mp3fs is a read-only FUSE filesystem which transcodes between
audio formats (currently FLAC to MP3) on the fly when files
are opened and read.

It can let you use a FLAC collection with software and/or
hardware which only understands the MP3 format, or transcode
files through simple drag-and-drop in a file browser.

Usage:

Mount your music like so (for example)
mp3fs -b 192 /mnt/music /mnt/mp3 -o allow_other,ro

or use the following entry in /etc/fstab:
/mnt/music /mnt/mp3 fuse allow_other,ro,bitrate=192 0 0