From d7b5a379fea851cce17c8d40120febd5f8e0745c Mon Sep 17 00:00:00 2001 From: kageru Date: Sat, 21 Jul 2018 17:36:49 +0200 Subject: [PATCH] add streaming server to mpd config --- .config/mpd/mpd.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 4eff0b6..cc10297 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -5,6 +5,7 @@ db_file "~/.config/mpd/mpd.db" state_file "~/.config/mpd/mpdstate" playlist_directory "/mnt/calliope/Music/Misc/fpl" music_directory "/mnt/calliope/Music" +#port "6000" audio_output { type "pulse" name "MPulseD" @@ -27,3 +28,17 @@ audio_output { format "44100:16:2" } replaygain "album" + +audio_output { + type "httpd" + name "kageremusic" + encoder "vorbis" + port "8080" + quality "7.0" + format "44100:16:2" + tags "yes" + always_on "yes" +} + +#bind_to_address "0.0.0.0" +#bind_to_address "localhost"