aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-26 00:08:29 +0200
committerMax Kellermann <max@duempel.org>2015-06-26 00:15:24 +0200
commitd5cfa6d4dc0849ae199fb85ddd7d31d6a0f34d33 (patch)
tree16c50cebeab4d0a6a0cece0e48e8377cdf6ce60c /doc
parentf415167e5980908f8719cf5778ca2758ba46e53b (diff)
downloadmpd-d5cfa6d4dc0849ae199fb85ddd7d31d6a0f34d33.tar.gz
mpd-d5cfa6d4dc0849ae199fb85ddd7d31d6a0f34d33.tar.xz
mpd-d5cfa6d4dc0849ae199fb85ddd7d31d6a0f34d33.zip
TagId3: remove the "id3v1_encoding" setting
Drop support for misencoded tags. People should not be using ID3v1 anyway.
Diffstat (limited to 'doc')
-rw-r--r--doc/mpd.conf.56
-rw-r--r--doc/mpdconf.example4
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"
-#
###############################################################################