Commit 22d669da authored by James D. Smith's avatar James D. Smith Committed by Max Kellermann

Add APE mapping for album artist.

"De-facto" field mappings are available at http://wiki.hydrogenaud.io/index.php?title=Tag_Mapping.
parent 772681f2
ver 0.21.5 (not yet released)
* tags
- ape: map "Album Artist"
ver 0.21.4 (2019/01/04)
* database
......
......@@ -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 }
};
......
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