Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: vdr and lirc



Karsten Müller schrieb:
Hello,

> 
> this heavily depends on the remote you're using...

> > Can someone mail me the vdr entries from lirc config .lircrc ?
> >

AFAIK vdr usually uses the lircd button names which are in
/etc/lircd.conf:

e.g.
        8           0x00000000000001cf
        9           0x00000000000000cf
        PC          0x000000000000014f
        Volume+     0x000000000000015f
        Volume-     0x000000000000005f
        Back        0x000000000000003f
        Menu        0x00000000000001e7
        Up          0x0000000000000157
        Left        0x00000000000000df
        Ok          0x00000000000001ff
        Right       0x00000000000001df
        ...

I am using .lircrc only for mplayer:

e.g.

begin
  remote = TP720_TV
  prog = mplayer
  button = Down
  config = PAUSE
end

begin
  remote = TP720_TV
  prog = mplayer
  button = Left
  repeat = 1
  config = RWND
end

You can find all the button names in config.h at "enum eKeys" --
remember to change "kUp" to "Up"...

Regards,
Dirk




Home | Main Index | Thread Index