From 202ae2270d218660cd1b5e2ae31e9ee31483b6d2 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Sat, 23 Dec 2006 18:56:23 +0000 Subject: Adding documentation for gapless_mp3_playback config option. git-svn-id: https://svn.musicpd.org/mpd/trunk@5158 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpd.conf.5 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'doc/mpd.conf.5') diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index b64832731..821500e8b 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -184,6 +184,17 @@ supported character sets can be obtained by running "iconv -l". The default is to let libid3tag convert them (from ISO-8859-1, as the standard specifies) and do no additional conversion. .TP +.B gapless_mp3_playback +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 ) +instead of disabling gapless MP3 playback. +.TP +.B save_absolute_paths_in_playlists +This specifies whether relative or absolute paths for song filenames are used +when saving playlists. The default is "no". +.TP .B metadata_to_use This specifies the song metadata that will be scanned and made available to clients. Note that you must recreate (not update) your database for changes to @@ -193,10 +204,6 @@ tags may be specified as a comma separated list. An example value is "artist,album,title,track". The special value "none" may be used alone to disable all metadata. The default is to use all known tag types except for comments. -.TP -.B save_absolute_paths_in_playlists -This specifies whether relative or absolute paths for song filenames are used -when saving playlists. The default is "no". .SH REQUIRED AUDIO OUTPUT PARAMETERS .TP .B type -- cgit v1.2.3