From d5cfa6d4dc0849ae199fb85ddd7d31d6a0f34d33 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 26 Jun 2015 00:08:29 +0200 Subject: TagId3: remove the "id3v1_encoding" setting Drop support for misencoded tags. People should not be using ID3v1 anyway. --- doc/mpd.conf.5 | 6 ------ doc/mpdconf.example | 4 ---- 2 files changed, 10 deletions(-) (limited to 'doc') 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 -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 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" -# ############################################################################### -- cgit v1.2.3