mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -05:00
Add the DISCTOTAL tag for formats using VORBIS comments
This commit is contained in:
parent
e87f46e95c
commit
21e564e493
@ -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) },
|
||||
|
Loading…
Reference in New Issue
Block a user