Hi there,
I run into another issue and need a bit help with it.
I like to use Super Favourites to create a custom Folder with my most used Addons/Plugins and use this folder as a Favorite Link to be able to get it shown as a widget. That is working so far. The problem I have is, I can't launch any of the shown Addons via the widget.
I also have tried to just put the complete "Video Addons" Folder to Favourites and use that link for the widget. With that I am able to launch the Addons. To be sure its not the Super Favourites link that causes the issue I was checking the Artic Zephyr Skin where I can also create custom Widgets which are linked via Favorites. There the Favourite link to my Super Favourites Custom Folder also works and I am able to launch the Addons.
So I guess it has to do something with my "<onclick>" command I am using.
This command is working fine with the widget when its linked to:
But when I using the link to Super Favourites:
I checked the xml files from Artic Zephyr Skin how its done there, but couldn't find anything that helped.
Thanks again for your time and help
I run into another issue and need a bit help with it.
I like to use Super Favourites to create a custom Folder with my most used Addons/Plugins and use this folder as a Favorite Link to be able to get it shown as a widget. That is working so far. The problem I have is, I can't launch any of the shown Addons via the widget.
I also have tried to just put the complete "Video Addons" Folder to Favourites and use that link for the widget. With that I am able to launch the Addons. To be sure its not the Super Favourites link that causes the issue I was checking the Artic Zephyr Skin where I can also create custom Widgets which are linked via Favorites. There the Favourite link to my Super Favourites Custom Folder also works and I am able to launch the Addons.
So I guess it has to do something with my "<onclick>" command I am using.
<onclick>RunAddon($INFO[Container(10010).ListItem.Property(Addon.ID)])</onclick>
This command is working fine with the widget when its linked to:
<content target="addons">addons://user/xbmc.addon.video</content>
But when I using the link to Super Favourites:
<content target="addons">plugin://plugin.program.super.favourites/?label=xyz&mode=400&path=special%3%2F%2Fprofile%2Faddon_data%2Fplugin.program.super.favourites%2FSuper%20Favourites%2Fxyz&sf_options=fanart%3DNULL%26_options_sf",return)</content>
I am not able to launch any of the addons shown in the widget (*xyz is my created custom folder for testing).I checked the xml files from Artic Zephyr Skin how its done there, but couldn't find anything that helped.
Thanks again for your time and help
