Man Linux: Main Page and Category List

NAME

       mp3fs - mounts a virtual filesystem

SYNOPSIS

       mp3fs <musicdir>,<bitrate> <mountpoint> [-o <fuse_options>]

DESCRIPTION

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

EXAMPLE

       mp3fs /mnt/music,128 /mnt/mp3 -o allow_other,ro

BUGS

       There may be bugs in the software, and this man page  is  definitely  a
       quick  hack  to  make up for the fact that the upstream tarball doesn't
       include one.

AUTHORS

       The mp3fs filesystem is copyright (C) 2006-2008 David Collett. This man
       page,  created for Debianized installations, is copyright (C) 2008-2009
       Todd A. Jacobs.

SEE ALSO

       fusermount(1)