From dce6c4fbea64989dea0a0d73125a3af592f63e33 Mon Sep 17 00:00:00 2001 From: qo-op Date: Wed, 10 Mar 2021 02:52:51 +0100 Subject: [PATCH] change music dir to /home/_USER_/astroport/mp3 + remove snapfifo --- .install/templates/copylaradio/mpd.conf | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.install/templates/copylaradio/mpd.conf b/.install/templates/copylaradio/mpd.conf index e3fc247..ab925df 100644 --- a/.install/templates/copylaradio/mpd.conf +++ b/.install/templates/copylaradio/mpd.conf @@ -1,4 +1,4 @@ -music_directory "/home/_USER_/.zen/audio" +music_directory "/home/_USER_/astroport/mp3" playlist_directory "/home/_USER_/.zen/playlists" user "_USER_" bind_to_address "localhost" @@ -27,10 +27,3 @@ log_file "syslog" format "44100:16:1" } - audio_output { - type "fifo" - name "my pipe" - path "/tmp/snapfifo" - format "48000:16:2" - mixer_type "software" - }