-
Notifications
You must be signed in to change notification settings - Fork 68
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
"Actually random" random toggle #37
Comments
I just found the app and I love the concept of the app, I do wish that I could shuffle so I will start working on that along with the resizable concept. |
Hey @tonyreta03 -- do you mind working off of my I've done most of the UI work but I'm still thinking of how exactly shuffling should be done. More than happy to discuss an ideal solution. |
I was thinking the best way to handle it would be to create a "shuffled" playlist. This make sure that the "shuffle" persists through devices. But unfortunately, this won't work with just playing a radio playlist. Anyway, just a thought. |
@dvx yeah I'd be more than happy to work on that branch, i am currently looking at college stuff right this minute but I will continue working on advancements as soon as I finish. |
@tonyreta03 -- No rush, thanks for your interest in the project! :D |
This has been asked for a while now, but here's a good rundown of a "random play" feature:
(from https://news.ycombinator.com/item?id=20346406, by @patmcc)
I want it to play in a truly random fashion, with replacement (same song twice in a row is possible).
I want it to play in a truly random fashion, without replacement (each song is removed from the list once played).
I want it to "seem" random (don't play too many songs by the same artist in a row).
I want it to be random, but predictable (same "random" ordering if I start the playlist again).
I want it to play my favourite songs more often than my lower-rated songs.
I want it to play my less-commonly played songs more often than the stuff I listen to all the time.
Consider a drop-down (or pop-up) where you could choose one of the above.
The text was updated successfully, but these errors were encountered: