Kodi Community Forum

Full Version: Openelec InfoLabels
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Some info labels they are not working in OpenElec (?). For example System.InternetState is blank:
PHP Code:
<label>$INFO[System.InternetState]</label

Is also missing from network information in System Info window.

Is there something different about the skin engine in OpenElec ?

I need to check and show in the skin if the system is connected to internet or not. Is there any other way ?


Cheers
Nessus
(2014-11-28, 02:23)nessus Wrote: [ -> ]Some info labels they are not working in OpenElec (?). For example System.InternetState is blank:
PHP Code:
<label>$INFO[System.InternetState]</label

Is also missing from network information in System Info window.

Is there something different about the skin engine in OpenElec ?

I need to check and show in the skin if the system is connected to internet or not. Is there any other way ?


Cheers
Nessus

small python script pinging some server.
Is it possible to add this in your script.toolbox ?
Openelec is patching this. See https://github.com/OpenELEC/OpenELEC.tv/...heck.patch. I am not entirely sure why, will ping sraue.
Thanks mkortstiege. At least we know the reason for this.

Cheers
Nessus