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:
8 # This line makes the user interface look more devilish:
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