Skip to content

libCEC 5.0.0

Compare
Choose a tag to compare
@opdenkamp opdenkamp released this 27 Apr 13:17
· 21 commits to master since this release

This version adds support for a new feature, automatically waking the TV when the PC boots, when using a USB-CEC adapter. It requires firmware v11 or newer. You can enable it through cec-client: cec-client -aw 1 or cec-client --autowake 1.

It also adds a GetStats() API command and stats command in cec-client, currently only supported by the USB-CEC adapter. This command may be useful for debugging CEC issues.

Last API change fixes #333, which truncated the last byte from a 14 byte OSD name.

⚠️ not compatible with Kodi 18.x. Please use libCEC 4.0.5 instead.

  • fixed:
    • osd name truncated. issue #333
  • added:
    • GetStats() API command, for devices that support it
    • USB-CEC auto power on at boot support. requires FW v11+