Yaepg-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Konfiguration)
Zeile 39: Zeile 39:
 
Wer möchte geht über die [[keymacros.conf]], um das Plugin zbs. mit den {{Button blau|Blau}} Key aufzurufen.
 
Wer möchte geht über die [[keymacros.conf]], um das Plugin zbs. mit den {{Button blau|Blau}} Key aufzurufen.
  
<pre>
+
{{Box Datei | [[Struktur|$VDRCONFIG]]/[[keymacros.conf]] |
# Remote control key macros for VDR
+
# Remote control key macros for VDR
#
+
#
# Format:
+
# Format:
#
+
#
# macrokey  key1 key2 key3...
+
# macrokey  key1 key2 key3...
# macrokey  @plugin key1 key2 key3...
+
# macrokey  @plugin key1 key2 key3...
#
+
#
# See man vdr(5)
+
# See man vdr(5)
 
+
Red      Recordings
+
Red      Recordings
Green    @epgsearch
+
Green    @[[epgsearch-plugin|epgsearch]]
Blue      @yaepg
+
Blue      @yaepg
^^^^^^^^^^^^^^^^
+
^^^^^^^^^^^^^^^^
Yellow    @prefermenu
+
Yellow    @[[prefermenu-plugin|prefermenu]]
</pre>
+
}}
  
 
Alternativ über einen "User Key".
 
Alternativ über einen "User Key".

Version vom 2. Mai 2006, 19:12 Uhr

Inhaltsverzeichnis

Beschreibung

Autor:

Skaliert das Live Bild auf ca ein viertel, um im Rest das EPG darzustellen.

Bilder

0.0.1
0.0.2

Hardwareanforderungen

# enable to fully support yaepg plugin
SET_VIDEO_WINDOW=1

Softwareanforderungen

  • vdr >= 1.2.6


Patches

  • vdr >= 1.3.2*

Konfiguration

Es wird davon ausgegangen, das das Plugin bereits entpackt und verlinkt wurde.

cd $SOURCEDIR/VDR
patch -p1 < ./../../yaepg-<VERSION>-<REVISION>.patch
patch < PLUGINS/src/yaepg/patches/vdr-<VDRVERSION>-yaepg.diff
Wer möchte geht über die keymacros.conf, um das Plugin zbs. mit den
Blau
Key aufzurufen.
# Remote control key macros for VDR
#
# Format:
#
# macrokey  key1 key2 key3...
# macrokey  @plugin key1 key2 key3...
#
# See man vdr(5)

Red       Recordings
Green     @epgsearch
Blue      @yaepg
^^^^^^^^^^^^^^^^
Yellow    @prefermenu


Alternativ über einen "User Key".

User1     @yaepg


Bedienung

Up/Down Move the cursor up/down in the grid or in the record dialog box.
Left/Right Move the cursor left/right in the grid or adjust the start/stop/frequency values in the record dialog box.
Rot Page up/down within the grid.
Gelb Page up/down within the grid.
OK If the selected event has already started, tune to the selected channel and exit the plugin. If the selected even hasn't already started, bring up a dialog box to add a timer for the selected event. If the record dialog box is open, add the timer.
Grün Tune to the selected channel without exiting the plugin.
Blau Take a screenshot.
0-9 Perform direct channel change.


Probleme

Log

Der yaepg.log wird überall angelegt.

sed -i 's:log = fopen(\"yaepg.log\", \"w+\");:log = fopen(\"/var/log/yaepg.log\", \"w+\");:' yaepg.c


Links

In anderen Sprachen