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