into video
#1
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
Reply
#2
unlike windows, android and linux have a case-sensitive filesystem.
so make sure the file is actually named intro.mp4 and not Intro.mp4
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
(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
Reply
#4
perhaps a Debug Log would provide some clues why it doesn't work...
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#5
Then for the assistance.
Here is the log.
https://pastebin.com/raw/PfFu2Een
Reply
#6
Sorry that link didn't work. this one will https://pastebin.com/PfFu2Een
Reply
#7
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.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
into video0