I have an instance of MagicRDS4 set up specifically to send Title & Artist info to my streaming provider (Securenetsystems.com). It has to be stripped down to Title;Artist and sent just once or it goofs up our royalty reporting.
I have set up bridge WSKKbridge to receive info from playout system on VP1 UDP 10001 with the following Internal Channel Distribution info:
saveto file:"C:\Users\m\Documents\Shark-title-artist.txt" mode:"rewrite"
sendto "WSKK-DCS"
---
WSKK-DCS is setup as a bridge TCP client connecting to the streaming seed app on [internal IP]:TCP 5005
This works correctly as expected, sending new info as it changes.
My issue is that I want to update for special programs by using External Scheduler so I set up an event:
event days:"2" times:"11:02" send connection:"WSKK-DCS" command:"Heard It On The Shark;Melinda"
And THAT works fine.
I expected MagicRDS to send the info from C:\Users\m\Documents\Shark-title-artist.txt when it was updated again, which happens as soon as the special program ends. But it just stays on the text sent from the Event Scheduler event.
So, I can "turn it on" for special programs, but can't "turn it off". (Closing that instance of MagicRDS4 and restarting it makes it revert to proper operation). Is there a command I can send via External Scheduler to WSKK-DCS at the expected end of the special program that will force revert to updating/sending on change of the Shark-title-artist.txt ?