Pulse-Eight / libcec

USB CEC Adapter communication Library http://libcec.pulse-eight.com/
Other
704 stars 282 forks source link

Possible tiny bug with cec-client OSD #654

Closed roylleh closed 5 months ago

roylleh commented 5 months ago

I'm trying to pass in a custom OSD name using the flag on the Windows cec-client. Like so:

cec-client -o 8K

This works but it ends up like 8KCTester. I feel it's overwriting CECTester but not fully. Is this a bug, or am I doing it wrong?

EDIT: Apparently I need to update both the off and on scripts for this to work properly.