Stop command to program sets in BLOCKS in PLAYLIST 2 or AUXILIARY

erickencinaz

New member
I'm trying to create a block-based ad schedule manager in Python to communicate with Radio Boss. I've already managed to get it to add .mp3 files to Playlist 1, which is set to General by default, but I want to be able to add them to an auxiliary file. In my Python script, when I click the "Insert Ads" button, I want it to generate the following:

BLOCK 11:30 AM
AD 1.mp3
AD 2.mp3
AD 3.mp3
-stop-
BLOCK 12:00 PM
AD 1.mp3
AD 2.mp3
AD 3.mp3
-stop-

IS THIS POSSIBLE?
 
IS THIS POSSIBLE?
It's your script so it can do whatever you create in there. About RadioBOSS, using the API you can add any files or commands into the playlist.

But if you create an ads manager you should probably generate playlists for each block, and scheduled events to start those playlists on time. Same as how the Ads Scheduler in RadioBOSS work.
 
Back
Top