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. --- src/config/ConfigTemplates.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/ConfigTemplates.cxx b/src/config/ConfigTemplates.cxx index 44eb6c252..b5f0c3e93 100644 --- a/src/config/ConfigTemplates.cxx +++ b/src/config/ConfigTemplates.cxx @@ -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" }, -- cgit v1.2.3