mp3fs - A transcoding FUSE filesystem

Installation
============

mp3fs uses the GNU build system:

./configure
make
make install

Usage
=====

mount your filesystem like this:
(you will probably have to be root)

mp3fs musicdir,bitrate mountpoint [-o fuse_options]

e.g.:
mp3fs /mnt/music,256 /mnt/mp3 -o allow_other,ro
