Lircrc.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
 
(3 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
  begin
+
Konfigurationsdatei von [[LIRC]].
  prog = mplayer
+
  button = Left
+
  config = seek -10
+
  repeat = 1
+
  end
+
  
  begin
+
{{Box Datei | [[Struktur|/etc]]/lircrc.conf |
  prog = mplayer
+
<pre>
  button = Down
+
begin
  config = seek -60
+
    prog = mplayer
  repeat = 1
+
    button = Left
  end
+
    config = seek -10
 +
    repeat = 1
 +
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Right
+
    button = Down
  config = seek +10
+
    config = seek -60
  repeat = 1
+
    repeat = 1
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Up
+
    button = Right
  config = seek +60
+
    config = seek +10
  repeat = 1
+
    repeat = 1
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Ok
+
    button = Up
  config = pause
+
    config = seek +60
  end
+
    repeat = 1
 +
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Menu
+
    button = Ok
  config = osd
+
    config = pause
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Back
+
    button = Menu
  config = quit
+
    config = osd
  end
+
end
  
  begin
+
begin
  prog = mplayer
+
    prog = mplayer
  button = Volume+
+
    button = Back
  config = volume 1
+
    config = quit
  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
 +
 
 +
begin
 +
    prog = mplayer
 +
    button = Volume-
 +
    config = volume -1
 +
    repeat = 1
 +
end
 +
</pre>
 +
}}
 +
 
 +
[[Kategorie:Konfigurationsdateien]]

Aktuelle Version vom 13. April 2006, 20:11 Uhr

Konfigurationsdatei von LIRC.

Datei
/etc/lircrc.conf
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