aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-02-24 16:38:46 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-02-24 16:38:46 +0000
commit8a8f1f2d18a66c4498d539234b9f9e726e34ff90 (patch)
tree9921c6115c6cf4786261ba0a156ac3ee3af79d2d /doc/mpdconf.example
parent138aa54df3a7308820c51677eea9b292dadbaee4 (diff)
update config file example
git-svn-id: https://svn.musicpd.org/mpd/trunk@28 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 665bf1f8..9e3bfd3e 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -9,11 +9,14 @@ error_file "/home/shank/mpd.error"
mixer_type "oss"
mixer_device "/dev/mixer"
#mixer_control "Pcm"
+# mixer_type is typically "oss", "alsa", or "software"
#mixer_type "alsa"
#mixer_device "default"
#mixer_control "PCM"
+# ao_driver is typically "oss" or "alsa09"
#ao_driver "oss"
#ao_driver_options "dsp=/dev/dsp"
+#audio_write_size "1024"
max_playlist_length "4096"
buffer_before_play "25%"
buffer_size "2048"
@@ -31,4 +34,4 @@ log_level "default"
bind_to_address "any"
#passwd "passwd@read,add,control,admin"
#default_permissions "read,add,control,admin"
-#fs_charset "UTF-8"
+#filesystem_charset "UTF-8"