Kodi Community Forum
Quit command from Favorites? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Quit command from Favorites? (/showthread.php?tid=373743)



Quit command from Favorites? - badbob001 - 2023-07-10

I'm trying to create a favorites item that quit kodi when invoked, but I can't get it to work. Running this on android (firetv).
Quote:<favourites>
    <favourite name="QUIT" thumb="http://192.168.1.100/stop.png">Quit()</favourite>
</favourites>
Also tried:
  • Quit
  • XMBC.Quit()
    This causes the favourite item to not appear at all
I have other commands that do work so the favourites in general is working.
  • RunAddon(...)
  • PlayMedia(...)
  • ActiveWindow(...)
  • StartAndroidActivity(...)



RE: Quit command from Favorites? - badbob001 - 2023-08-24

Ended up needing to install this addon:
https://github.com/Ebonlore/plugin.close.kodi/tree/main