Lircrc.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
Zeile 1: Zeile 1:
  begin
+
<pre>begin
  prog = mplayer
+
    prog = mplayer
  button = Left
+
    button = Left
  config = seek -10
+
    config = seek -10
  repeat = 1
+
    repeat = 1
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Down
+
    button = Down
  config = seek -60
+
    config = seek -60
  repeat = 1
+
    repeat = 1
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Right
+
    button = Right
  config = seek +10
+
    config = seek +10
  repeat = 1
+
    repeat = 1
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Up
+
    button = Up
  config = seek +60
+
    config = seek +60
  repeat = 1
+
    repeat = 1
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Ok
+
    button = Ok
  config = pause
+
    config = pause
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Menu
+
    button = Menu
  config = osd
+
    config = osd
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Back
+
    button = Back
  config = quit
+
    config = quit
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Volume+
+
    button = Volume+
  config = volume 1
+
    config = volume 1
  repeat = 1
+
    repeat = 1
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Volume-
+
    button = Volume-
  config = volume -1
+
    config = volume -1
  repeat = 1
+
    repeat = 1
  end
+
end</pre>

Version vom 15. August 2004, 21:12 Uhr

begin
     prog = mplayer
     button = Left
     config = seek -10
     repeat = 1
end

begin
     prog = mplayer
     button = Down
     config = seek -60
     repeat = 1
end

begin
     prog = mplayer
     button = Right
     config = seek +10
     repeat = 1
end

begin
     prog = mplayer
     button = Up
     config = seek +60
     repeat = 1
end

begin
     prog = mplayer
     button = Ok
     config = pause
end

begin
     prog = mplayer
     button = Menu
     config = osd
end

begin
     prog = mplayer
     button = Back
     config = quit
end

begin
     prog = mplayer
     button = Volume+
     config = volume 1
     repeat = 1
end

begin
     prog = mplayer
     button = Volume-
     config = volume -1
     repeat = 1
end