Kodi Community Forum
into video - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: into video (/showthread.php?tid=334409)



into video - eranavni - 2018-08-07

hi all,
i added to my startup.xml file the following line in order to play a video from that path when Kodi starts but from some reason it only works on Windows platform and not Android or Linux.
What do i need to added for it to work?
    <onload condition="Skin.HasSetting(Enable.StartupIntro)">PlayMedia(special://skin/extras/intro.mp4)</onload>
    <onload condition="!System.HasAddon(script.skin.helper.service)">ReplaceWindow($INFO[System.StartupWindow])</onload>

Thanks


RE: into video - ronie - 2018-08-07

unlike windows, android and linux have a case-sensitive filesystem.
so make sure the file is actually named intro.mp4 and not Intro.mp4


RE: into video - eranavni - 2018-08-08

(2018-08-07, 23:28)ronie Wrote: unlike windows, android and linux have a case-sensitive filesystem.
so make sure the file is actually named intro.mp4 and not Intro.mp4
 I checked and it's the same


RE: into video - ronie - 2018-08-08

perhaps a Debug Log would provide some clues why it doesn't work...


RE: into video - eranavni - 2018-08-09

Then for the assistance.
Here is the log.
https://pastebin.com/raw/PfFu2Een


RE: into video - eranavni - 2018-08-09

Sorry that link didn't work. this one will https://pastebin.com/PfFu2Een


RE: into video - ronie - 2018-08-09

that's not a Debug Log ;-)
you've modified your advancedsettings file incorrectly.

remove the opening and closing <advancedsettings> tags around the log section.
those tags should only be used at the start and end of the file.