Solved Conditionally Include file - broken on kodi startup
#1
Something has changed with Kodi Leia after the nightly's in june.

I cant pinpoint the exact version i started having issues.

On kodi startup i have two conditional includes for xml's. (includes.xml)
Code:
<include condition="!Skin.HasSetting(HomeVertical)" file="Includes_Home_Horizontal.xml"/>
<include condition="Skin.HasSetting(HomeVertical)" file="Includes_Home_Vertical.xml"/>


Using "kodisetup-20170629-4461f46f96-master-x86.exe" nightly. Works as expected.
Using "KodiSetup-20170808-b6318a5472-master-x86.exe" nighly. Not working until a skin refresh after loading kodi.
Madnox 2.0
Forum / Source
Reply
#2
This should be fixed already in latest master. See https://github.com/xbmc/xbmc/pull/12519
Reply
#3
Always try and use latest master if you think you found something
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#4
Thanks BigNoid and Martijn. Working with the latest nightly.
Madnox 2.0
Forum / Source
Reply

Logout Mark Read Team Forum Stats Members Help
Conditionally Include file - broken on kodi startup0