Trailerbutton in submenu
#1
Is there another way to link to the apple movie trailers lite?

Normally i use the following in other skins:

<onclick>XBMC.ActivateWindow(MyVideofiles,plugin ://video/Apple Movie Trailers lite)</onclick>

Any help is welcome Smile
Reply
#2
How would you like to access it?
Reply
#3
qualar Wrote:How would you like to access it?

For first i think not in librarymode, because my system hangs when it tries to download scrapercontext.

So a simple link to de video-plugins > Apple Movie Trailers Lite will do.

Normally i've used the librarymode wich i access with:

<onclick>XBMC.ActivateWindow(MyVideoLibrary,plugin ://video/Apple Movie Trailers lite,return)</onclick>

Of course i've edit one of the options in my submenu (home.xml):

<item id="3">
<description>Actors</description>
<label>Trailers</label>
<onclick>XBMC.ActivateWindow(MyVideofiles,plugin ://video/Apple Movie Trailers lite)</onclick>
</item>
Reply
#4
michaeldecharon Wrote:For first i think not in librarymode, because my system hangs when it tries to download scrapercontext.

So a simple link to de video-plugins > Apple Movie Trailers Lite will do.

Normally i've used the librarymode wich i access with:

<onclick>XBMC.ActivateWindow(MyVideoLibrary,plugin ://video/Apple Movie Trailers lite,return)</onclick>

Of course i've edit one of the options in my submenu (home.xml):

<item id="3">
<description>Actors</description>
<label>Trailers</label>
<onclick>XBMC.ActivateWindow(MyVideofiles,plugin ://video/Apple Movie Trailers lite)</onclick>
</item>

You can do it within the skin.

go to skin settings->home, turn on 'advanced home menu', then expand the videos option to edit one of the submenu buttons.

label - Apple Movie Trailers
parameter - plugin://video/apple movie trailers lite
Reply
#5
scarfa Wrote:You can do it within the skin.

go to skin settings->home, turn on 'advanced home menu', then expand the videos option to edit one of the submenu buttons.

label - Apple Movie Trailers
parameter - plugin://video/apple movie trailers lite

Thanks Scarfa!

I don't have the option advanced home menu because i'm running a mod.

But you helped me in the right direction:

<onclick>ActivateWindow(VideoLibrary,plugin://video/Apple Movie Trailers lite)</onclick>

That did the trick Laugh
Reply
#6
Thanks for the AMT plugin help. Custom submenu worked great.

Is there a way to edit the names of the existing submenus? I only ask because I had to increase the font since I am on a 4:3 display and "Recently Added" scrolls because it won't fit in the alloted space. I would rather have it just say "Recent".

I came up with a work around by editing the proper submenu.xml directly using,
ActivateWindow(VideoLibrary,RecentlyAddedMovies,Return) on one of the custom items and than naming it through the custom submenu skin settings.

I feel this is kind of a hacked fix and not very ideal for the long term

Thanks Scarfa for this killer skin, it is by far the best out there.

--Dascmo
--Dascmo

\\ OpenElec \ Frodo \ ASROCK 330HT \\ AEON NOX 4.0 \\


Free Online Storage: Copy

^^HIGHLY RECOMMENDED^^
Reply

Logout Mark Read Team Forum Stats Members Help
Trailerbutton in submenu0