summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:17:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:17:06 -0700
commit25767c0592223defcfe6e0554f693abe6d5dd616 (patch)
treee0ab28a1a119a04ff33729d012359fba1621707d
parentba6b9eaf1c7ffa9d990fe176d85f5a11cd8438f6 (diff)
downloaddotfiles-25767c0592223defcfe6e0554f693abe6d5dd616.tar.gz
comment out mpd stream to LAN for now
-rw-r--r--.mpdconf22
1 files changed, 11 insertions, 11 deletions
diff --git a/.mpdconf b/.mpdconf
index ae1c904d..0e2dc086 100644
--- a/.mpdconf
+++ b/.mpdconf
@@ -19,17 +19,17 @@ audio_output {
#sink "remote_server_sink" # optional
}
-# HTTP stream to LAN
-audio_output {
- type "httpd"
- name "Sean's music stream"
- encoder "lame"
- port "8000"
- bind_to_address "192.168.1.72"
- bitrate "128"
- format "44100:16:1"
- max_clients "1"
-}
+# # HTTP stream to LAN
+# audio_output {
+# type "httpd"
+# name "Sean's music stream"
+# encoder "lame"
+# port "8000"
+# bind_to_address "192.168.1.72"
+# bitrate "128"
+# format "44100:16:1"
+# max_clients "1"
+# }
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"