summaryrefslogtreecommitdiff
path: root/package/mpd/files/mpd.conf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-05-14 14:18:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-05-14 14:18:01 +0200
commit239a77f800b2babfc05bcda959c04106eaca2394 (patch)
tree20b289bbe954a7a3b893f22d9606408ea107889f /package/mpd/files/mpd.conf
parent45cb1ca7bdc847c7e4070f2ddcb50e60b89166b8 (diff)
update mpd,mpc and libmpdclient
Diffstat (limited to 'package/mpd/files/mpd.conf')
-rw-r--r--package/mpd/files/mpd.conf19
1 files changed, 11 insertions, 8 deletions
diff --git a/package/mpd/files/mpd.conf b/package/mpd/files/mpd.conf
index 49ef7d4f7..5042b9ccd 100644
--- a/package/mpd/files/mpd.conf
+++ b/package/mpd/files/mpd.conf
@@ -5,24 +5,28 @@ playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/database"
pid_file "/var/run/mpd/mpd.pid"
log_file "~/.mpd/log"
-error_file "~/.mpd/error-log"
# An example of an ALSA output
audio_output {
type "alsa"
name "My ALSA Device"
- device "hw:0,0" # optional
- format "44100:16:2" # optional
+ device "hw:0,0"
+ format "44100:16:2"
}
+# An example of an ALSA output (USB soundcard)
+#audio_output {
+# type "alsa"
+# name "My ALSA Device"
+# device "hw:0,0"
+# format "44100:16:2"
+# mixer_type "hardware"
+# mixer_control "Speaker"
+#}
# An example of an ESD output
#audio_output {
# type "ao"
# driver "esd"
# name "esd"
#}
-
-# Volume control mixer
-mixer_type "alsa"
-
# shout example
#audio_output {
# type "shout"
@@ -35,4 +39,3 @@ mixer_type "alsa"
# user "source"
# password "musicrockz"
#}
-