Skip to content

Handle Spotify playlist song limit #1

@johnnyapol

Description

@johnnyapol

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions