drinfernoo
drinfernoo
Is your add-on setting the content type (https://romanvm.github.io/Kodistubs/_autosummary/xbmcplugin.html#xbmcplugin.setContent)? If not, then the skin can't figure out which view to use, because it doesn't know what type of content your add-on...
It goes in Python, basically at any point in your plugin's execution before you call https://romanvm.github.io/Kodistubs/_autosummary/xbmcplugin.html#xbmcplugin.endOfDirectory. In general, Python methods go in Python files, not in the XML 😉
@mrXoo The documentation I linked above includes a list of the valid content types, and an example of how to use it 👌
In fact, I notice that the normal settings dialog does have this hint text along the bottom. If we could just get that same row in the add-on settings dialog,...
Aura hasn't been meaningfully updated in almost two years... I'd be surprised if this gets merged. Good work, though 👍
@jurialmunkey What if the "action buttons" in the fullscreen widget and/or info dialog were simply (I hope that's simple enough 😅) their own "submenu" of shortcuts, similar to the built-in...
https://github.com/jurialmunkey/skin.arctic.horizon/issues/374#issuecomment-794523084
@NinjaMonkeyUK You already can, just browse to them...
Ah, I went to try and figure this out for you, but found that the box to type in a color manually is also broken now 😫 It seems you...
I went ahead and edited my previous comment with how you can manually reset it... but you could also simply *delete* that file (setting **all** skin settings back to default),...