summaryrefslogtreecommitdiff
path: root/src/tag
diff options
context:
space:
mode:
authorJames D. Smith <smithjd15@gmail.com>2019-01-04 19:18:15 -0700
committerMax Kellermann <max@musicpd.org>2019-01-14 19:15:42 +0100
commit22d669da181ba268d4fdcdd3bda33f64192f3701 (patch)
tree7c232c9d3f1c26c9bf756802bd927462df623ec9 /src/tag
parent772681f23d838016363db1272a58400e39132d96 (diff)
Add APE mapping for album artist.
"De-facto" field mappings are available at http://wiki.hydrogenaud.io/index.php?title=Tag_Mapping.
Diffstat (limited to 'src/tag')
-rw-r--r--src/tag/ApeTag.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tag/ApeTag.cxx b/src/tag/ApeTag.cxx
index b05162f23..443bd835a 100644
--- a/src/tag/ApeTag.cxx
+++ b/src/tag/ApeTag.cxx
@@ -29,6 +29,7 @@
#include <string.h>
static constexpr struct tag_table ape_tags[] = {
+ { "album artist", TAG_ALBUM_ARTIST },
{ "year", TAG_DATE },
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
};