mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 14:25:50 +03:00
[GH-ISSUE #22] Feature Request - {playlist_num} criteria #16
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#16
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 @werlucad on GitHub (Jun 13, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/22
Unless I'm missing one of the options in the config file, there is currently an issue with the {playlist_num} ordering. By default, spotify numbers the songs in a playlist by when they were added, where number 1 is the first song ever added. This script does the exact opposite where the {playlist_num} of 1 is the most recent song added. It would be cool to be able to customise whether it is ascending or descending based on when the track was added to the playlist.
@Googolplexed0 commented on GitHub (Jun 13, 2025):
Nice catch, this was unintended behavior caused by an optimization for updating playlists (see #55) with
6d10213cc0. Calculating{playlist_num}was done after the reversal. Should be fixed now.@werlucad commented on GitHub (Jun 13, 2025):
Do I need to delete and reinstall zotify via pipx, or is there a command to update the current installation?
Edit: Used pipx's --force argument to simply overwrite everything from main. I can confirm that the new playlist id fix is working.