Kodi Community Forum
Problem with plugins - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Problem with plugins (/showthread.php?tid=61039)



Problem with plugins - AuXBoX - 2009-11-07

I've just installed xbmclive 9.11 and put the Transparency skin on it but on the home menu the plugins menu doesnt appear.
When i turn it on in the settings i can see at the bottom of the menu an invisible button with just the shadow of but i can't press it.

I'm also having problems linking the trailers button to my AMT plugin.
It works on my other media center.
Is this correct:

<item id="6">
<label>31403</label>
<onclick>XBMC.ActivateWindow(MyVideoLibrary,plugin://video/Apple Movie Trailers Lite/)</onclick>
<icon>special://skin/images/backgrounds/trailers.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Trailers_Folder)]</thumb>
<visible>!Skin.HasSetting(WideHomeMenu) + Skin.HasSetting(TrailersInHome)</visible>
</item>

Can anyone help?

UPDATE:
I'm feel a bit dumb, i needed to add stuff to the library first haha


- ronie - 2009-11-07

AuXBoX Wrote:I've just installed xbmclive 9.11 and put the Transparency skin on it but on the home menu the plugins menu doesnt appear.
When i turn it on in the settings i can see at the bottom of the menu an invisible button with just the shadow of but i can't press it.

I'm also having problems linking the trailers button to my AMT plugin.
It works on my other media center.
Is this correct:

<item id="6">
<label>31403</label>
<onclick>XBMC.ActivateWindow(MyVideoLibrary,plugin://video/Apple Movie Trailers Lite/)</onclick>
<icon>special://skin/images/backgrounds/trailers.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Trailers_Folder)]</thumb>
<visible>!Skin.HasSetting(WideHomeMenu) + Skin.HasSetting(TrailersInHome)</visible>
</item>

Can anyone help?

UPDATE:
I'm feel a bit dumb, i needed to add stuff to the library first haha

nah, your not dumb, it was a little oversight on my end. the plugins menu button should also work without a library but it didn't. it'll be fixed in the next release.

as for the AMT script, the only thing that needs to be done is specify the path in:
Settings > Skin Settings > Scripts > Apple Movie Trailers path