fix logic error
[scrobby.git] / doc / scrobby.conf.example
blobec4e2b35b5620b9ac5724b19a95195d2dc8a7b80
1 ###############################################
2 ## scrobby sample configuration file (copy   ##
3 ## it to /etc/scrobby.conf or ~/.scrobbyconf ##
4 ## and adjust settings to suit your needs)   ##
5 ###############################################
7 ##
8 ## Note: you can specify a password
9 ## in clear text or hashed with an
10 ## md5 algorithm.
13 ### user settings
15 ## Note: If run as root, scrobby will drop
16 ## root privileges and keep running as below
17 ## user. If not specified, scrobby will keep
18 ## running as root (not recommended)
21 #dedicated_user = ""
23 ### log settings
25 #log_level = "info" (none/info/verbose)
27 ### files settings
29 #log_file = "/var/log/scrobby/scrobby.log"
31 #pid_file = "/var/run/scrobby/scrobby.pid"
33 #cache_file = "/var/cache/scrobby/scrobby.cache"
35 ### mpd settings
37 #mpd_host = "localhost"
39 #mpd_port = "6600"
41 #mpd_timeout = "15"
43 ### last.fm settings
45 #lastfm_user = ""
47 #lastfm_password = ""
49 #lastfm_md5_password = ""