TagId3: remove the "id3v1_encoding" setting

Drop support for misencoded tags.  People should not be using ID3v1
anyway.
This commit is contained in:
Max Kellermann
2015-06-26 00:08:29 +02:00
parent f415167e59
commit d5cfa6d4dc
5 changed files with 13 additions and 58 deletions

View File

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