]> gitweb.fluxo.info Git - puppet-mpd.git/commitdiff
Comment FIFO output
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Aug 2015 19:08:34 +0000 (16:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Aug 2015 19:08:34 +0000 (16:08 -0300)
files/mpd.conf

index 52f2f020615b40c50c98f7cf09a3067fdfa4453c..c7c9e304c0984de1ac307b3244349e35104a69a1 100644 (file)
@@ -251,12 +251,12 @@ audio_output {
 #}
 #
 # An example of fifo output
-audio_output {
-    type   "fifo"
-    name   "My FIFO"
-    path   "/tmp/mpd.fifo"
-    format "44100:16:2"
-}
+#audio_output {
+#    type   "fifo"
+#    name   "My FIFO"
+#    path   "/tmp/mpd.fifo"
+#    format "44100:16:2"
+#}
 # An example of a null output (for no audio output):
 #
 #audio_output {