Yaepg-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 24: Zeile 24:
 
<!-- ==Installation== -->
 
<!-- ==Installation== -->
 
<!-- ==Optionen== -->
 
<!-- ==Optionen== -->
<!-- ==Patches== -->
+
 
 +
==Patches==
 +
* vdr >= '''1.3.2*''' http://gentoo.fh-luh.de/files/vdr-yaepg
  
 
==Konfiguration==
 
==Konfiguration==

Version vom 13. Januar 2006, 19:39 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

Konfiguration

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

cd $SOURCEDIR/VDR
patch < PLUGINS/src/yaepg/patches/vdr-<VDRVERSION>-yaepg.diff
Wer möchte geht über die keymacros.conf, um das Plugin zbs. mit den
{{{1}}}
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


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

[1] http://www.hoochvdr.info Homepage des Plugins
[2] http://gentoo.fh-luh.de/files/vdr-yaepg Download Spiegel
In anderen Sprachen