-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Spotify currently has a limit of 10,000 songs per playlist. At the moment, the tracker will simply fail to add additional songs when this happens.
Right now the radio 104.5 playlist has been running for 12 days and just passed 400 songs (4% utilization), so this takes a while but needs to be considered.
Two options I'm exploring:
- auto-generate a new playlist every-time we hit 10,000, numbering them sequentially
- remove oldest songs to free up space.
I'm leaning towards option 1 as option 2 will remove potentially good songs.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request