Commit 83fd822e authored by Max Kellermann's avatar Max Kellermann

ApeTag: drop support for non-standard tag "album artist"

This was used by proprietary software. MPD adopted it a few years ago, which turns out to be a mistake, because it now creates problems for some MPD users (http://bugs.musicpd.org/view.php?id=4168).
parent dd375295
......@@ -2,6 +2,8 @@ ver 0.20 (not yet released)
* protocol
- "commands" returns playlist commands only if playlist_directory configured
- "search"/"find" have a "window" parameter
* tags
- ape: drop support for non-standard tag "album artist"
* output
- pulse: set channel map to WAVE-EX
......
......@@ -30,7 +30,6 @@
#include <string.h>
const struct tag_table ape_tags[] = {
{ "album artist", TAG_ALBUM_ARTIST },
{ "year", TAG_DATE },
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment