From 7d9aa5b7160fa085b1b1595aa4841f0ea2cbb149 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 12 Dec 2014 18:28:11 +0100 Subject: vorbiscomments: Remove support for non-standard "album artist" tags. MPD used both "album artist" and "albumartist" tags and mapped them to one tag. This could lead to issues, if a file had both tags, causing MPD to send a list of albumartists instead of a single one. Since "album artist" is not a standard tag anyway and even its originators started to use the proper alternative, its time to say goodbye! --- src/decoder/plugins/XiphTags.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/decoder/plugins/XiphTags.cxx b/src/decoder/plugins/XiphTags.cxx index 11a0bcd42..db5f6c5e1 100644 --- a/src/decoder/plugins/XiphTags.cxx +++ b/src/decoder/plugins/XiphTags.cxx @@ -27,7 +27,6 @@ const struct tag_table xiph_tags[] = { { "tracknumber", TAG_TRACK }, { "discnumber", TAG_DISC }, - { "album artist", TAG_ALBUM_ARTIST }, { "description", TAG_COMMENT }, { nullptr, TAG_NUM_OF_ITEM_TYPES } }; -- cgit v1.2.3