Use $PREFIX instead of /usr for the 4Front OSS include path.
[herrie-working.git] / herrie / herrie.conf.sample
blob187046d1520236e77e888ea3d2f9ac77c3740738
1 # This is the sample configuration file for herrie. Please refer to the
2 # herrie(1) manual page for a complete list of configuration switches.
4 # Use this line to change the behaviour of the playlist to be like
5 # players like WinAmp, XMMS and AmaroK:
6 playq.xmms=yes
8 # This line makes the user interface look more devilish:
9 gui.color.bar.bg=red
11 # Switch file browser to a certain directory at startup:
12 gui.browser.defaultpath=/vol/music
14 # Enable AudioScrobbler song submission. Make sure you generate the
15 # password with `echo -n p4ssw0rd | md5'. It's probably not a good idea
16 # to place these switches in the public config file. You'd better stick
17 # these switches in ~/.herrie/config, with 0600 permissions:
18 scrobbler.username=SomeUser
19 scrobbler.password=0011223344556677889900aabbccddeeff
21 # Chroot and setuid. You could make Herrie a shell of a user with ID 0
22 # and use these switches. It should be reasonably safe...:
23 vfs.lockup.chroot=/vol/music
24 vfs.lockup.user=nobody