mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-27 04:55:57 +03:00
[GH-ISSUE #118] Track number 01, 02, ... 10, 11, ... #90
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Singoleth on GitHub (Mar 16, 2024).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/118
I used the formatter {track_number:0>2d} in the past, but it does no longer work (results in "get metadata failed").
{track_number} still works, but I would like the numbers to read 01, 02, 03 ... 10, 11, etc. Is this still possible?
@Communalist commented on GitHub (May 18, 2024):
Use this: {track_number:02d}
@bingo-66 commented on GitHub (Jul 30, 2024):
Does anyone know if it is possible to download a playlist and have all the tracks with a sequenced playlistnumber (and if possible also within a folder with the playlistname). Is this configurable ? Could someone explain how please ? Tx in advance.