@
DiMag
Hi. I considered the (big) change and commented on this in the past.
As correctly stated by other skinners, there are not really any much relevant downsides of still using the old xml-files with 720p original confluence based values.
Example: On a 1080p display, Kodi just multiplies all xml values with *1.5 _
before_ rendering and if you write the code as precise as possible, there is no visual difference for the textures with this in comparaison to 1080-xml-code.
The UI can already be pixel perfect on 1080/2160 displays texture-wise even with the 720-coded-xml. Therefore already having 4K textures is not really that odd but works very well.
Resolution-rewriting the xml code will get you two things: 1) more grid-precise positioning of controls and 2) more precise handling of border-textures. That's about it.
There always were legit reasons to keep using the "720"-based xml files (which came this way on Original Confluence):
- Massive time amount for the xml-resolution-rewrite/conversion (especially because i release the skin for up to 5 Kodi generations)
- Also, conversion is not automatic: Even when using the old Kodi Skinning Tool, you still have to spent countless hours of correcting, testing and debugging stuff when doing such a big code change.
- Easy code merging updates between Original Confluence and this skin itself upstream/downstream
- Due to the messed up UI/texture scaling Kodi has on all official versions, Kodi UI will always have visually broken texture scaling resolution regardless of the "xml-resolution":
See
https://forum.kodi.tv/showthread.php?tid=348790 for more information on this.
That being said, as coincidence strikes:
- A few weeks ago, i've updated the Kodi Skinning tool to help (a bit) with the previously announced 1080/2160-xml-code conversion
- The last skin updates contained the scrollbar- & progressbar-rework which was also done in preparation for the xml-file-resolution-rewrite/conversion
and finally:
- ! My main skin version (Kodi v17) has been converted to 1080-xml-files some days ago. I spent many hours validating/correcting/testing stuff so it's at a good point.
If things go as planned, after much more work the xml-file-resolution rewrite will end up in all releases of this skin in the future.
Stay tuned. Cheers