mirror of
https://github.com/misiektoja/spotify_profile_monitor.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #31] Errant removal/addition of playlists #20
Labels
No labels
Stale
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify_profile_monitor#20
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 @tomballgithub on GitHub (Jan 16, 2026).
Original GitHub issue: https://github.com/misiektoja/spotify_profile_monitor/issues/31
It would be great to have the option to put all changes behind a retry mechanism like you recently did for the collaborator changes.
But I'll limit the 'issue' to the one I've observed many times, which is for # of playlists attributed to monitored account. In this case, I suspect it's going to '1' instead of '0' playlists because I have one manually added via the
ADD_PLAYLISTS_TO_MONITORconfiguration option.In this case, all playlists are removed but then added back 30 minutes later at the next check. The removal may be due to Spotify nonsense or network problems executing the NPI, but it's incorrect.
@misiektoja commented on GitHub (Jan 31, 2026):
I've implemented a new config option,
PLAYLISTS_CHANGE_COUNTER, which works similarly toCOLLABORATORS_CHANGE_COUNTER:Let me know your feedback.