decoder/mp4ff: support tags "albumartist", "band"

I'm not sure if mapping "band" to TAG_PERFORMER is correct, but it
might be better than nothing.
This commit is contained in:
Max Kellermann
2010-05-30 22:48:44 +02:00
parent 4028d03a6e
commit 017d61a1aa
2 changed files with 3 additions and 0 deletions

View File

@@ -341,11 +341,13 @@ static const char *const mp4ff_tag_names[TAG_NUM_OF_ITEM_TYPES] = {
[TAG_TITLE] = "title",
[TAG_ARTIST] = "artist",
[TAG_ALBUM] = "album",
[TAG_ALBUM_ARTIST] = "albumartist",
[TAG_TRACK] = "track",
[TAG_DISC] = "disc",
[TAG_GENRE] = "genre",
[TAG_DATE] = "date",
[TAG_COMPOSER] = "writer",
[TAG_PERFORMER] = "band",
};
static struct tag *