|
@@ -48,20 +48,20 @@ log_file {{ [log_dir,'mpd',item,'.log']|join() }} |
|
|
# for use of mpd --kill and some init scripts. This setting is disabled by |
|
|
# for use of mpd --kill and some init scripts. This setting is disabled by |
|
|
# default and the pid file will not be stored. |
|
|
# default and the pid file will not be stored. |
|
|
# |
|
|
# |
|
|
pid_file {{ [path,item,pid_file]|join() }} |
|
|
|
|
|
|
|
|
pid_file {{ [path,pid_file,item]|join() }} |
|
|
# |
|
|
# |
|
|
# This setting sets the location of the file which contains information about |
|
|
# 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 |
|
|
# 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 |
|
|
# it was brought down. This setting is disabled by default and the server |
|
|
# state will be reset on server start up. |
|
|
# state will be reset on server start up. |
|
|
# |
|
|
# |
|
|
state_file {{ [path,item,state_file]|join() }} |
|
|
|
|
|
|
|
|
state_file {{ [path,state_file,item]|join() }} |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# The location of the sticker database. This is a database which |
|
|
# The location of the sticker database. This is a database which |
|
|
# manages dynamic information attached to songs. |
|
|
# manages dynamic information attached to songs. |
|
|
# |
|
|
# |
|
|
sticker_file {{ [path,item,sticker_file]|join() }} |
|
|
|
|
|
|
|
|
sticker_file {{ [path,sticker_file,item]|join() }} |
|
|
|
|
|
|
|
|
############################################################################### |
|
|
############################################################################### |
|
|
|
|
|
|
|
@@ -99,7 +99,7 @@ bind_to_address {{ bind_to_address }} |
|
|
# to. |
|
|
# to. |
|
|
# |
|
|
# |
|
|
#port "6600" |
|
|
#port "6600" |
|
|
port {{ port + item }} |
|
|
|
|
|
|
|
|
port {{ mpdport + item }} |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# This setting controls the type of information which is logged. Available |
|
|
# This setting controls the type of information which is logged. Available |
|
|