aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-12-23 18:56:23 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-12-23 18:56:23 +0000
commit202ae2270d218660cd1b5e2ae31e9ee31483b6d2 (patch)
treeab9cf0ff075dbb093520ea720d79e9ec61c87353 /doc/mpdconf.example
parentf30f93cb8b08ac7082116244f37b44d6d4b156bb (diff)
Adding documentation for gapless_mp3_playback config option.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5158 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index f55c22cd..71bcba1e 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -233,13 +233,21 @@ error_file "~/.mpd/mpd.error"
######################### OTHER OPTIONS ########################
#
-# The metadata types MPD will recognize.
+# Try disabling this if you have MP3s which appear to end
+# abruptly. If this solves the problem, it is highly
+# recommended that you fix your MP3s with vbrfix (available from
+# <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
+# point you can re-enable support for gapless MP3 playback.
#
-#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
+#gapless_mp3_playback "yes"
#
# Enable this if you wish to use your MPD created playlists in
# other music players.
#
#save_absolute_paths_in_playlists "no"
#
+# The metadata types MPD will recognize.
+#
+#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
+#
################################################################