Reply to thread

Good afternoon,


Does anybody know of an expression or property I can use within a conditional visibility statement, that detects if Mediaportal is recording?


I tried <visible>![string.equals(#latestMediaHandler.tvrecordings.active1.title,)]</visible> and that doesn't work.

I understand the property 'player.recording' was never implemented

and

I tried 'window.isvisible(3002)' and that didn't work


Any ideas anyone? Has anyone tried something similar?


Thank you


Top Bottom