Hi, I am trying to adjust the python code, so skins will be able to set the frontendinfo colors, via a skin parameter. I can't seem to make it work though.
My changes are here: https://github.com/nautilus7/enigma2/commit/7b913b122a34d3061609e1c0dc4b9cdc58a664ce
The hex2str color conversion function is taken from here: https://github.com/OpenPLi/enigma2/blob/develop/lib/python/Components/Renderer/NextEpgInfo.py#L72
In my test code, I can't even get the the print calls to work. I get no output from these print functions (in debug level), as if they are not there... Any ideas?