------------------------------------------------------------------------ A poll associated with this post was created, to vote and see the results, please visit http://forums.slimdevices.com/showthread.php?t=79524 ------------------------------------------------------------------------ Question: Are you interested in IR-over-IP? - Yes, I'd like to have IRoIP. - No, I don't care. ------------------------------------------------------------------------
indifference_engine;580523 Wrote: > Ok, that was quick! I spotted a mistake in your xml that once corrected > allowed SqueezeIR to load up without issue on my Controller. > > In your lirc file (arcam.lirc.txt) you have: > > Code: -------------------- > > > begin remote > > name arcam.lirc.txt -------------------- > > > but in your SqueezeIR.xml you have: > > Code: -------------------- > > > <parameters> > <parameter ID="filename">arcam.lirc.txt</parameter> > <parameter ID="remote">Arcam_A32</parameter> > </parameters> -------------------- > > > The "filename" element in the xml must match the filename of the lirc > file (you got this bit correct). BUT the "remote" element must match > the "name" of the remote within the lirc file, and it doesn't. So, > you have two options; > > either a) change the lirc file so it reads > > Code: -------------------- > > > begin remote > > name Arcam_A32 -------------------- > > > or b) change SqueezeIR.xml > > Code: -------------------- > > > <parameters> > <parameter ID="filename">arcam.lirc.txt</parameter> > <parameter ID="remote">arcam.lirc.txt</parameter> > </parameters> -------------------- > > > but don't do both or you'll be back to square one! > This error would have meant that (with your configuration) your > volume buttons would not have worked but the rest of the Controller > should have behaved normally. You did mention in your pm's that your > controller froze up and spontaneously restarted? I saw no evidence of > the when I loaded your files onto my controller and the error is > trapped by my code to stop things like that happening. Indeed your > log file suggested that the Controller carried on working after > SqueezeIR had finished loading itself. Anyhow, try the modified > files and see how you get on. You're a star! It works superbly, and the IR range is really good, too. Now all I have to do is work out how to switch SqueezeIR OFF when I want to set the controller's volume. It's probably dead simple, but... -- blowers ------------------------------------------------------------------------ blowers's Profile: http://forums.slimdevices.com/member.php?userid=32176 View this thread: http://forums.slimdevices.com/showthread.php?t=79524 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
