Hi! Really loving how your skin looks! But I have a problem with Smart Shortcuts on my Vero 4K+
Smart Shortcuts list is always empty when I try to add a playlist to widget/home menu/etc..
I get this in the log:
Skin Helper Backgrounds --> Error while processing smart shortcuts for playlist special://profile/playlists/video/aaa.xsp --> This file seems to be corrupted, please remove it from your system to prevent any further errors.
On my PC there are no problems. I even compared the playlist xml files (.xsp) between my PC and Vero 4K+ and the seem to be identical so I don't think the playlist file is corrupted.
Vero is on latest official OSMC which is 19.5. PC is on 19.5.
I Tried wiping the Vero clean and starting from scratch: Re-install OSMC image -> Install skin -> Create a smart playlist -> Configure skin -> add -> Smart shortcuts -> List is empty.
Log:
https://paste.kodi.tv/egegivaxon.kodi
Let me know if you need any more info or logs or anything

edit: Oh btw I'm a long time software dev so you can ask me to do pretty complicated stuff that could help us to troubleshoot this
edit2: Here's the playlist file contents. It's binary identical to what I have on my PC where everything works:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>aaa</name>
<match>all</match>
<rule field="title" operator="contains">
<value>aaa</value>
</rule>
<order direction="ascending">sorttitle</order>
</smartplaylist>