boot video
#1
Hi im trying to set up and boot video, as per here
http://forum.xbmc.org/showthread.php?tid=124124


when i have my home.ini set up like this

<onload condition="Window.Previous(startup)">XBMC.PlayMedia(special://userdata/Splash/Splash_video.mov)</onload>
<window id="0">
<defaultcontrol always="true">9000</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[Container(9000).ListItem.Icon]</imagepath>
<timeperimage>8000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
</control>
<include>CommonMediaPlayingBackground</include>
<!-- Music Info -->
<control type="group">

its crashes and reverts back to the default skin

when i have it like


<window id="0">
<onload condition="Window.Previous(startup)">XBMC.PlayMedia(special://userdata/Splash/Splash_video.mov)</onload>
<defaultcontrol always="true">9000</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[Container(9000).ListItem.Icon]</imagepath>
<timeperimage>8000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
</control>
<include>CommonMediaPlayingBackground</include>
<!-- Music Info -->
<control type="group">

it boots fine but loads the main page then plays the video clip.

Any ideas, i wanted the boot video to play then load the skin, basicly just replace the splash screen with the boot video.

Matt
Main - LG - OLED65CX6LA 65" Smart 4K Ultra HD HDR OLED TV - Yamaha RXV383 - N2plus running CoreELEC Nexus - Harmony Elite remote
BedRoom - Panasonic DX-700 UHD TV - N2 running CoreELEC Nexus - Harmony Elite remote
Server - debian based 10TB Media Server 
Reply

Logout Mark Read Team Forum Stats Members Help
boot video0