brianhornsby / script.openvpn

A script that allows you to control OpenVPN from within Kodi.
http://brianhornsby.com/kodi_addons/openvpn
GNU General Public License v3.0
91 stars 30 forks source link

Property request #15

Closed ghost closed 10 years ago

ghost commented 10 years ago

I'd like to request a property for skins to have some kind of pilot light or colorized string i.e.:

xbmcgui.Window(10000).setProperty('vpn_Connected', 'True')

brianhornsby commented 10 years ago

I don't think this is a good idea. The script can't tell if another process has disconnected the OpenVPN connection, so it could give the user mis-information.