diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-24 00:42:47 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-24 00:42:47 +0000 |
commit | 7a5a21f4d2fde673e6379e01d801aa68507879f0 (patch) | |
tree | 0ee625a18c0d3aa04c3bac93e9c3efacc212f6cb /doc/mpdconf.example | |
parent | 653c0929e4dc1986b8c3d8fe4c231f5a51385914 (diff) | |
download | mpd-7a5a21f4d2fde673e6379e01d801aa68507879f0.tar.gz mpd-7a5a21f4d2fde673e6379e01d801aa68507879f0.tar.xz mpd-7a5a21f4d2fde673e6379e01d801aa68507879f0.zip |
git-svn-id: https://svn.musicpd.org/mpd/trunk@433 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 0ad2ba4ee..1e7d4ccb6 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -70,11 +70,13 @@ error_file "~/mpd.error" #audio_write_size "1024" ################################## + #### OUTPUT BUFFER SETTINGS ###### #buffer_size "2048" #buffer_before_play "25%" ################################## + ########### SECURITY SETTINGS ############ # if you start mpd as root, its recmmoned # you specify a a user for mpd to run. @@ -93,6 +95,7 @@ error_file "~/mpd.error" #default_permissions "read,add,control,admin" ########################################## + ########### MISC OPTIONS ################# #max_playlist_length "4096" #connection_timeout "60" |