Adzap-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Thanks a lot! ;-)

Inhaltsverzeichnis

Bilder

Einstellungen
Aktiviert

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=${ATJOBDIR:=/var/spool/cron/atjobs} \
	    --with-atspool=${ATSPOOLDIR:=/var/spool/cron/atspool}
make
make install
chown daemon:daemon ${ATJOBDIR} ${ATSPOOLDIR}
chmod 0700 ${ATJOBDIR} ${ATSPOOLDIR}
touch ${ATJOBDIR}/.SEQ
chown daemon:daemon ${ATJOBDIR}/.SEQ
chmod 0600 ${ATJOBDIR}/.SEQ
chmod 755 /var/spool/cron

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

Die adzapcheck.sh ist in den PATH zu verlinken.

find $SOURCEDIR/VDR -name adzapcheck.sh -exec ln -vfs {} /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


Versions-Historie

Version Datum Beschreibung Link
0.0.2 03.05.2006
  • Adapted Makefile due to new requirements of VDR 1.3.47+
0.0.1a 25.09.2005
  • added 'CommandLinePatch'
  • added 'CommandLineHelp'
  • update 'adzapcheck.sh' in examples (need now 'lynx' + 'at')
  • update README
  • Fixed error compilation with VDR >= 1.3.32
0.0.1 13.03.2005
  • Initial revision.
[1]

Links

  1. Lynx
  2. Homepage des Plugins
In anderen Sprachen