# work is a directory do symlinked original and convert
work="$(pwd)/work.$$"
# scriptpath is the path to flactomp3v2.sh script
-scriptpath="/media/smbdaten1/scripts"
+scriptpath="/tmp/scripts"
# musicpath is collection directory
-musicpath="/media/smbdaten1/musik-flac"
+musicpath="/tmp/musikpath"
+if [ -f $HOME/.albumtohandy.conf ]
+then
+ source $HOME/.albumtohandy.conf
+else
+ printf "\nERROR\n%s/.albumtohandy.conf does not exists\n" $HOME
+ exit 1
+fi
albumlist="albumlist"
parallelopts=":"
curphase=1
printf "cleanup working directory\n\n"
rm -r $work
fi
+
+exit 0