From bb9636b23501418924e0bd8fac0317981c711832 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 2 Apr 2016 12:38:21 -0700 Subject: start working on an alternate .mpdconf For streaming to lounge --- .mpdconf-stream | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .mpdconf-stream diff --git a/.mpdconf-stream b/.mpdconf-stream new file mode 100644 index 00000000..e0d85ddd --- /dev/null +++ b/.mpdconf-stream @@ -0,0 +1,22 @@ +music_directory "/home/swhitton/lib/annex/music" +playlist_directory "/home/swhitton/doc/playlists" +db_file "/home/swhitton/local/mpd/database" +log_file "/home/swhitton/local/mpd/log" +pid_file "/home/swhitton/local/mpd/pid" +state_file "/home/swhitton/local/mpd/state" +sticker_file "/home/swhitton/local/mpd/sticker.sql" +bind_to_address "localhost" + +audio_output { + type "httpd" + name "Sean's music stream" + encoder "lame" + port "8000" + bind_to_address "192.168.1.236" + bitrate "128" + format "44100:16:1" + max_clients "1" +} + +filesystem_charset "UTF-8" +id3v1_encoding "UTF-8" -- cgit v1.2.3