v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0)
@mikeSiLVO Reproducing the issue, ideally without having to install a skin an all that that entails, is likely to help towards prompt resolution.

I just added the following to stock Estuary in 1080i/Startup.xml (http://sprunge.us/ZUGJ):
Code:
    <onload condition="!Skin.HasSetting(Disable.StartupIntro)">AlarmClock(Play Intro,PlayMedia(special://skin/extras/intro.mp4,0),00:01,silent)</onload>
and it plays your video without an issue.

Note that my code is different to your code - you have "PlayMedia(special://skin/extras/intro.mp4,1)" which causes the video to play in the background.

You can reproduce in one of my builds as follows:
Code:
cd /storage/.kodi/addons
cp -r /usr/share/kodi/addons/skin.estuary ./skin.estuary2
wget -q https://raw.githubusercontent.com/mikesilvo164/Aeon-Nox-SiLVO/master/extras/intro.mp4 -O skin.estuary2/extras/intro.mp4
wget -q http://sprunge.us/ZUGJ -O skin.estuary2/1080i/Startup.xml
sed -i 's/estuary/estuary2/g;s/Estuary/Estuary2/g' skin.estuary2/addon.xml

Enable the Estuary2 skin in the Addons browser, and reboot.

You do however have a lot of other onload conditions, any one of which could be contributing to the problem.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
3D HOU/HSBS issue - by .bismarck - 2016-06-20, 20:03
[Build #0903] breaks VAAPI - by MichaelAnders - 2016-09-04, 15:37
Update Failed - by n2vwz - 2016-09-27, 19:34
RE: LibreELEC Testbuilds for x86_64 (Kodi 17.0) - by Milhouse - 2016-11-04, 01:22
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 17.0)11