Bugzilla – Bug 252
Report Raw IR codes via CLI
Last modified: 2008-09-15 14:39:24 UTC
New firmware 20 for Squeezebox supports passing of raw IR codes to server - Provide some limited 'pre parsing/cleaning' on this data and present via the CLI such that external apps can use Squeezebox as generic IR to network device. Possibly optionally enable/disable this if CLI traffic is large as a consequence.
Shouldn't this be assigned to CLI instead of IR?
Moving. Fred: should I assign this bug to you?
The last comment was addressed to fred, but he didn't see it. :)
You should... :-) Although with "listen 1" the basic functionality is already there. You get all the IR commands going thru. What's missing is probably a way to get only that for a given player, and not the whole stuff for all players. And it would be nice if it could as well be filtered on IR commands the server does not do anything with. Milestone "Future" sounds good. Let me finish a couple of other goodies for 6.2 first
Can this be assigned to me, please ? Like in Nemo: "mine! mine! mine!" :-)
SVN 5759 has a 'unknownir' notification. What's left to do to close this is to have a CLI command to return it for a given client. "listen unknownir <clientid>" is a candidate. Or "<playerid> unkownir subscribe:1" (that would fit with the plan for status async notif).
Done. To document
Done 5945, with doc