forked from len0rd/rockbox
Add TDRC tag from id3 v2.4 to fix year not showing in files tagged with id3 v2.4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9258 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a93e59152a
commit
358055ece9
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ static const struct tag_resolver taglist[] = {
|
|||
{ "TAL", 3, offsetof(struct mp3entry, album), NULL },
|
||||
{ "TRK", 3, offsetof(struct mp3entry, track_string), &parsetracknum },
|
||||
{ "TRCK", 4, offsetof(struct mp3entry, track_string), &parsetracknum },
|
||||
{ "TDRC", 4, offsetof(struct mp3entry, year_string), &parseyearnum },
|
||||
{ "TYER", 4, offsetof(struct mp3entry, year_string), &parseyearnum },
|
||||
{ "TYE", 3, offsetof(struct mp3entry, year_string), &parseyearnum },
|
||||
{ "TCOM", 4, offsetof(struct mp3entry, composer), NULL },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue