mvdwetering / service.huecontrol

Kodi addon to control the Philips Hue lights when playing movies
14 stars 5 forks source link

Add a workaround for XBMC #14609 service not restarting after update #2

Open mvdwetering opened 10 years ago

mvdwetering commented 10 years ago

According to http://trac.xbmc.org/ticket/14609 XBMC has problems with addons that have multiple extension points when updating. Basically it lets the old code running.

Make some kind of check to see if the addon was updated and let it restart itself.

See mentioned forum thread for an idea on how to do it.