moritz-weber / mucke

mucke - android music player
GNU General Public License v3.0
226 stars 12 forks source link

Track Numbers Losing First Digit #103

Closed MiLLionPiEce closed 1 year ago

MiLLionPiEce commented 1 year ago

Numbers with three digits and a 0 in the middle have the first digit removed. #0# -> 0# or 101 -> 01

To Reproduce Steps to reproduce the behavior:

  1. Create album with over 100 songs and tagged tracknumbers.
  2. Numbers 100-110 will not show up where they should and instead at the start without first digit.

Expected behavior Numbers to show up as shown in the tags.

Screenshots Number skip

Smartphone (please complete the following information):

moritz-weber commented 1 year ago

Thanks for your report. This is curious, I tested this quite extensively, but it looks like there are still some issues.

Could you check what the tags look like exactly? For example, do they contain a disc number? Alternatively, you could also upload one of the problematic files or send the file via email: dev@mucke.rocks

moritz-weber commented 1 year ago

There is currently a new implementation of the metadata reader in testing. Could you try out the new build and let me know if this fixes your issue?

https://drive.google.com/file/d/1V1NI5stTFjQdtnyaKv4tX9umyiTCETZc/view?usp=sharing

MiLLionPiEce commented 1 year ago

This fixed the issue. Thanks.