forked from len0rd/rockbox
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
This commit is contained in:
parent
f018fbbe18
commit
918e895c12
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue