diff options
author | Max Kellermann <max@duempel.org> | 2015-06-26 00:08:29 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-06-26 00:15:24 +0200 |
commit | d5cfa6d4dc0849ae199fb85ddd7d31d6a0f34d33 (patch) | |
tree | 16c50cebeab4d0a6a0cece0e48e8377cdf6ce60c /src/config | |
parent | f415167e5980908f8719cf5778ca2758ba46e53b (diff) | |
download | mpd-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 'src/config')
-rw-r--r-- | src/config/ConfigTemplates.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |