From 017d61a1aa853ee5e16ae0a84fd6d256f502ae55 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 30 May 2010 22:48:44 +0200 Subject: 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. --- src/decoder/mp4ff_decoder_plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/decoder/mp4ff_decoder_plugin.c') diff --git a/src/decoder/mp4ff_decoder_plugin.c b/src/decoder/mp4ff_decoder_plugin.c index 35d5a9597..cd9daf699 100644 --- a/src/decoder/mp4ff_decoder_plugin.c +++ b/src/decoder/mp4ff_decoder_plugin.c @@ -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 * -- cgit v1.2.3