Hello,
I want to report some stuff that seems wrong to me.
I own a vu+ uno 4k se and i have installed the latest openpli 7.0 rc before 5 days and then i regularly update it.
First i'd like to say that since my STB have LCD screen on the front in the image is included by default lcd4linux plugin.
That plugin doesn't work at all on openpli 7.0. no matter what i set there it has no effect over the lcd screen.
Even if i uninstall it lcd screen continue to work and look in the same way.
Second regarding skinning of the LCD screen i noticed that is controlled by skin_display.xml that is in skins folder.
However there is no way to use a skin specific setting for that since it always takes that skin_display.xml.
If i modify it it works but on image update it get overwritten.
I checked the source and in skin.py seems there is hardcodded to get skin_display.xml from SCOPE_SKIN. That is wrong i think.
It should be made conditional if in SCOPE_CURRENT_SKIN there is such a file takes it from there, if not takes it from SCOPE_SKIN
Please let me know what you think about my suggestions.
Thanks.