-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueThese issues are a good way to get started with LoftyThese issues are a good way to get started with Loftyhelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
It seems to be a pretty common issue where, rather than using the TRACKTOTAL
field, the track total will be stored in the TRACKNUMBER
field as current/total
, just like APE and ID3v2.
Workaround: #431 (comment)
The solution is simple, just need to add a special case for TRACKNUMBER
here:
lofty-rs/lofty/src/ogg/read.rs
Line 112 in af0ce91
match key { |
Split on '/'
if present, and insert both a TRACKNUMBER
and TRACKTOTAL
item.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueThese issues are a good way to get started with LoftyThese issues are a good way to get started with Loftyhelp wantedExtra attention is neededExtra attention is needed