Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
beb20b58d8
2 changed files with 2 additions and 4 deletions
  1. +1
    -2
      playbooks/mpdb.conf.j2
  2. +1
    -2
      playbooks/mpdf.conf.j2

+ 1
- 2
playbooks/mpdb.conf.j2 View File

@@ -11,7 +11,7 @@
# file:// protocol) or streaming files over an accepted protocol. # file:// protocol) or streaming files over an accepted protocol.
# #
#######need to fix this one too #######need to fix this one too
music_directory "https://home.thrace-lan.info:44300/MUSIC/"
music_directory "/mnt/MUSIC/"


database { database {
plugin "simple" plugin "simple"
@@ -20,7 +20,6 @@ database {
} }




#music_directory
# #
# This setting sets the MPD internal playlist directory. The purpose of this # This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use # directory is storage for playlists created by MPD. The server will use


+ 1
- 2
playbooks/mpdf.conf.j2 View File

@@ -11,7 +11,7 @@
# file:// protocol) or streaming files over an accepted protocol. # file:// protocol) or streaming files over an accepted protocol.
# #
#######need to fix this one too #######need to fix this one too
music_directory "https://home.thrace-lan.info:44300/MUSIC/"
music_directory "/mnt/MUSIC/"




database { database {
@@ -24,7 +24,6 @@ database {
keepalive "yes" keepalive "yes"
} }


#music_directory
# #
# This setting sets the MPD internal playlist directory. The purpose of this # This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use # directory is storage for playlists created by MPD. The server will use


Loading…
Cancel
Save