Page 1 of 1

Stops playing songs

PostPosted: 26 Nov 2018, 14:42
by Nick.Moshulu
We have a Pi 3B+ with rune 0.3-beta, we have the global random on to add songs to the ply queue but when it hits 16384 songs it stops playing.
Is there a way to increase this number? If not can I have some help writing come code to clear the play queue and add a song in to keep it playing.

Thanks

Nick

Re: Stops playing songs

PostPosted: 26 Nov 2018, 15:20
by janui
Hi Nick.Moshulu,
Do you actually want to keep songs in the playlist? Or would it be acceptable to automatically delete songs from the playlist after they have been played?
janui

Re: Stops playing songs

PostPosted: 26 Nov 2018, 15:35
by Nick.Moshulu
Hi Janui

It's fine if they are deleted, the song will be added again with the global random on, I just need it to not stop playing after 16384 songs.

Thanks

Nick

Re: Stops playing songs

PostPosted: 26 Nov 2018, 16:51
by cmh714
Nick you can use this command on the browser to enable Consume mode which will remove songs after they are played:

http://runeaudio.local/command/?cmd=consume 1

Re: Stops playing songs

PostPosted: 26 Nov 2018, 17:35
by Nick.Moshulu
Thanks mate, works a treat