Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anniversary playlist #2

Open
programaker opened this issue Nov 6, 2021 · 2 comments
Open

Anniversary playlist #2

programaker opened this issue Nov 6, 2021 · 2 comments
Labels
enhancement New feature or request in progress Task is being worked on

Comments

@programaker
Copy link
Owner

Given a day (month-day), search among your followed artists for albums that where released on that day, get a track sample from it and add to a new playlist "Album anniversaries dd/MM" or something like that.

Avoid album's 1st and last tracks (intros and outros) when getting a sample.

@programaker programaker added enhancement New feature or request in progress Task is being worked on labels Nov 6, 2021
@programaker
Copy link
Owner Author

program, api, service are all done.
However, we've reached Spotify's api limits while creating the playlist.

Need to think about how to solve this:

  • less parallelism?
  • get the wait time from the error, wait and retry?
  • something more elaborated?

@programaker
Copy link
Owner Author

As the feature is not exposed yet, the code is already merged on master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress Task is being worked on
Projects
None yet
Development

No branches or pull requests

1 participant