Kodi Community Forum
Solved Add-on API for get XBMC main setting - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: Solved Add-on API for get XBMC main setting (/showthread.php?tid=204756)



Add-on API for get XBMC main setting - muttley:bd - 2014-09-20

I would like get (not write) a couple of XBMC main setting (es. Device name in Settings/Services/General) from my add-on.

Add support for "user helper string" in add-on setting...It would look like to the main setting in XBMC. A string that gives some useful information and help on the specific setting selected.

This request is born after this my post: http://forum.xbmc.org/showthread.php?tid=204559

Thanks!


RE: Add-on API for get XBMC main setting - da-anda - 2014-09-20

as already answered in your other post:
you can read (and write) any setting via JSONrpc. Documentation for this is missing on Wiki, but if you use http://wiki.xbmc.org/index.php?title=JSON-RPC_API/v6#JSONRPC.Introspect you'll get the documentation for the desired functions


RE: Add-on API for get XBMC main setting - muttley:bd - 2014-09-20

thanks da-anda!