Jeff07971 wrote: 
> I'm not sure I get what you trying to do with changing codes (JVC) you
> can program irrecord to respond to virtually any code type.

I was hoping to just add one key to the existing lircd.conf file.  That
file is configured for the original Squeezebox remote:

Code:
--------------------
    begin remote
  
  name  Slim_Devices_Squeezebox3
  bits           16
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100
  
  header       9100  4416
  one           649  1593
  zero          647   473
  ptrail        649
  pre_data_bits   16
  pre_data       0x7689
  gap          107995
  min_repeat      1
  suppress_repeat 6
  toggle_bit_mask 0x0
  
  begin codes
  KEY_VOLUMEDOWN           0x00FF
  KEY_VOLUMEUP             0x807F
  KEY_REWIND               0xC03F
  KEY_FORWARD              0xA05F
  KEY_PAUSE                0x20DF
  KEY_PLAY                 0x10EF
  KEY_POWER                0x40BF
  end codes
  
  end remote
  
--------------------


So I assumed that if I just wanted to add KEY_U to the end of the codes
list, then the remote would have to be outputting codes with the same
number of bits, same header etc.  Since the Squeezebox remote seems to
be based on JVC remotes, I was looking for the JVC remote that most
closely matches the format of the Squeezebox remote.  

I think the alternative is to completely replace the lircd.conf file
with one that suits the data format and key codes of my remote, and I
think that's what I'll end up doing.  But the secondary problem is that
some device codes in the oneforall don't output any signal for some
buttons - for instance the '0623' code (one of the JVC DVD codes)
doesn't output anything when the mute key is pressed.

So I'll start with a oneforall device setting that produces output on
all the keys I want, and then I'll record the IR codes for those keys
and map them to the functions I want in LMS.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110318

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

Reply via email to