aboutsummaryrefslogtreecommitdiff
path: root/doc/mpd.conf.5
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-04-09 13:01:18 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-04-09 13:01:18 +0000
commit745fa0c284c3d26d3b62de13cb53b75b47c4488a (patch)
treee1798d903cef4ce9a363b4ec10b7b23edf13be3b /doc/mpd.conf.5
parentb8341e690290e7f6ec965e14b7525bd15bb23147 (diff)
Noting the defaults for use_mmap and gapless_mp3_playback in mpd.conf.5.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5895 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r--doc/mpd.conf.56
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index 7b4e28aa..3a7dc515 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -227,7 +227,8 @@ This specifies whether to support gapless playback of MP3s which have the
necessary headers. Useful if your MP3s have headers with incorrect
information. If you have such MP3s, it is highly recommended that you fix them
using vbrfix (available from <http://www.willwap.co.uk/Programs/vbrfix.php>)
-instead of disabling gapless MP3 playback.
+instead of disabling gapless MP3 playback. The default is to support gapless
+MP3 playback.
.TP
.B save_absolute_paths_in_playlists <yes or no>
This specifies whether relative or absolute paths for song filenames are used
@@ -264,7 +265,8 @@ This specifies the device to use for audio output. The default is "hw:0,0".
.TP
.B use_mmap <yes or no>
Setting this allows you to use memory-mapped I/O. Certain hardware setups may
-benefit from this, but most do not. Most users do not need to set this.
+benefit from this, but most do not. Most users do not need to set this. The
+default is to not use memory-mapped I/O.
.TP
.B buffer_time <time in microseconds>
This sets the length of the hardware sample buffer in microseconds. Increasing