"next ocurence(s)" of repeating items in API

leoley

New member
Hello DJSoft !

i'm about to build the new website for a radiostation using RadioBoss !

i am trying to build a CMS that is automatically producing articles on the website, depending on the RadioBoss Schedule.

Unfortunately i cannot find any value in the API that would be able to tell the NEXT OCURENCE of a repeating item/podcast.
I would need this very much to automatically produce pages for future scheduled podcasts, so that users can upload their podcast via the precreated page in the cms and then radioboss will read the file via a rss stream.

in the schedule API i can only find the ocurence with its repeating mechanism but not a concrete next ocurence date and time.

Would there be any possibility to add a "next ocurence" or even "next ocurences" of a repeating item to the API ?

Kind regards
Leo
 
Would there be any possibility to add a "next ocurence" or even "next ocurences" of a repeating item to the API ?
It doesn't evaluate the next time a track would play. Using the scheduler API you can check what events are going to run soon (within 24 hours) and based on that, you can check the event's action to see what it starts.

The rest depends on how you run the episodes. If you use the Track List, there's no API to check what next episode it will select.
 
Back
Top