diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-02-24 16:38:46 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-02-24 16:38:46 +0000 |
commit | 8a8f1f2d18a66c4498d539234b9f9e726e34ff90 (patch) | |
tree | 9921c6115c6cf4786261ba0a156ac3ee3af79d2d /doc/mpdconf.example | |
parent | 138aa54df3a7308820c51677eea9b292dadbaee4 (diff) | |
download | mpd-8a8f1f2d18a66c4498d539234b9f9e726e34ff90.tar.gz mpd-8a8f1f2d18a66c4498d539234b9f9e726e34ff90.tar.xz mpd-8a8f1f2d18a66c4498d539234b9f9e726e34ff90.zip |
update config file example
git-svn-id: https://svn.musicpd.org/mpd/trunk@28 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | doc/mpdconf.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 665bf1f8e..9e3bfd3ed 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" |