Is there a way in json to select the main menues items in Kodi such Music, Programs,
#1
Hi,

I'm new with Json and with Google Home Mini

Is there a way in json to select the main menues items in Kodi such as Music, Programs, Videos, System, ... ?

thanks
Reply
#2
understanding your new with the json api, I'm finding your question a bit ambiguous

perhaps first explain what your looking to do, navigate the built in ui or create an interface of your own.

I'm not familiar with Google home but I imagine controlling the UI is all you can do with it. IMHO the json api doesn't mix well with controlling the built in ui, for that create add-on scripts.
Reply
#3
perhaps this is what you are looking for:
http://kodi.wiki/view/JSON-RPC_API/v8#GU...vateWindow
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
(2017-11-27, 04:11)ronie Wrote: perhaps this is what you are looking for:
http://kodi.wiki/view/JSON-RPC_API/v8#GU...vateWindow
 thanks
Reply
#5
hi,

How can i invoke a specific menu option within an addon like ccCloudTV, then i choose english and also i will like also to invoke the search menu of ccCloud Tv addon

thanks
Reply
#6
the easiest way to figure that out is to right-click on those menu options and select 'add to favourites'.

next, open your favourites.xml file and look for the ActivateWindow() commands for those menu options.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#7
Oh ya, there's the GUI namespace...
And ive used the 'add to favorites' as a quick and dirty short cut for certain things myself.  good advise.
Reply
#8
thanks i cannot make work this kind of syntax:

http://server:8080/jsonrpc?request={"jsonrpc":"2.0","method":"Addons.ExecuteAddon","params":{"wait":false,"addonid":"plugin.video.anaddon","params":["?action=Searchterm&name=tom+cruise"]},"id":2}

what is wrong whith my action syntax ? & does not work either

thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Is there a way in json to select the main menues items in Kodi such Music, Programs,0