-
Notifications
You must be signed in to change notification settings - Fork 47
Random play
koca2000 edited this page Jan 21, 2019
·
1 revision
Since 1.2.5 random mode can be enabled for SongPlayer
. When enable at the end of each song SongPlayer
randomly choose another one from playlist that was not played yet. If SongPlayer
has RepeatMode.ALL
after all songs are played it choose from all songs in Playlist
.
sp.setRandom(true); // sp is your SongPlayer