Kodi Community Forum

Full Version: Selecting menu items
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

Is it possible to send a command via JSON-RPC to select a certain menu item in an addon? For example, say there is a menu item called 'Videos', could you send a command to select 'Videos' or, if 'Videos' is the third item in the menu, send a command to select the third menu item?

Thanks.
Okay, I managed to read menus using 'Container.ListItem', but it doesn't work on the home screen. Any ideas on how to get a list of the home menu items and which is selected?