This is a filesystem client that allow you to read cd audio. For that it use
libparanoia.

Installing
==========
You need devel for libparanoia and of course fuse.

Compile cddfs with
make
copy cddfs where you want.

Using
=====
Once cddfs is installed

cddfs -D device mountpoint

If there are no device specufued, it try /dev/cdrom by default.
You can also specify the paranoia mode with -m :
 0 : Disable  all  data  verification  and correction features.
 1 : enable overlap
 2 : check for scratch
 3 : enable all all  data  verification  and correction features.

You could only play track on the fly with mode 0 or 1.


To unmount the filesystem:

fusermount -u moutpoint

Bugs and feature requests
=========================

Send bug reports to <castet.matthieu@free.fr>
