Mldkgui-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Autor:

Bilder

Einstellungen
Gui

Hardwareanforderungen

Keine.

Softwareanforderungen

  • ocaml
  • mldonkey

Installation

cd $SOURCEDIR
tar xvzf ocaml-<VERSION>.tar.gz
cd ocaml-<VERSION>
./configure --prefix /usr/local
make world
make opt
make install
ldconfig

cd -
tar xvzf mldonkey-<VERSION>.tar.gz
cd mldonkey-<VERSION>
./configure --prefix=/usr/local \
            --enable-checks \
            --enable-ocamlver=<VERSION>
make
make install

Probleme

CVS

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mldkgui login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mldkgui co mldkgui

Tipps

Benachrichtigung (Svdrp), wenn mldonkey eine Datei fertig heruntergeladen hat, schnipsel erstellen.

#!/bin/sh
#
# mlnet.sh

MD4HASH="$1"
SIZE="$2"
FILENAME="$3"

/usr/local/bin/svdrpsend.pl "$FILENAME $SIZE"

Und zbs wie folgt aufrufen.

/usr/local/bin/mlnet -daemon \
                     -file_completed_cmd /usr/local/bin/mlnet.sh \
                     -log_file /var/log/mlnet 2>/dev/null

Links

[1] http://mldonkey.org mldonkey
[2] http://caml.inria.fr ocaml
[3] http://mldkgui.sourceforge.net Homepage des Plugins