2024-10-19, 19:07
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:
or
I am only aware of the ability to read the path to the script, but not the parameters.
Examples:
Code:
<favourite name="Test script" >RunScript("service.autostop","sleep=60")</favourite>
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.