summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-02 12:38:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-02 12:38:21 -0700
commitbb9636b23501418924e0bd8fac0317981c711832 (patch)
tree4858d65caeb61e3b1100ce2674186506e5f28040
parent6ff4f6454162caeac02783f87c398417e23f5f45 (diff)
downloaddotfiles-bb9636b23501418924e0bd8fac0317981c711832.tar.gz
start working on an alternate .mpdconf
For streaming to lounge
-rw-r--r--.mpdconf-stream22
1 files changed, 22 insertions, 0 deletions
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"