Bug System.IdleTime and MCE remote
#1
(Krypton)

I've noticed that a animation is broken, if I'll use the Pause button on my MCE remote.

Code:
<control type="image" id="99">
                <centerleft>50%</centerleft>
                <centertop>50%</centertop>
                <width>321</width>
                <height>341</height>
                <texture>osd/Pause.png</texture>
                <visible>Player.Paused + !Player.Caching</visible>
                <animation condition="System.IdleTime(2)" reversible="true" type="Conditional">
                    <effect type="fade" start="100" end="0" time="200" />
                </animation>
            </control>

It's going to be faded to 0% instantly right after the control becomes visible.

I assume that the default MCE remote action doesn't reset the System.IdleTime, because it works if I'll use the spacebar to pause the playback. Only can test it on one device, because I have no IR receiver for the others.

Edit:
If I change the MCE mapping to Play/Pause in the Windows registry for the Play and Pause button, the issue is gone.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply

Logout Mark Read Team Forum Stats Members Help
System.IdleTime and MCE remote0