Kodi Community Forum

Full Version: Skin Responsiveness
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I am going to have a lot of animations in this skin I am working on.... May not be as light as I originally thought but will be worth it I believe.....But with that being said does Kodi respond better when using a lot of smaller .XML like several different types of includes..... Or would it run better with out any includes all code in bulk .XML but alot less.

My animations time range from 300 to 1000 so I want the animation to be seen and if Kodi lags it will be missed... So I just want to know if anyone has any insight on how the core respond s to the skin.
From my experience Kodi just loads all xml into memory at first entry of a window. It shouldn't make much difference if you have includes in your window xml files


Verzonden vanaf mijn iPhone met Tapatalk
The XML is more or less compiled on first run into one big program.
So basically the includes are just pasted into place by compiler, they're not run live.
If you can comprehend that..
Thanks for your replys... So basically I can spread it out to make it easier for editting later and it will not effect performance. Good deal.
Yes, indeed


Verzonden vanaf mijn iPhone met Tapatalk