[Apple TV] Trying to link home menu to trailers
#1
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.
Reply
#2
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?
Reply

Logout Mark Read Team Forum Stats Members Help
[Apple TV] Trying to link home menu to trailers0