Kodi Community Forum
JSON RPC Shortcuts - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: JSON RPC Shortcuts (/showthread.php?tid=165045)



JSON RPC Shortcuts - ace5342 - 2013-05-16

Would any one know if there is a way after starting an addon like youtube and then with another JSON command go directly to the search function with diolog box ready for input?

I have looked at http://wiki.xbmc.org/index.php?title=JSON-RPC_API but I cant find what I am looking for.

I can open youtube open with one click by sending plugin.video.youtube. Is there a way to use JSON to navigate the rest of the menu or something along that line.

Ultimately I would like a search youtube button I have tried using the JSON AWXI puts out but that just restarts xbmc (code below)

{"jsonrpc": "2.0", "method": "Playlist.Add", "params": { "item" : { "directory": "plugin://plugin.video.youtube/?path=/root/search/new&feed=search&login=false&"}, "playlistid": 1 }, "id": 1}

I am running Raspbmc with latest update (14/5).

any help will be much appreciated.