fast_playlist
fast_playlist copied to clipboard
Implement shuffle feature
The button exists. Implementation remains.
Desired UX should be that when shuffle is on, the next song should be played randomly from current playlist, without changing the displayed order. An internal random ordering could be created everytime shuffle is turned on and followed.
So, we need to create another temporary playlist and keep the shuffled order in that. The original should be displayed and and the shuffled should be played.
Is that right?
So I will start working on this feature and push the implemented code asap.
I completed the implementation of the shuffle feature. Can I push the code?
Is this issue open can I work on this ?