Bluegaspode:
I've had a look in Paden's log and SqueezeIR is crashing out while it's
trying to convert his Pronto.  I think I must have introduced a bug when
adapting your code for this version - I'll have a closer look at what I
did.

Paden:
In the meantime, you could try using the SB3 LIRC file as your command
source rather than using pronto.
Stick this file into the SqueezeIR\data folder on your controller
<http://lirc.sourceforge.net/remotes/slim_devices/Squeezebox3>
reference it like this:

Code:
--------------------
    
  <remotes>
  <remote ID="my squeezebox">
  <protocol>LIRC</protocol>
  <parameters>
  <parameter ID="filename">Squeezebox3</parameter>  <!-- case sensitive -->
  <parameter ID="remote">Slim_Devices_Squeezebox3</parameter>  <!-- case 
sensitive -->
  </parameters>
  </remote>
  </remotes>
  
  <profiles>
  <profile ID="SB3">
  <keys>
  <key ID="VOLUME_UP">
  <events>
  <event ID="press">
  <actions>
  <action order="1">
  <remote>my squeezebox</remote>
  <command>Volume+</command> <!-- case sensitive -->
  </action>
  ... and so 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=66795

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

Reply via email to