Solved Splash Screen
#1
Hey everyone , how can I add a Animated Intro to my Kodi replacing the Splash Screen ?
Reply
#2
Edit file "Startup" in the skin, folder 1080i:


<onload>PlayMedia(special://skin/introMovie.mp4)</onload>

first line

<?xml version="1.0" encoding="UTF-8"?>
<window>
<onload>PlayMedia(special://skin/introMovie.mp4)</onload>
<defaultcontrol always="true">10</defaultcontrol>
<allowoverlay>no</allowoverlay>

and put the video "introMovie" in the skin
Image
Reply
#3
didn't work for me
Reply
#4
I think I got it to work , just have to disable the png splash screen
Reply
#5
there is a delay when starting up kodi , anyway to fix it ?
Reply
#6
Creates a file advancedsettings.xml in "C:\Users\XXXXX\AppData\Roaming\Kodi\userdata"

Code:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<advancedsettings>
<splash>false</splash>
</advancedsettings>

http://forum.kodi.tv/showthread.php?tid=124124
Image
Reply
#7
Thread marked solved.
Please read the online manual (wiki) & FAQ (wiki) before posting.

Skins: Estuary | Xperience1080
Opinion: Never purchase HTC products
Reply

Logout Mark Read Team Forum Stats Members Help
Splash Screen0