Kodi Community Forum
Need help with custom intro video - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Need help with custom intro video (/showthread.php?tid=124401)



Need help with custom intro video - aptalca - 2012-03-02

Hi ronie,

htpc guy created a cool intro video to replace the splash screen, see his thread here

I successfully disabled the splash screen through advancedsettings.xml, however putting the following line in T!'s home.xml did not make the intro video play.

Code:
<onload condition="Window.Previous(startup)">XBMC.PlayMedia(special://skin/introMovie.mov)</onload>

I put it right below <controls>. You can see my modified home.xml here

Is that the right spot?

Btw, I am on win 7 eden beta2 and T! v4.04

Thanks


***EDIT***

Nevermind, I moved the line to right above controls and now it works :-)