Let Add-On do something when XBMC is stopped
#1
Hi,

If XBMC is stopped, my Add-on Stops write away.
I would like to send a url command at that moment.
does anyone know how this can be done.

I use something like:
Code:
while (xbmc.abortRequested):
But that does not work
Reply

Logout Mark Read Team Forum Stats Members Help
Let Add-On do something when XBMC is stopped0