|
|
@@ -50,14 +50,14 @@ log_file "{{ [log_dir,'mpd',item,'.log']|join() }}" |
|
|
|
# for use of mpd --kill and some init scripts. This setting is disabled by |
|
|
|
# default and the pid file will not be stored. |
|
|
|
# |
|
|
|
pid_file "{{ [path,pid_file,item]|join() }}" |
|
|
|
pid_file "{{ [path,item,'/',pid_file]|join() }}" |
|
|
|
# |
|
|
|
# This setting sets the location of the file which contains information about |
|
|
|
# most variables to get MPD back into the same general shape it was in before |
|
|
|
# it was brought down. This setting is disabled by default and the server |
|
|
|
# state will be reset on server start up. |
|
|
|
# |
|
|
|
state_file "{{ [path,state_file,item]|join() }}" |
|
|
|
state_file "{{ [path,item,'/',state_file,]|join() }}" |
|
|
|
|
|
|
|
# |
|
|
|
# The location of the sticker database. This is a database which |
|
|
|