Просмотр исходного кода

working on changes, and debugging

master
Erin Sims 2 лет назад
Родитель
Сommit
9a5dd709ca
2 измененных файлов: 5 добавлений и 5 удалений
  1. +4
    -4
      playbooks/mpdf.conf.j2
  2. +1
    -1
      playbooks/mpdf.yaml

+ 4
- 4
playbooks/mpdf.conf.j2 Просмотреть файл

@@ -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
# 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
# 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,item,state_file]|join() }}
state_file {{ [path,state_file,item]|join() }}

#
# The location of the sticker database. This is a database which
# 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.
#
#port "6600"
port {{ port + item }}
port {{ mpdport + item }}

#
# This setting controls the type of information which is logged. Available


+ 1
- 1
playbooks/mpdf.yaml Просмотреть файл

@@ -15,7 +15,7 @@
group: nogroup
bind_to_address: any
bind_address: any
port: 6600
mpdport: 6600
log_level:
gapless_mp3_playback: yes
save_absolute_paths_in_playlists: yes


Загрузка…
Отмена
Сохранить