Add gui.ratio.
[herrie-working.git] / herrie / herrie.conf.sample
blobd454829fd718a508c0c214b8e15191ccc205b7d1
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 `printf %s p4ssw0rd | md5'. It's probably not a good
16 # idea to place these switches in the public config file. You'd better
17 # stick 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