Service addon that gets run on resume from suspend? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: Service addon that gets run on resume from suspend? (/showthread.php?tid=207568) |
Service addon that gets run on resume from suspend? - xbmconatv2 - 2014-10-29 I have a Service addon that I need to run every time XBMC comes out of Suspend. I already have it working on start up with the start="startup" option specified, is there another value for "start=" that will cause it to run after a Resume from Suspend? The Wiki entry did not list out all the valid values for the start option. |