From 9a5dd709ca657256e3ded2ba5e281e6cdd25defa Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 05:26:25 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.conf.j2 | 8 ++++---- playbooks/mpdf.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/mpdf.conf.j2 b/playbooks/mpdf.conf.j2 index 34326f9..73c7a9e 100644 --- a/playbooks/mpdf.conf.j2 +++ b/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 diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index bc99ed6..dff3e1c 100644 --- a/playbooks/mpdf.yaml +++ b/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