Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ID Tag Track No with leading "0" fails #100

Closed
aschiller2 opened this issue Jun 5, 2023 · 1 comment · Fixed by #101
Closed

ID Tag Track No with leading "0" fails #100

aschiller2 opened this issue Jun 5, 2023 · 1 comment · Fixed by #101
Labels
bug Something isn't working

Comments

@aschiller2
Copy link

An ID Tag with a leading "0" (e.g. "09" on track no is interpreted as track no "0" instead of the correct integer (here "9")

To Reproduce
Steps to reproduce the behavior:

  1. Edit tag on a random mp3 file, set track no to "01"
  2. Rescan Library
  3. Goto to album
  4. edited track is now viewed as track no "0" (instead of 1)

Expected behavior
track no should ignore leading zeroes

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone

  • Device: Xiaomi 9 Lite
  • OS: MiUI 12.0.10
@aschiller2 aschiller2 added the bug Something isn't working label Jun 5, 2023
@aschiller2
Copy link
Author

Sorry.. I now noticed, that this bug seems to happen only with track nos "08" and "09" - most probably the system is trying to interpret numbers with leading zero as octal numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant