How to get track number with leading 0 (flac) #539
-
When I try to get track number and track total, disc and disc total from my FLAC (or other file type) file which should have leading 0, instead I got number with non leading using I tried with wav file it works as expected. I tried change probed options(disable implicit conversion / relaxed) and it is not working. I wonder if this is bug or working as expected. I tried symphonia it does contains zero leading and also in MusicBrainz Picard. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
![]() |
Beta Was this translation helpful? Give feedback.
-
Good catch. That comes from this handler for lofty-rs/lofty/src/ogg/read.rs Lines 171 to 203 in 09a9352 I'll add that to the implicit conversions setting. |
Beta Was this translation helpful? Give feedback.
Good catch. That comes from this handler for
current/total
track numbers:lofty-rs/lofty/src/ogg/read.rs
Lines 171 to 203 in 09a9352