diff --git a/network/mpd.conf b/network/mpd.conf index b32fdcc..50f7c7d 100644 --- a/network/mpd.conf +++ b/network/mpd.conf @@ -10,32 +10,32 @@ state_file "~/.config/mpd/state" sticker_file "~/.config/mpd/sticker.sql" audio_output { - type "pulse" - name "Pulse Output" + type "openal" + name "Monitor Output" } audio_output { - type "fifo" - name "mpdfifo" + type "fifo" + name "mpdfifo" - format "44100:16:2" + format "44100:16:2" - path "~/.config/mpd/fifo" + path "~/.config/mpd/fifo" } audio_output { - type "shout" - name "Heaven Is In Space" - always_on "yes" + type "shout" + name "Heaven Is In Space" + always_on "yes" - encoder "vorbis" - format "44100:16:2" - quality "4.0" + encoder "vorbis" + format "44100:16:2" + quality "4.0" - host "127.0.0.1" - mount "/stream.ogg" - password "password removed" - port "8000" - protocol "icecast2" - public "yes" + host "127.0.0.1" + mount "/stream.ogg" + password "password removed" + port "8000" + protocol "icecast2" + public "yes" }