Hallo
cd /tmp/harddisk/mediatomb
./mediatomb.sh
kann ich das Programm von Hand starten.
(/tmp/harddisk/mediatomb ist der Ordner mediatomb auf der externen Festplatte.)
Inhalt mediatomb.sh
#!/bin/sh
# if you want to launch this script from a different directory (for example
# from an another init script or similar, set the LAUNCHDIR variable below
# to the absolute path of the mediatomb.sh script
LAUNCHDIR=`pwd`
export MEDIATOMB_DATADIR="$LAUNCHDIR/usr/share/mediatomb"
export MEDIATOMB_MAGIC_FILE="usr/share/file/magic"
$LAUNCHDIR/usr/bin/mediatomb -m $LAUNCHDIR -f config
irgendwo im Forum stand -d aktivieren??
(enter ist hinter der letzten Zeile)
Tom




Reply With Quote