If I add a script with parameter to Kodi’s favorites, is there a way to read the parameters via JSON API, ideally via Favourites.GetFavourites?
Examples:
Code:
<favourite name="Test script" >RunScript("service.autostop","sleep=60")</favourite>
or
Code:
<favourite name="Test script" >RunScript("service.autostop","sleep","60")</favourite>
I am only aware of the ability to read the path to the script, but not the parameters.