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

@@ -64,7 +64,7 @@ const ConfigTemplate config_param_templates[] = {
{ "max_command_list_size" },
{ "max_output_buffer_size" },
{ "filesystem_charset" },
{ "id3v1_encoding" },
{ "id3v1_encoding", false, true },
{ "metadata_to_use" },
{ "save_absolute_paths_in_playlists" },
{ "gapless_mp3_playback" },