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

Spotify shuffle #1407

Open
lazka opened this issue Mar 15, 2015 · 2 comments
Open

Spotify shuffle #1407

lazka opened this issue Mar 15, 2015 · 2 comments

Comments

@lazka
Copy link
Member

lazka commented Mar 15, 2015

Original issue 1407 created by reiter.christoph on 2014-05-29T19:51:32.000Z:

This was pointed out on IRC, so collect info here.

http://labs.spotify.com/2014/02/28/how-to-shuffle-songs/

Potential problems:

  • This needs to iterate the whole song list and group to select the first song.. so slow. We might need prefetching of the next song, this could also help with gstreamer track switch problems since we can make next() threadsafe (it currently calls gtk code)
  • Group by artists or album or genre.. it would be nice to have play order options in the UI.
  • We could at first implement the above algo as a playlist shuffle algo. Anyone?
@lazka
Copy link
Member Author

lazka commented Mar 15, 2015

Comment #1 originally posted by nick.boultbee on 2014-05-29T22:34:41.000Z:

Interesting. I'd also like some (but not too much) flexibility over parameters if this were to go in - artist alone doesn't always cut it. Also it's the exact opposite of what you want in some situations (Issue #703).

Haven't really thought it through properly yet, but it seems a much more manageable version could be done in the context of pre-organising a virtual queue, i.e. just like party shuffle in Issue #894. Maybe with some knowledge of history too.

Hmm am I suggesting a rethink of how playorders work completely?

@lazka
Copy link
Member Author

lazka commented Mar 15, 2015

Comment #2 originally posted by reiter.christoph on 2014-06-06T18:20:46.000Z:

See Issue #1411

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant