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?
 
Back
Top