Small bug in the Scheduler in v6.1-beta build 3801

Hi Torben,

I’ve been testing v6.1-beta build 3801 and came across a small bug in the Scheduler.
In the new Transition Template I have stated that after every 4 songs a jingle should be inserted. As you can see in the screenshot, Jingle #18 is inserted on the right place, but it’s not backtimed. As a result song #17 and jingle #18 are skipped.
By repeating this over and over I get different results. Sometimes there’s no jingle at all, just 8 songs in a row (screenshot 2). Sometimes the jingle is inserted but not backtimed and as a result only the jingle is skipped (screenshot 3).

Could you have a look at this one of these days?


ma_001.png

ma_002.png

ma_003.png

  1. The bug is still present in v6.1-beta 3804. I noticed that all jingles in the backtimed chain are not backtimed.

By the way, it’s great to be able to add a postprocessing script to the Hour Templates. That’s one event less :wink:

  1. Would it be possible to be able to add more than one script to the Templates?

Sorry, only one script at this time. But you can use includes to chain them.

Haven’t had the time to take care of the transitions bug. I know where the problem is though. When transitions were/are part of the music template, it would just use the timing you set for the entire music block. Now that they are a template of their own, they are inserted at the very end of the scheduling process, and they must somehow “guess” an appropriate value based on the timings of the surrounding music items.

No problem Torben, thanks for your reply and good luck with finding a sollution :wink:

Please try build 3808, it should handle the timings better.

Problem solved! Thanks Torben!