Adding an addon to confluence menu banner
#1
I have placed an addon on my confluence main menu, but I would like the addon to run directly once i click on it, at the moment it takes me to the addons directory. I have had a browse of the forums but cant find the correct line to put in. Currently the line looks like this:

Code:
                        <label>Reddit Music</label>
                        <onclick condition="StringCompare(Window.Property(VideosDirectLink),True)">ActivateWindow(Videos,Addons)</onclick>
                        <onclick condition="!StringCompare(Window.Property(VideosDirectLink),True)">ActivateWindow(Videos,root)</onclick>
                        <icon>-</icon>
                        <thumb>-</thumb>
                        <visible>!Skin.HasSetting(HomeMenuNoVideosButton)</visible>
Reply
#2
Maybe I'm misunderstanding what you are trying to do, but can't you just go to skin settings via the XBMC GUI and add this add-on as one of "Video Add-ons" shortcuts?
Reply
#3
It's ok i filtere my search and found the answer

<onclick>RunAddon(plugin.video.reddit)</onclick>
Reply

Logout Mark Read Team Forum Stats Members Help
Adding an addon to confluence menu banner0