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

Shuffling #18

Open
sakofchit opened this issue Nov 28, 2022 · 1 comment
Open

Shuffling #18

sakofchit opened this issue Nov 28, 2022 · 1 comment
Labels
medium priority issues with medium priority

Comments

@sakofchit
Copy link
Member

On the old Retro app, I implemented Shuffling by simply playing a random song from the user's library when the user tapped on the fast forward icon. I wasn't keeping track of songs the user had already played so there was no way to go back lol

So for this to work, the simplest approach would be to create a temporary song list/playlist upon tapping on the 'shuffle' button that has the id of each random song that's added to it in the order that they are played.

@sakofchit sakofchit added the medium priority issues with medium priority label Nov 28, 2022
@sakofchit
Copy link
Member Author

also to add to this, this is a workaround since shuffling hasn't been implemented in https://github.com/brim-borium/spotify_sdk afiak

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

No branches or pull requests

1 participant