cublet;538527 Wrote: > Many many thanks, they work perfectly! It's a feature I never thought > I'd get without going for a Transporter with IR Blaster (the > Transporter is still tempting mind!) > Excellent! I did some reading and found the Sony protocol (aka SIRC) needs to send the commands twice for them to be actioned upon. In a moment of blondness I wrote the code to ignore the <count> property if there is only one action - why I don't know! I don't think it wouldn't have worked anyway as the timing on the ir emitter is a bit flakey due to the lack or processing power on the controller. What's needed is a way to string together multiple reps into a single command that gets sent to the emitter's drive in one go. I'm looking at re-writing that part of the code. cublet;538527 Wrote: > I've been doing a bit of thinking on how I could possibly learn codes > and was looking at the IRBlaster Plugin's learning feature. I know at > the moment it only works with transporter/classic but I guess this is > hard coded as they're the only ones that can send. If the code could > be modified so that it would allow display of codes from any device > with an IR receiver (boom/radio/touch) then could the codes it displays > be copied and pasted into SqueezeIR's XML file? They don't look like > PRONTO codes but if they are a protocol supported by SqueezeIR it could > be an easy way to get IR codes. irBlaster can indeed learn codes and generates lirc files that SqueezeIR can use (using it's LIRC protocol). You copy the irBlaster-generated lirc file from your server onto the controller and reference the commands in it from the xml file. I have used it on the classic and it works fine. The learning feature may work on the boom/radio/touch as that part of the plugin only needs a receiver, not an emitter. I don't have any of those so I can't say for certain though.
-- indifference_engine ------------------------------------------------------------------------ indifference_engine's Profile: http://forums.slimdevices.com/member.php?userid=20698 View this thread: http://forums.slimdevices.com/showthread.php?t=66795 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
