Jurial,
As you might remember, I am using the skin in Leia. I noticed some minor errors in the log that I thought I would point out, since they are easily fixed and the fix works equally well for Krypton and Leia.
In Leia, you can't have "-" as a value anymore when you want to specify a none value for an attribute (
https://forum.kodi.tv/showthread.php?tid...pid2534486). You are specifying - as the value for several textures for progress control "32" in DialogExtendedProgressBar.xml. You could replace <texturebg>-</texturebg> with:
<texturebg></texturebg>
And so on for the other attributes of that control. If you do that, no more of that error in the log.
I know that you are only supporting Krypton at this time, but I thought I would bring this up since it is such a small change. Feel free to disregard.
Again, thank you so much for your work on this awesome skin.
Regards,
Bart
EDIT: There are a few other places throughout the skin where you are using - as a none value (Defaults, DialogMediaSource, MusicOSD, MusicVisualization, SettingsScreenCalibration, VideoFullScreen and VideoOSD). If you are willing to do the change, I think it is an easy replace of ">-<" for "><" wherever it appears in the xml files.