Yaepghd-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
K (→Konfiguration) |
K (→Konfiguration) |
||
Zeile 22: | Zeile 22: | ||
Es wird davon ausgegangen, das das Plugin bereits entpackt und verlinkt wurde. | Es wird davon ausgegangen, das das Plugin bereits entpackt und verlinkt wurde. | ||
− | cd $SOURCEDIR/VDR | + | cd [[Struktur|$SOURCEDIR]]/VDR |
− | patch -p1 < ./../../ | + | patch -p1 < ./../../vdr-<VDRVERSION>-yaepghd.patch |
− | patch < PLUGINS/src/yaepghd/patches/vdr-<VDRVERSION>-yaepghd. | + | patch < PLUGINS/src/yaepghd/patches/vdr-<VDRVERSION>-yaepghd.patch |
cp -r VDR/PLUGINS/src/yaepghd/yaepghd [[Struktur|$VDRCONFIG]]/plugins | cp -r VDR/PLUGINS/src/yaepghd/yaepghd [[Struktur|$VDRCONFIG]]/plugins | ||
Version vom 15. Februar 2009, 11:53 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor:
Bilder
Softwareanforderungen
- vdr >= 1.6.0
Konfiguration
Es wird davon ausgegangen, das das Plugin bereits entpackt und verlinkt wurde.
cd $SOURCEDIR/VDR patch -p1 < ./../../vdr-<VDRVERSION>-yaepghd.patch patch < PLUGINS/src/yaepghd/patches/vdr-<VDRVERSION>-yaepghd.patch cp -r VDR/PLUGINS/src/yaepghd/yaepghd $VDRCONFIG/pluginsWer 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 @yaepghd ^^^^^^^^^^^^^^^^ Yellow @prefermenu
Alternativ über einen "User Key".
User1 @yaepghd
Snapshot
git clone git://projects.vdr-developer.org/vdr-plugin-yaepghd.git yaepghd