Kodi Community Forum

Full Version: Get All Items in focused container
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I hope someone is able to help. I have an issue with getting the items shown. I need the list of items from the current focused container as I need to process their Titles. In most part I can do this successfully with some windows but ones like ContextMenu I am having trouble. I can get the Number of items using Container(996).NumItems or so, but getting the items I just can't seem to do. I'm using JSON RPC and Builtin functions to work with. Simple put, I just want a simple way to retrieve the list of items who's container is currently focused and get the path or name etc to open or select that Item remotely. Any help will be appreciated.