Kodi Community Forum

Full Version: Setting up addon shortcut
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was using the following code in Eden and it would open up all add ons for user to choose:

Skin.SetAddon(foo.1.Label,xbmc.python.pluginsource)

Now, it opens only video add ons. Was this changed in the meantime?
I use this in Frodo

Skin.SetAddon(blaablabla,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.addon.executable)
(2013-08-12, 18:06)toiva Wrote: [ -> ]I use this in Frodo

Skin.SetAddon(blaablabla,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.addon.executable)

Freaky code but it really works. Many thanks!