Kodi Community Forum

Full Version: Skinning for addon - grouplist problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The control type "grouplist" in my addons skin xml is causing "RuntimeError: Unknown control type for python".

I can find other addons that have the type in their skin file, but they never try to getControl.

So how do you pass the list to it?
I'm having this same issue.

I cannot use getControl(id) for control type="grouplist".
it works for control type="group" (and others)
Also, I cannot create xbmcgui.ControlGroupList(), It does not exist.