Lircrc

Aus xinux.net
Zur Navigation springen Zur Suche springen
begin irexec
    begin
        prog   = irexec
        remote = Hauppauge_350
        button = Go
        # Start Xine and play DVD
        config = xine "vdr:/tmp/vdr-xine/stream#demux:mpeg_pes" &
        # Enter xine mode
        mode = xine
    end
end irexec

begin xine
    begin
        prog = xine
        button = POWER
        config = Quit
        # Enter irexec mode
        mode = irexec
    end

  begin
    prog  = xine
    button = Asterix
    repeat = 0
    config = ToggleFullscreen
  end
  begin
    prog   = xine
    button = #
    repeat = 0
    config = VDRInfo
end
  begin
    prog  = xine
    button = 1
    repeat = 0
    config = Number1
  end
  begin
    prog  = xine
    button = 2
    repeat = 0
    config = Number2
  end
  begin
    prog  = xine
    button = 3
    repeat = 0
    config = Number3
  end
  begin
    prog  = xine
    button = 4
    repeat = 0
    config = Number4
  end
  begin
    prog  = xine
    button = 5
    repeat = 0
    config = Number5
  end
  begin
    prog  = xine
    button = 6
    repeat = 0
    config = Number6
  end
  begin
    prog  = xine
    button = 7
    repeat = 0
    config = Number7
  end
  begin
    prog  = xine
    button = 8
    repeat = 0
    config = Number8
  end
  begin
    prog  = xine
    button = 9
    repeat = 0
    config = Number9
  end
  begin
    prog  = xine
    button = 0
    repeat = 0
    config = Number0
  end
  begin
    prog  = xine
    button = Up
    repeat = 0
    config = EventUp
  end
  begin
    prog  = xine
    button = Down
    repeat = 0
    config = EventDown
  end
  begin
    prog  = xine
    button = Left
    repeat = 0
    config = EventLeft
  end
  begin
    prog  = xine
    button = Right
    repeat = 0
    config = EventRight
  end
  begin
    prog  = xine
    button = OK
    repeat = 0
    config = EventSelect
  end
  begin
    prog  = xine
    button = Ch+
    repeat = 0
    config = EventUp
  end
  begin
    prog  = xine
    button = Ch-
    repeat = 0
    config = EventDown
  end
  begin
    prog  = xine
    button = Menu/i
    repeat = 0
    config = Menu
  end
  begin
    prog  = xine
    button = Red
    repeat = 0
    config = VDRButtonRed
  end
  begin
    prog  = xine
    button = Green
    repeat = 0
    config = VDRButtonGreen
  end
  begin
    prog  = xine
    button = Yellow
    repeat = 0
    config = VDRButtonYellow
  end
  begin
    prog  = xine
    button = Blue
    repeat = 0
    config = VDRButtonBlue
  end
  begin
    prog  = xine
    button = Back/Exit
    repeat = 0
    config = VDRBack
  end
end xine