Kodi Community Forum
[Apple TV] Trying to link home menu to trailers - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: [Apple TV] Trying to link home menu to trailers (/showthread.php?tid=42210)



[Apple TV] Trying to link home menu to trailers - Ilia - 2008-12-16

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

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?