]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/mpfire/mpd.conf
kernel: disable FW_LOADER_USER_HELPER_FALLBACK
[people/pmueller/ipfire-2.x.git] / config / mpfire / mpd.conf
index b5ab704e721ce9f14892e5c00b936d5597ca9d6c..d66481ecfdd6ef7ad33755a70876961f0b637f01 100644 (file)
@@ -4,10 +4,9 @@
 
 ##################### REQUIRED ###########################
 port "6600"
-music_directory "/"
+music_directory "/var/mp3"
 playlist_directory "/var/ipfire/mpfire"
 log_file "/var/log/mpd.log"
-error_file "/var/log/mpd.error.log"
 pid_file "/var/run/mpd.pid"
 ##########################################################
 
@@ -32,61 +31,41 @@ state_file "/var/ipfire/mpfire/mpd_state"
 #
 ##########################################################
 
-
-################### VOLUME MIXER #########################
-#
-# Examples:
-# ALSA Mixer 
-mixer_type             "alsa"
-mixer_device           "default"
-mixer_control          "PCM"
-#
-# OSS Mixer
-#mixer_type            "oss"
-#mixer_device          "/dev/mixer"
-#mixer_control         "PCM"
-#
-# Software Mixer
-#mixer_type            "software"
-#
-##########################################################
-
-
 ################## AUDIO OUTPUT ##########################
 #
 audio_output {
         type                    "alsa"
         name                    "alsa"
-        device                  "hw:0,0"     # optional
-        format                  "44100:16:2" # optional
+#        device                  "hw:0,0"     # optional
+#        format                  "44100:16:2" # optional
 }
 #
 # An example of an OSS output:
 #
-audio_output {
-        type                    "oss"
-        name                    "My OSS Device"
-        device                  "/dev/dsp"   # optional
-        format                  "44100:16:2" # optional
-}
+#audio_output {
+#        type                    "oss"
+#        name                    "My OSS Device"
+#        device                  "/dev/dsp"   # optional
+#        format                  "44100:16:2" # optional
+#}
 #
 # An example of a shout output (for streaming to Icecast):
 #
-audio_output {
-        type                    "shout"
-        name                    "My Shout Stream"
-        host                    "localhost"
-        port                    "8000"
-        mount                   "/mpd.ogg"
-        password                "hackme"
+#audio_output {
+#        type                    "shout"
+#        name                    "My Shout Stream"
+#        host                    "localhost"
+#        port                    "8000"
+#        mount                   "/mpd.ogg"
+#        password                "hackme"
 #        quality                 "5.0"
-        bitrate                 "128"
-        format                  "44100:16:1"
+#        bitrate                 "128"
+#        format                  "44100:16:1"
 #        user                    "source"                # optional
 #        description             "My Stream Description" # optional
 #        genre                   "jazz"                  # optional
 #        public                  "no"                    # optional
-}
+#}
 #
 # Set this if you have problems 
 # playing audio files.