Hello OpenPLi team,
I have a zgemma h9.2s connected to a samsung TV and HDMI-CEC is enabled. Unfortunately the ch+/ch- keys are not forwarded to the zgemma box. The reason of this behavior is because the enigma2 hdmi-cec driver is configured as a recorder and not as a tuner.
I attached and screenshot of enigma2/lib/driver/hdmi_cec.cpp file in the github repository. As you can see there, deviceType is configured as recorder by default, and unfortunately it cannot be changed by the OpenPLi GUI or a config file.
So is it possible to implement the possibility to configure the device type?
or just change the line 57 to:
deviceType = CEC_LOG_ADDR_TUNER_1;
I don't really understand why an enigma2 image is configured as a recorder and not as a tuner, someone knows why?
Thank you
Attached Files
Edited by lordportux, 31 January 2021 - 15:48.