Jump to Menu Item
#1
Good Morning,

Apologies if this is in the wrong forum, but I wanted to ask the question as to if there is the ability to 'jump' to a specific add-on or menu item through the JSON RPC?
I would like to be able to code into my external plugin the ability to directly open an add-on, for example to watch Catch-Up TV through a specific add-on but could not find a menu call that would just open the specific add-on.

Id appreciate any direction you could provide.

Thanks Guys Smile
Reply
#2
Set the list item's url to plugin://plugin.video.myplugin?mode=somemode&otherkey=otherparam

Obviously, replace with the desired plugin id and parameters
Reply
#3
Take a look at the Addons namespace in JSON-RPC (only available for Frodo, not for Eden). There is a method GetAddons() to get a list of all the addons (and their addonid) and then there's ExecuteAddon().
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply

Logout Mark Read Team Forum Stats Members Help
Jump to Menu Item0