Adzap-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links: M) |
(→Installation) |
||
Zeile 29: | Zeile 29: | ||
==Installation== | ==Installation== | ||
+ | ===Source=== | ||
<pre> | <pre> | ||
cd $SOURCEDIR | cd $SOURCEDIR | ||
Zeile 49: | Zeile 50: | ||
make install | make install | ||
</pre> | </pre> | ||
+ | |||
+ | ===[[Arch-Linux]]=== | ||
+ | pacman -S at lynx | ||
+ | |||
+ | ===[[Crux]]=== | ||
+ | prt-get depinst at lynx | ||
+ | |||
+ | ===[[Debian]]=== | ||
+ | apt-get install at lynx | ||
+ | |||
+ | ===[[Gentoo]]=== | ||
+ | emerge at lynx | ||
+ | |||
+ | ===[[SuSE]]=== | ||
+ | yast -i at lynx | ||
<!-- ==Installation== --> | <!-- ==Installation== --> |
Version vom 14. Dezember 2005, 02:38 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Andreas Kwasnik
Aus der README:
Das Plugin imitiert das Werbezapper Plugin vom Keywelt-Board, welches fuer die DBOX2 und die Dreambox entwickelt wurde.
Da ich vor der Activy auch mal eine DBOX 2 hatte, habe ich so ein Plugin vermisst.
Zur Abfrage, ob gerade Werbung laueft, wird eine Seite im Internet von der Firma TC Unterhaltungselektronik AG benutzt.
Die Daten sind nicht immer aktuell, aber es ist schon mal ein Anfang.
Dieses Plugin ist sicherlich noch nicht besonders ausgereift und an vielen Stellen verbesserungswuerdig.
Ist ja auch der erste Versuch ;-), fuer Anregungen bzw. Mithilfe bin ich immer gerne zu haben.
Bilder
Softwareanforderungen
- lynx
- at
Installation
Source
cd $SOURCEDIR tar jxvf lynx-<VERSION>.tar.bz2 cd lynx-<VERSION> ./configure --prefix=/usr/local \ --enable-color-style \ --enable-justify-elts \ --enable-scrollbar make make install cd - tar xvzf at_<VERSION>.tar.gz ./configure --prefix=/usr/local \ --with-etcdir=/etc \ --with-jobdir=/var/spool/atjobs \ --with-atspool=/var/spool/atspool make make install
Arch-Linux
pacman -S at lynx
Crux
prt-get depinst at lynx
Debian
apt-get install at lynx
Gentoo
emerge at lynx
SuSE
yast -i at lynx
Konfiguration
Schnipsel in den PATH kopieren.
cp $SOURCEDIR/VDR/PLUGINS/src/adzap/examples/adzapcheck.sh /usr/local/bin
Übergabe wie folgt.
vdr -P'adzap -c /usr/local/bin -j /tmp'
Parameter
Parameter (kurz) | Beschreibung |
---|---|
-c PATH | path to -> adzapcheck.sh |
-j PATH | path to -> adzap.job |
Links
[1] | http://lynx.browser.org | Homepage -> lynx |
[2] | http://www.vdr-portal.de/board/thread.php?threadid=31410 | Homepage des Plugins |
[3] | http://gentoo.fh-luh.de/files/vdr-adzap | aktuelle Version |