From beb20b58d8453389e0889b9547448c4b86663547 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 06:45:05 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdb.conf.j2 | 3 +-- playbooks/mpdf.conf.j2 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/playbooks/mpdb.conf.j2 b/playbooks/mpdb.conf.j2 index 8427b57..e88d386 100644 --- a/playbooks/mpdb.conf.j2 +++ b/playbooks/mpdb.conf.j2 @@ -11,7 +11,7 @@ # file:// protocol) or streaming files over an accepted protocol. # #######need to fix this one too -music_directory "https://home.thrace-lan.info:44300/MUSIC/" +music_directory "/mnt/MUSIC/" database { plugin "simple" @@ -20,7 +20,6 @@ database { } -#music_directory # # This setting sets the MPD internal playlist directory. The purpose of this # directory is storage for playlists created by MPD. The server will use diff --git a/playbooks/mpdf.conf.j2 b/playbooks/mpdf.conf.j2 index be8ac1b..e7e497f 100644 --- a/playbooks/mpdf.conf.j2 +++ b/playbooks/mpdf.conf.j2 @@ -11,7 +11,7 @@ # file:// protocol) or streaming files over an accepted protocol. # #######need to fix this one too -music_directory "https://home.thrace-lan.info:44300/MUSIC/" +music_directory "/mnt/MUSIC/" database { @@ -24,7 +24,6 @@ database { keepalive "yes" } -#music_directory # # This setting sets the MPD internal playlist directory. The purpose of this # directory is storage for playlists created by MPD. The server will use