[mythtv-users] Lirc files for TiVo Remote output #2

Christopher Maahs cmaahs at eatenbygrue.com
Tue Sep 30 21:02:39 EDT 2003


On Tue, 30 Sep 2003, Shay - MythTV wrote:

> 
> I'm going to setup lirc to work with my TiVo remote when switched to TiVo 
> #2 on the remote.  I was wondering if anyone had lirc files generated for 
> this already.  I found some for normal TiVo, but not for when switched to 
> #2 which I assume sends completely different signals.

Instead of sending you the lircd.conf file, perhaps it would be best for 
you to record your own:

irrecord tivo-switch2.conf

Follow the prompts to name each key, it should build you a fully 
functional TiVo conf file.

I'll also include my .lircrc file, which defines irxevent keypresses...

begin 
    prog = irxevent
    button = CH+
    repeat = 3
    config = Key Up CurrentWindow
end

begin
    prog = irxevent
    button = CH-
    repeat = 3
    config = Key Down CurrentWindow
end

begin
    prog = irxevent
    button = THUMBSUP
    repeat = 3
    config = Key Page_Up CurrentWindow
end
begin
    prog = irxevent
    button = THUMBSDOWN
    repeat = 3
    config = Key Page_Down CurrentWindow
end

begin
    prog = irxevent
    button = TIVO2
    config = Key Escape CurrentWindow
end

begin
    prog = irxevent
    button = PIP
    config = Key I CurrentWindow
end

begin
    prog = irxevent
    button = LIVETV
    config = Key O CurrentWindow
end

begin
    prog = irxevent
    button = RECORD
    config = Key R CurrentWindow
end

begin
    prog = irxevent
    button = CLEAR
    config = Key D CurrentWindow
end

begin
    prog = irxevent
    button = GUIDE
    config = Key M CurrentWindow
end

begin 
    prog = irxevent
    button = UP
    repeat = 3
    config = Key Up CurrentWindow
end

begin 
    prog = irxevent
    button = RIGHT
    repeat = 3
    config = Key Right CurrentWindow
end
begin 
    prog = irxevent
    button = FWD
    repeat = 3
    config = Key End CurrentWindow
end

begin 
    prog = irxevent
    button = DOWN
    repeat = 3
    config = Key Down CurrentWindow
end

begin 
    prog = irxevent
    button = LEFT
    repeat = 3
    config = Key Left CurrentWindow
end
begin 
    prog = irxevent
    button = REV
    repeat = 3
    config = Key J CurrentWindow
end

begin
    prog = irxevent
    button = PLAY
    config = Key P CurrentWindow
end
begin
    prog = irxevent
    button = PAUSE
    config = Key P CurrentWindow
end
begin
    prog = irxevent
    button = SLOW
    config = Key P CurrentWindow
end

begin
    prog = irxevent
    button = JUMPTOEND
    config = Key Z CurrentWindow
end
begin
    prog = irxevent
    button = REPLAY
    config = Key Q CurrentWindow
end

begin
    prog = irxevent
    button = SELECT
    config = Key KP_Enter CurrentWindow
end

begin
    prog = irxevent
    button = 0
    config = Key 0 CurrentWindow
end

begin
    prog = irxevent
    button = 1
    config = Key 1 CurrentWindow
end

begin
    prog = irxevent
    button = 2
    config = Key 2 CurrentWindow
end

begin
    prog = irxevent
    button = 3
    config = Key 3 CurrentWindow
end

begin
    prog = irxevent
    button = 4
    config = Key 4 CurrentWindow
end

begin
    prog = irxevent
    button = 5
    config = Key 5 CurrentWindow
end

begin
    prog = irxevent
    button = 6
    config = Key 6 CurrentWindow
end

begin
    prog = irxevent
    button = 7
    config = Key 7 CurrentWindow
end

begin
    prog = irxevent
    button = 8
    config = Key 8 CurrentWindow
end

begin
    prog = irxevent
    button = 9
    config = Key 9 CurrentWindow
end




More information about the mythtv-users mailing list