PDA

View Full Version : [Apple TV] Trying to link home menu to trailers


Ilia
2008-12-16, 12:31
Hi,

I am trying to link a home menu called "trailers" to the AMT plugin.

I have the plugin working. I modified the clips home menu to work as trailers but I cant get the link to work?!?!

CUtil::GetMatchingSource... no matching source found for [ plugin://video/Apple Movie Trailers II/] this is what i am getting from the log.. is there anything else I can try?

Help is appreciated.

Ilia
2008-12-17, 00:51
found the solution...
with
<onclick>XBMC.ActivateWindow(MyVideoFiles, plugin://video/Apple Movie Trailers II/)</onclick>
I put a space betwewen MyVideoFiles,_plugin, there should not be a space... should be
<onclick>XBMC.ActivateWindow(MyVideoFiles,plugin://video/Apple Movie Trailers II/)</onclick>

The other issue now is that when i press the menu button i want it to go the the home screen where I can choose movie, tv shows, etc .. is there a way to do that?