You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
The abum tracks 8 and 9 are displayed as track 0 in the album view.
Steps to reproduce:
Get an MP3 file with existing ID3v2.3 metadata.
Open the Tag Editor.
Change the track number to 8 or 9.
Set the total number of ttacks to some two-digit number, just in case.
Save ID3 tags.
The track is shown on top of the album's track listing, with track number 0`.
Expected outcome:
The tag editor should successfully update the track number.
Observations/Actual Result:
It is peculiar that it happens only for the numbers 8 and 9, and not, for instance, for 7. What comes into my mind is that those two numbers are actually stored as 08 and 09 respectively, and that they are somehow parsed as octal numbers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Shuttle version:
v2.0.17
Device, OS:
Android 10
Description of bug:
The abum tracks 8 and 9 are displayed as track 0 in the album view.
Steps to reproduce:
8
or9
.Expected outcome:
The tag editor should successfully update the track number.
Observations/Actual Result:
It is peculiar that it happens only for the numbers
8
and9
, and not, for instance, for7
. What comes into my mind is that those two numbers are actually stored as08
and09
respectively, and that they are somehow parsed as octal numbers.The text was updated successfully, but these errors were encountered: