Any known issues with LibreElec?



Hi, I’m having some issues with people reporting bugs who are using my skin on LibreElec that I’m just not able to replicate on other platforms. I was wondering if there are any known issues among skinners on that platform. I used to assume feature parity between all the platforms, but the more time I spend on each, I’ve come to realise they all have their quirks. 

The issues seem particularly related to crashes when access settings screens and the autoclose on OSD controls, which I use a custom window for. 

https://github.com/realcopacetic/skin.co…issues/128

https://github.com/realcopacetic/skin.co…issues/193

xml:

<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1108">
<visible>System.IdleTime(3) + [String.IsEqual(System.CurrentWindow,Fullscreen OSD) | String.IsEqual(System.CurrentWindow,Music OSD)]</visible>
<onload condition="Window.IsVisible(videoosd) | Window.IsVisible(musicosd) | Window.IsVisible(seekbar)">Dialog.Close(all)</onload>
<zorder>0</zorder>
<controls/>
</window>

Not sure if there’s anything suspect-looking in there?

Unfortunately I don’t have a device I can test on so it’s pretty much impossible to troubleshoot it