Moode Forum
[SOLVED] Auto-shuffle playlist - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [SOLVED] Auto-shuffle playlist (/showthread.php?tid=1803)



Auto-shuffle playlist - JST1963 - 10-11-2019

Tim, I think you once mentioned that the Auto-Shuffle function also worked with 3 songs in the playlist (now there are 2).
Can you tell me what file I have to modify for that?

Thx,
Johan


RE: Auto-shuffle playlist - Tim Curtis - 10-11-2019

Its the --queue-buffer option. Set it to 2 if you want 2 songs to be queued after the currently playing song.
https://github.com/joshkunz/ashuffle

Edit the file /var/www/command/moode.php

Search for
Code:
case 'ashuffle':



RE: Auto-shuffle playlist - JST1963 - 10-11-2019

(10-11-2019, 07:51 PM)Tim Curtis Wrote: Its the --queue-buffer option. Set it to 2 if you want 2 songs to be queued after the currently playing song.
https://github.com/joshkunz/ashuffle

Edit the file /var/www/command/moode.php

Search for
Code:
case 'ashuffle':

Thx, Tim!
I changed it to 14, so that I always have a nice list and eventually can take out a song I don't wanna play.

Thx!

Johan