elementary / music

Music player and library designed for elementary OS
https://elementary.io
GNU General Public License v3.0
145 stars 49 forks source link

Shuffle Queue #687

Closed danirabbit closed 2 years ago

danirabbit commented 2 years ago

Problem

There's currently no function to shuffle playback

Proposal

The queue should always reflect the playback order, so a shuffle mechanism would need to rearrange the list itself, not just select a random track when clicking next. This means we'll probably need to keep two lists, one shuffled and one un-shuffled

Prior Art (Optional)

No response