Kodi Community Forum
Weard Flickering of the available Drivespece Label ($INFO[PVR.backenddiskspace]) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+--- Thread: Weard Flickering of the available Drivespece Label ($INFO[PVR.backenddiskspace]) (/showthread.php?tid=351628)



Weard Flickering of the available Drivespece Label ($INFO[PVR.backenddiskspace]) - TP.One - 2020-02-11

Im on Windows and using the Mediaportal- Backend / Addon.

Here the Drivespace-Lable $INFO[PVR.backenddiskspace] have a weard Flickering. (Or shows 100% instead of the real available Drivespace, if there isnt set the visible condition !Integer.IsGreater(PVR.backenddiskspaceprogr,100).)  i have now 84% Recording Drivespace in use, and didnt Notice this Flickering before. (Label pulses -> shows - hide, shows, hide, and so on.. wich looks just odd.

I guess this is hardcoded.

Could this Functionality be removed?  I guess its ment as a warning, but this flickering is just anojing.

IMHO. Its better to leave the decition to the Skin if this lable shuld flicker / pulse.
xml:
<animation effect="fade" start="0" end="100" time="20" delay="500" condition="Integer.IsGreater(PVR.backenddiskspaceprogr,80)" pulse="true">Conditional</animation>
** untested **


EDIT:
Did a bit futher investigation, and this flickering appears only on Clients. - No Flickering on the PC which holds the TV Server! - So might not a Kodi issue?
Also not shure this Flickering is related to the Drivespace, probably someting else?

EDIT2:
Solved.