cec: added '-s' or '--single-command' to cec-client. starting cec-client with this...
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 14 Nov 2011 20:51:47 +0000 (21:51 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 14 Nov 2011 21:16:41 +0000 (22:16 +0100)
commit5ad0ea13af99e9b3f4893ad1f8b4dcc44ff47133
tree07fdce86118dbd723709ea0f71a789d5ecf0abe0
parentd5f66c2847cd9004742cb9527c23f9587e2fa473
cec: added '-s' or '--single-command' to cec-client. starting cec-client with this parameter executes a single command in cec-client and does not power on devices on startup and power them off on exit. this way, you can use cec-client in a shell script. since there's some handshaking involved at startup, this is not very fast. to execute a command and only display the result and any error/warning, execute it with RESULT=`echo command | cec-client -s -d 3` (on linux/osx, win32 batch files are a bit different)
src/testclient/main.cpp