Add APE mapping for album artist.
"De-facto" field mappings are available at http://wiki.hydrogenaud.io/index.php?title=Tag_Mapping.
This commit is contained in:
parent
772681f23d
commit
22d669da18
2
NEWS
2
NEWS
|
@ -1,4 +1,6 @@
|
||||||
ver 0.21.5 (not yet released)
|
ver 0.21.5 (not yet released)
|
||||||
|
* tags
|
||||||
|
- ape: map "Album Artist"
|
||||||
|
|
||||||
ver 0.21.4 (2019/01/04)
|
ver 0.21.4 (2019/01/04)
|
||||||
* database
|
* database
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
static constexpr struct tag_table ape_tags[] = {
|
static constexpr struct tag_table ape_tags[] = {
|
||||||
|
{ "album artist", TAG_ALBUM_ARTIST },
|
||||||
{ "year", TAG_DATE },
|
{ "year", TAG_DATE },
|
||||||
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
|
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue