I’m searching for a method to initiate the Party Mode Autostart Addon for Kodi
service.partymode.autostart
this is what I’m trying to use but doesn’t cut it…
> alias: OSMC_Partymode
> service: kodi.call_method
> data:
> method: Addons.ExecuteAddon
> addonid: service.partymode.autostart
> params:
> command: activate
> target:
> entity_id: media_player.osmc
The github for the add on is here
https://github.com/elbowz/partymode-autostart-xbmc-service/blob/32891069df39916ef1e2ebffecc14cfb96043986/PartymodeAutostart.py
Thanks in advance