I use to launch screensaver via Sheduler idle 00:02 element.
For it not to cover running video-player I added this condition:
*Script if
(Not activewindow("c=CrystalPlayerClass") Or activewindow("c=LightAlloyFront")
Or activewindow("c=WMPlayerApp") Or activewindow("c=QWidget") Or
activewindow("c=obj_Form"))
(QWidget is VLC
obj_Form is ip-Tv player)
Is there a way to put players list in a separate file?
And, is there a way to launch screensavers sequentially in defined folders?
(Not using PP' Media tab which uses one folder only)