openatv / MetrixHD

openATV default skin
32 stars 74 forks source link

ord requires str not int #418

Closed 4l3x2k closed 4 years ago

4l3x2k commented 4 years ago

Picon scaling does not work in infobar. ord requires str not int.

https://github.com/openatv/MetrixHD/blob/bfe22bd6428d13b99933b03a3d0670320e18e241/usr/lib/enigma2/python/Components/Renderer/MetrixHDXPicon.py#L25

I do not know whether it is better to create a new issue, but

seem not to be required anymore with python pillow. Disable the patched functions also fixes lcd4linux showing picons from hotio that can be downloaded here https://github.com/picons/picons/releases.

I would suggest removing these patched functions. I do not have had any further issues so far in displaying pngs.

Do I need to check / test something special?

atvcaptain commented 4 years ago

yes looks its a old hack for png8 files with old pil from 2010, can now removed