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

Continues play using >10k songs #62

Open
kayvanbree opened this issue Aug 25, 2019 · 0 comments
Open

Continues play using >10k songs #62

kayvanbree opened this issue Aug 25, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@kayvanbree
Copy link
Owner

Right now f10k will send the tracks on a page as the context for the track you want to play. That means that the Spotify Web Playback SDK will continue playing the songs you provided as context. That also means that your queue will only contain the items on the page of the track you played.

Couple of problems:

  • There is no way to add songs to the queue using the Spotify Web API
  • We don't have a playlist for saved songs so we can't use a playlist as context

Possible solutions:

  • Just try to pass ALL tracks as context (probably won't work)
  • Add the next n tracks when the previous track ends
  • Add the next page of tracks when the last track of a page is played
@kayvanbree kayvanbree added this to the 1.0.0 milestone Aug 25, 2019
@kayvanbree kayvanbree added the enhancement New feature or request label Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant