CappielloAntonio / tempo

An open source and lightweight music client for Subsonic, designed and built natively for Android.
GNU General Public License v3.0
1.06k stars 49 forks source link

[REQ] Shuffle All Button #12

Closed kavbrian21 closed 1 year ago

kavbrian21 commented 1 year ago

It would be great if we could have a button to shuffle all tracks in the library.

In case it's useful, here is a a thread with the Navidrome developer discussing possible solutions for implementing this in a scalable way.

CappielloAntonio commented 1 year ago

Hi, I'll start by telling you that I've added a shuffling button to the app. By pressing the button, as you can guess, the random playback of your music library starts.

But there is a but. There are two reasons why I didn't include this button from the beginning:

tl;dr I added the button, limiting the number of tracks I retrieve so as not to slow down the app and avoiding making subsequent calls for the same reason.