diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 6 | ||||
-rw-r--r-- | doc/mpdconf.example | 4 |
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 0cd6c313d..23b319d8a 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -156,12 +156,6 @@ This specifies the character set used for the filesystem. A list of supported character sets can be obtained by running "iconv \-l". The default is determined from the locale when the db was originally created. .TP -.B id3v1_encoding <charset> -This specifies the character set which ID3v1 tags are encoded in. A list of -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 <yes or no> This specifies whether to support gapless playback of MP3s which have the necessary headers. Useful if your MP3s have headers with incorrect diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 73a71f1f4..bf407ea4e 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -373,8 +373,4 @@ input { # #filesystem_charset "UTF-8" # -# This setting controls the encoding that ID3v1 tags should be converted from. -# -#id3v1_encoding "ISO-8859-1" -# ############################################################################### |