Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1817

Conditionally Include file - broken on kodi startup

$
0
0
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.

Log
https://pastebin.com/HnKKDPTY

Viewing all articles
Browse latest Browse all 1817

Trending Articles