-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
[Help] Any way to set 2 digits for track number? #142
Comments
This function already sets the necessary leading digits / zeroes for tidal-dl-ng/tidal_dl_ng/helper/path.py Lines 91 to 95 in 17390cb
What exactly is your idea? What do you need this for? |
+1, I'd also prefer forcing 2-digit track numbers everywhere for consistency. |
I am also having this same issue, using the Linux CLI version. I would also like a way to force the leading zero, or two-digit track number. |
maybe using something like "max(2, int(math.log10(num_tracks)) + 1)" would yield the desired result (minimum 2 digits, even if the number of tracks is below 10) |
This only solves it for albums, but not for playlists. Anyway... Why do you actually want leading zeroes if they are not necessary? I mean this app takes care about necessary leading zeroes so sorting will work just fine. |
+1 for consistency across the library |
I need Help.
How to force 2 digits format for track numbers?
What operating system are you seeing the problem on?
Windows
Your settings
The text was updated successfully, but these errors were encountered: