Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Quit command from Favorites?
#1
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(...)
Reply
#2
Ended up needing to install this addon:
https://github.com/Ebonlore/plugin.close.kodi/tree/main
Reply

Logout Mark Read Team Forum Stats Members Help
Quit command from Favorites?0