Kodi Community Forum

Full Version: Apple Movie Trailers in home screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys, ive searched the forums a bunch of times, and tried to google it, but i cant seem to find any info if this is possible or not.

i know it is in a couple of other skins, but is it possible in confluence?

i tried to do the skin settings - add on scripts option, but, it didnt work. so, maybe thats not where it can be done.

hopefully its easy to setup.

thanks guys.
Hi I have added the following code into my home.xml located in 720p folder.

<item id="15">
<label>Trailers</label>
<onclick>ActivateWindow(VideoLibrary,plugin://video/Apple Movie Trailers Lite)</onclick>
<icon>special://skin/backgrounds/amt.jpg</icon>
</item>

hope this helps
Thanks mate, really appreciate it.
With the mod Influence, you can add this menu easily with the Extra Menu settings.
System/Skin/Extra Menu
Set up Menu 1
Activate Menu 1
Label : Trailers
Action: ActivateWindow(VideoLibrary,plugin://video/Apple Movie Trailers Lite)


Or if you want it in Movies SubMenu
Set up menu Movies
Movies Extra 1
Label: Trailers
Action: ActivateWindow(VideoLibrary,plugin://video/Apple Movie Trailers Lite)


Have fun !
Its not working,what im i doing wrong
mattdamon Wrote:Hi I have added the following code into my home.xml located in 720p folder.

<item id="15">
<label>Trailers</label>
<onclick>ActivateWindow(VideoLibrary,plugin://video/Apple Movie Trailers Lite)</onclick>
<icon>special://skin/backgrounds/amt.jpg</icon>
</item>

hope this helps

Where is home.xml do you put it?

thanks