Adding documentation for gapless_mp3_playback config option.

git-svn-id: https://svn.musicpd.org/mpd/trunk@5158 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman
2006-12-23 18:56:23 +00:00
parent f30f93cb8b
commit 202ae2270d
2 changed files with 21 additions and 6 deletions

View File

@@ -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"
#
################################################################