Kodi Community Forum

Full Version: Need help with custom intro video
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 :-)