How do i get trailers working?
#1
How do i get apple movie trailers to work.
Every time i start it from the home screen it says theres a script error, but when i start it from the video plugins section theres no problems.
Press THANK USER if I Help
Reply
#2
Because these are different. One of them Video Plugin other one Script.
Reply
#3
So is it the same thing or is the trailer section my trailers on xbmc
Press THANK USER if I Help
Reply
#4
the Trailers button on the home menu will launch the Apple Movie Trailers script.
the one you have in your video plugins folder is the Apple Movie Trailers plugin.

those are two different things.

which version of xbmc or you using and what version of the AMT script?
they need to be compatible, otherwise it won't work.

Debug Log might tell us some more
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#5
OK I haven't pointed the trailers section to the right script then.
Thanx i'll try that
Press THANK USER if I Help
Reply
#6
Why does it only work with AMT and not AMT Lite
Press THANK USER if I Help
Reply
#7
AuXBoX Wrote:Why does it only work with AMT and not AMT Lite

because the code needed to run a script is different from the code needed to run a plugin.

currently the Trailer button on the home menu uses this code:
<onclick>XBMC.RunScript($INFO[Skin.String(Trailers_Path)])</onclick>

if you want it to run the ATM Lite plugin instead, you'd need this:
<onclick>XBMC.ActivateWindow(MyVideoLibrary,plugin://video/Apple Movie Trailers Lite/,return)</onclick>

you can change things yourself in Includes_Home.xml
i think there are 4 occurrences of the Trailer button in that file, so best is to change them all.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#8
thanx ronie id just figured out where to change it.
I've only just started using transparency
Press THANK USER if I Help
Reply
#9
i'm glad you figured it out. ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
How do i get trailers working?0