Hi,
For my station i use predefined playlists for the top of the hour, which contain the newsjingle, the news and the toth jingle. What i want is the audio logger to stop logging when the newsjingle starts, and to start again when the top of the hour starts. I always gave these start/stop commands in those playlists, but for some reason they’re not working anymore. As far as i can remember i haven’t changed anything since it has stopped working.
This is the contents of these playlists :
<Playlist>
<PlaylistItem Class="File">
<Title>1uur</Title>
<StartActions>
<Action Class="RESTExecuteCommand">
<Hostname>192.168.1.101</Hostname>
<Port>5252</Port>
<User />
<Password>base64:</Password>
<Command>SLOT 1 STOP</Command>
</Action>
<Action Class="RESTExecuteCommand">
<Hostname>192.168.1.101</Hostname>
<Port>5252</Port>
<User />
<Password>base64:</Password>
<Command>SLOT 2 STOP</Command>
</Action>
</StartActions>
<Filename>M:\Imaging\Items\1uur.mp3</Filename>
<Color>#ff0000</Color>
</PlaylistItem>
<PlaylistItem Class="File">
<Title>nieuws</Title>
<Filename>M:\Incoming\nieuws.mp3</Filename>
<Color>#ff0000</Color>
</PlaylistItem>
<PlaylistItem Class="File">
<Title>BFM Toth</Title>
<StartActions>
<Action Class="RESTExecuteCommand">
<Hostname>192.168.1.101</Hostname>
<Port>5252</Port>
<User />
<Password>base64:</Password>
<Command>SLOT 1 START</Command>
</Action>
<Action Class="RESTExecuteCommand">
<Hostname>192.168.1.101</Hostname>
<Port>5252</Port>
<User />
<Password>base64:</Password>
<Command>SLOT 2 START</Command>
</Action>
</StartActions>
<CueData>
<CueDataItem Class="Marker" Type="CueIn" Position="0.053" />
<CueDataItem Class="Marker" Type="StartNext" Position="10.892" />
<CueDataItem Class="Marker" Type="FadeOut" Position="12.360" />
<CueDataItem Class="Marker" Type="CueOut" Position="13.999" />
</CueData>
<Filename>M:\Imaging\Items\BFM Toth.mp3</Filename>
<Color>#ff0000</Color>
</PlaylistItem>
</Playlist>
The actions don’t do anything… they don’t generate any errors in the logs.
In my configuration in my action menu, i also defined the actions to start the audio logger. Same data, and they do work.
Does anyone know where to find the solution?