# The base directory for storing music data base=/data # Paths relative to $base for storing music files. # I allow two because I have 2 hdd's :-) # # The assumption is the $base/$oldmusicdir and $base/$newmusicdir are mount # points on large HDDs. # # New music is stored into $base/$newmusicdir # after checking that it does not exist in either # the oldmusicdir or newmusicdir # If you have only 1 HDD to store music, then you probably # want to make these 2 locations the same # When playing music, data from both these locations are merged # in the user interface so that the user sees a unified music catalogue oldmusicdir=vol1 newmusicdir=vol2 # Location of misc binaries bin=/usr/local/bin # Location of specific binaries cdparanoia=/usr/local/bin/cdparanoia discid=/usr/local/bin/discid lavrec=/usr/local/bin/lavrec lavplay=/usr/local/bin/lavplay aumix=/usr/bin/aumix # Directory where video data is stored videodir=/data/vol2/video # Audio (cd) device and mixer audiodev=/dev/dsp audiomixer=/dev/mixer # Audio (video device) device and mixer # This may be on a separate sound card videodev=/dev/dsp1 videomixer=/dev/mixer1