summaryrefslogtreecommitdiff
path: root/.mpdconf-stream
diff options
context:
space:
mode:
Diffstat (limited to '.mpdconf-stream')
-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"