Page 1 of 1

v4.5.3.0 - stable

Posted: 05 May 2026 22:36
by radio42
Version 4.5.3.0 is out!

What's New?
  • New Script option UseWeightedRandomForAnyOf added
  • New Scheuler option OverlaysCombineParallelOverlaysExactOnly added
  • MediaLibrary and ScriptName added to the Statistics application
  • New Overlay Update Title options added
  • General library updates
  • New UI- and Audio-Lib version
  • Various optimizations and smaller bug-fixes
  • stable
New Script option UseWeightedRandomForAnyOf added
At first the ANYOF resp. the CATEGORY selector always picks a media library and after a e.g. LeastRecentlyPlayed is picked out of this library. By default a media library is randomly selected out of the given list. This means, that the media libs are equally selected. This however also means, that tracks from media libs with only a few tracks tracks are more often selected.
With this new option you can now change this behavior and let all tracks more equally select.
I.e. if this option is checked, the ANYOF or CATEGORY selection uses a weighted random selector (using the track count as a weight) instead of a uniform random selector (if this option is not checked).
Screenshot 2026-05-05 221256.png

New Scheduler option OverlaysCombineParallelOverlaysExactOnly added
So far, the regular CombineParallelOverlays option applied to overlays starting at the same time as well as to overlays which even started later in case the Overlay Player is still waiting for its play start time. This prevented to create logical overlay blocks.
If checked, the regular CombineParallelOverlays option only applies to overlays starting almost at the exact same time.
Overlays starting at different times (at least 5 sec in between) will not be combined, even if all conditions are met.
I.e. those overlays will be kept separate and will be processed independently. This allows you to define blocks of overlays, where each block is kept separate.
Screenshot 2026-05-05 221256.png

MediaLibrary and ScriptName added to the Statistics application
Just two new columns have been added to the statistics app, so that even more analytics is possible.

New Overlay Update Title options added
Even further Title Update options have been added for overlays.
Screenshot 2026-05-05 223123.png