Setting up addon shortcut
#1
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?
My skins:

Amber
Quartz

Reply
#2
I use this in Frodo

Skin.SetAddon(blaablabla,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.addon.executable)
Reply
#3
(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!
My skins:

Amber
Quartz

Reply

Logout Mark Read Team Forum Stats Members Help
Setting up addon shortcut0