I am contributing to the Kodi PartyMode AutoStart add-on.
I would like to add the option to manually trigger the plugin using Kodi's existing "Run" button for add-ons (which is disabled at the moment), so that users can test their settings without having to reboot the device.
I assume that the button is disabled because the add-on is a Service add-on, which are designed to run (per Kodi documentation) at startup or upon login.
My question: is there something I can set in the .py
or settings file to enable this Run button, and trigger the plugin, or would I need to change the entire add-on type?