Trailers question from the home window?
#1
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.
Reply
#2
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..
Reply
#3
Thanks will give it a go.
Reply

Logout Mark Read Team Forum Stats Members Help
Trailers question from the home window?0