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

Fast network assumption #8

Open
kristopher-pellizzi opened this issue Jun 1, 2019 · 0 comments
Open

Fast network assumption #8

kristopher-pellizzi opened this issue Jun 1, 2019 · 0 comments
Labels
enhancement Future feature to be implemented

Comments

@kristopher-pellizzi
Copy link
Owner

The application is now built assuming a fast Internet connection is enabled. In practice, assumes that all the tracks will be retrieved before the first song played (to avoid annoying wait) is finished. In case the song finishes before the tracks have been all retrieved, Spotify can:

  • Pause the playback
  • Play other songs related to the previous one

The behavior should depend on user's settings on Spotify's application.
In both the cases, Shuffler should stop the playback (if not already paused), play a new track from the tracks list and invoke the enqueueing method.

@kristopher-pellizzi kristopher-pellizzi added the enhancement Future feature to be implemented label Jun 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Future feature to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant