How to get track number with leading 0 (flac) #539
Unanswered
Methapon2001
asked this question in
Q&A
Replies: 2 comments 6 replies
-
![]() |
Beta Was this translation helpful? Give feedback.
6 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
get
orget_string
.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.
All reactions