From 8a8f1f2d18a66c4498d539234b9f9e726e34ff90 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 24 Feb 2004 16:38:46 +0000 Subject: update config file example git-svn-id: https://svn.musicpd.org/mpd/trunk@28 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpdconf.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/mpdconf.example') 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" -- cgit v1.2.3