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 # This file only acts as a reference and should *NOT* be used as a
5 # template for a suitable herrie.conf. Package maintainers, this also
6 # includes you! Let's keep herrie's behaviour consistent across
7 # different platforms, okay?
9 # Use this line to change the behaviour of the playlist to be like
10 # players like WinAmp, XMMS and AmaroK:
13 # This line makes the user interface look more devilish:
16 # Switch file browser to a certain directory at startup:
17 gui.browser.defaultpath=/vol/music
19 # Enable AudioScrobbler song submission. Make sure you generate the
20 # password with `printf %s p4ssw0rd | md5'. It's probably not a good
21 # idea to place these switches in the public config file. You'd better
22 # stick these switches in ~/.herrie/config, with 0600 permissions:
23 scrobbler.username=SomeUser
24 scrobbler.password=0011223344556677889900aabbccddeeff
26 # Chroot and setuid. You could make Herrie a shell of a user with ID 0
27 # and use these switches. It should be reasonably safe...:
28 vfs.lockup.chroot=/vol/music
29 vfs.lockup.user=nobody