add support for log levels
[scrobby.git] / doc / scrobby.conf.example
blob9c6c335237b0f96182f372f815d3a17ecbe21028
1 #######################################
2 ## scrobby sample configuration file ##
3 ## (copy it to /etc/scrobby.conf)    ##
4 #######################################
6 ##
7 ## Note: you can specify a password
8 ## in clear text or hashed with an
9 ## md5 algorithm.
12 ### log settings
14 #log_level = "info" (none/info/verbose)
16 ### files settings
18 #log_file = "/var/log/scrobby.log"
20 #pid_file = "/var/run/scrobby.pid"
22 #cache_file = "/var/cache/scrobby/scrobby.cache"
24 ### mpd settings
26 #mpd_host = "localhost"
28 #mpd_port = "6600"
30 #mpd_password = ""
32 #mpd_timeout = "15"
34 ### last.fm settings
36 #lastfm_user = ""
38 #lastfm_password = ""
40 #lastfm_md5_password = ""