Moode Forum

Full Version: Auto-shuffle playlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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':
(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