Add the TRACKTOTAL tag for format using VORBIS comments

This commit is contained in:
Julien BLACHE 2010-03-25 21:30:38 +01:00
parent b7ec65963d
commit e87f46e95c
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ static const struct metadata_map md_map_generic[] =
{ "conductor", 0, mfi_offsetof(conductor) },
{ "comment", 0, mfi_offsetof(comment) },
{ "description", 0, mfi_offsetof(comment) },
{ "tracktotal", 1, mfi_offsetof(total_tracks) },
{ "totaltracks", 1, mfi_offsetof(total_tracks) },
{ "track", 1, mfi_offsetof(track) },
{ "tracknumber", 1, mfi_offsetof(track) },