news items in script
Posted: 06 Dec 2012 20:09
Hi all,
I'm trying to use an overlay to playout some newsitems at the bottom of the hour (local news)
The overlay will fire off a script. The overlay is scheduled as soft start, with 120 sec max delay and it is allowed to start early. Options are : AsPlaylistInsert and it will suspend the running program. So far so good, overlays come up nicely and will fire the script.
The script is set up like this :
1. LoadTrack, newsopener.mp3, SupressAddHistory, SuppressHistoryCheck
2. Random pick from /Newsitems, options used are SuppressACPD, ClearAllCuePoints & ClearAllVolumePoints (as it's only speech, I want to get rid of possible fade in/fade out and next before the end of the item)
3. Like line 1, but with newsseperator.mp3
4. Like line 2
5. Like line 1, but with newsseperator.mp3
6. Like line 2
7. LoadTrack, weatherreport.mp3
The script itself is set to sequential, max history is set to 8 (the amount of available news items in de library at this moment)
Script runs fine, however, most of the time I end up with the same newsitem twice in one 'go'. I.e. news item 1, news item 4 and news item 1 again. It happens with all items, and sometime I even end up with news items next to each other (3, 3 and 5 for example)
I've tried fooling around with the max history, but it's no change.
Settings for the media library with the news items is history to -1 and auto watch is enabled.
Anybody a suggestion how to get rid of those double items ?
Kind regards,
André
I'm trying to use an overlay to playout some newsitems at the bottom of the hour (local news)
The overlay will fire off a script. The overlay is scheduled as soft start, with 120 sec max delay and it is allowed to start early. Options are : AsPlaylistInsert and it will suspend the running program. So far so good, overlays come up nicely and will fire the script.
The script is set up like this :
1. LoadTrack, newsopener.mp3, SupressAddHistory, SuppressHistoryCheck
2. Random pick from /Newsitems, options used are SuppressACPD, ClearAllCuePoints & ClearAllVolumePoints (as it's only speech, I want to get rid of possible fade in/fade out and next before the end of the item)
3. Like line 1, but with newsseperator.mp3
4. Like line 2
5. Like line 1, but with newsseperator.mp3
6. Like line 2
7. LoadTrack, weatherreport.mp3
The script itself is set to sequential, max history is set to 8 (the amount of available news items in de library at this moment)
Script runs fine, however, most of the time I end up with the same newsitem twice in one 'go'. I.e. news item 1, news item 4 and news item 1 again. It happens with all items, and sometime I even end up with news items next to each other (3, 3 and 5 for example)
I've tried fooling around with the max history, but it's no change.
Settings for the media library with the news items is history to -1 and auto watch is enabled.
Anybody a suggestion how to get rid of those double items ?
Kind regards,
André