------------------------------------------------------------------------
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.
------------------------------------------------------------------------

blowers;580476 Wrote: 
> Hi
> 
> You are very kindly helping me sort out my SqueezeIR problems.

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 if 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 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.  Anyhow, try the modified files and
see how you get on.


-- 
indifference_engine
------------------------------------------------------------------------
indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to