JSON RPC Shortcuts
#1
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.
Reply

Logout Mark Read Team Forum Stats Members Help
JSON RPC Shortcuts0