From 918e895c12a25365b15f9df82c2aa33bfb74436a Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Tue, 28 Sep 2010 19:46:15 +0000 Subject: id3 parser: also add id3v2.2 TCM tag for "composer" since that's the only other tag not in there in 2.2 and 2.3 versions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28182 a1c6a512-1295-4272-9138-f99709370657 --- apps/metadata/id3tags.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/metadata/id3tags.c b/apps/metadata/id3tags.c index 39dd25a9b8..f3ddd73077 100644 --- a/apps/metadata/id3tags.c +++ b/apps/metadata/id3tags.c @@ -430,6 +430,7 @@ static const struct tag_resolver taglist[] = { { "TYER", 4, offsetof(struct mp3entry, year_string), &parseyearnum, false }, { "TYE", 3, offsetof(struct mp3entry, year_string), &parseyearnum, false }, { "TCOM", 4, offsetof(struct mp3entry, composer), NULL, false }, + { "TCM", 3, offsetof(struct mp3entry, composer), NULL, false }, { "TPE2", 4, offsetof(struct mp3entry, albumartist), NULL, false }, { "TP2", 3, offsetof(struct mp3entry, albumartist), NULL, false }, { "TIT1", 4, offsetof(struct mp3entry, grouping), NULL, false }, -- cgit v1.2.3