OrangeLazarus
New member
Hello all, I am still a little new to RadioBoss and am attempting to create a 'queue' playlist that does the following:
My goal is to be able to display a list of upcoming tracks to the user. I know that I can have a very long 'queue' playlist and limit the result set using 'cnt' with the remote api, but I then I still have an issue of inserting requested tracks at a variable index (if there are already queued requests).
Any suggestions would be appreciated!
- Deletes track after playing (this works fine)
- Adds new track(s) using repeat protection/rotation priority when the number of tracks falls below a threshhold (say 10 items)
- Adds requested tracks to end of playlist (seems easy enough to implement)
My goal is to be able to display a list of upcoming tracks to the user. I know that I can have a very long 'queue' playlist and limit the result set using 'cnt' with the remote api, but I then I still have an issue of inserting requested tracks at a variable index (if there are already queued requests).
Any suggestions would be appreciated!