diff options
author | Oleg Deordiev <admin@ifconfig.com.ua> | 2018-09-27 09:19:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-29 07:47:42 +0700 |
commit | df5814c003726fd9f5ff84d77189698867ad3f81 (patch) | |
tree | fd7180310302423c24667f8b8fb602fb8a0175e2 /multimedia/mp3fs/README | |
parent | 806f54b4b231c4b2267170f523610c471c57fd29 (diff) | |
download | slackbuilds-df5814c003726fd9f5ff84d77189698867ad3f81.tar.gz |
multimedia/mp3fs: Added (read-only FUSE filesystem).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mp3fs/README')
-rw-r--r-- | multimedia/mp3fs/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/mp3fs/README b/multimedia/mp3fs/README new file mode 100644 index 0000000000..2182af1bcd --- /dev/null +++ b/multimedia/mp3fs/README @@ -0,0 +1,15 @@ +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 |