Kodi Community Forum

Full Version: Trailers question from the home window?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to make it show the Apple Trailer "plugin" rather then the script version?

The plugin lite version is much better then the standard script version.

Thanks for the great skin Ronie. Its amazing.
This could help until the new version of T! hits the shelves Wink
edit: Includes_Home.xml
Code:
<item id="6">
        <label>31404</label>
        <onclick>XBMC.ActivateWindow(MyVideoLibrary,plugin://video/Apple Movie Trailers Lite,return)</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) +  Library.HasContent(Video)</visible>
</item>
Change the onclick tag like the code above.
tip, search for <label>31404</label> so you can change both vertical and horizontal menu..
Thanks will give it a go.