Browse Source

add mpd.conf

encrypt 8 years ago
parent
commit
660a560051
1 changed files with 10 additions and 0 deletions
  1. 10 0
      mpd.conf

+ 10 - 0
mpd.conf

@@ -0,0 +1,10 @@
+audio_output {
+    type        "httpd"
+    encoder     "vorbis"
+    name        "radiomolestia"
+    port	"8080"
+    #quality	"5.0"	# do not define if bitrate is defined
+    bitrate	"128"   # do not define if quality is defined
+    format	"44100:16:1"
+}
+