Add the DISCTOTAL tag for formats using VORBIS comments

This commit is contained in:
Julien BLACHE 2010-03-27 12:08:49 +01:00
parent e87f46e95c
commit 21e564e493
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ static const struct metadata_map md_map_generic[] =
{ "totaltracks", 1, mfi_offsetof(total_tracks) },
{ "track", 1, mfi_offsetof(track) },
{ "tracknumber", 1, mfi_offsetof(track) },
{ "disctotal", 1, mfi_offsetof(total_discs) },
{ "totaldiscs", 1, mfi_offsetof(total_discs) },
{ "disc", 1, mfi_offsetof(disc) },
{ "discnumber", 1, mfi_offsetof(disc) },