snorrebot wrote: 
> Thanks a lot for the great skin! 

Indeed, copy that. 

> I am using a squeezebox classic, LMS 7.9.1, and fixed volume control
> with ir-blaster for my receiver. 
> Now whenever I try to press volume controls, either + or - it always
> goes +. So I can't turn the volume down. Is this a known issue with the
> ir-blaster plugin or is there something I can do? Many thanks in
> advance!

I also use Material for the volume with the remote. The following lirc
code works perfectly fine for me.


Code:
--------------------
    begin
  prog = irexec
  remote = WD_TV_LIVE_REMOTE
  button = KEY_DOWN
  repeat = 1
  delay = 20
  config = DISPLAY=:0 xdotool key alt+Down
  end
  
  begin
  prog = irexec
  remote = WD_TV_LIVE_REMOTE
  button = KEY_UP
  repeat = 1
  delay = 20
  config = DISPLAY=:0 xdotool key alt+Up
  end
--------------------


------------------------------------------------------------------------
jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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

Reply via email to