kodi-plugin-routing icon indicating copy to clipboard operation
kodi-plugin-routing copied to clipboard

How to pass JSON object or dict?

Open xellDart opened this issue 7 years ago • 1 comments

xellDart avatar Oct 05 '18 01:10 xellDart

Big objects is better to keep in xbmcgui.Window(10000) as a property:

xbmcgui.Window(10000).setProperty("your_unique_property_name", some_string)
...
xbmcgui.Window(10000).getProperty("your_unique_property_name")

quarckster avatar Nov 03 '19 20:11 quarckster