From: Bastian Dehn Date: Sat, 24 Jun 2017 16:02:50 +0000 (+0200) Subject: add: parallel param will-cite X-Git-Tag: v1.0.0^2~110 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=2248a7af1490343dbde2608699c82573edddbb5a;p=albentohandy.git add: parallel param will-cite --- diff --git a/albentohandy b/albentohandy index 7340079..e7b3108 100755 --- a/albentohandy +++ b/albentohandy @@ -107,7 +107,7 @@ addInfo "flac -> mp3 start
" # convert flac to mp3 # it is the longest phase printf "\nPhase %02d of %02d: flac -> mp3\n" $((curphase++)) $phase -find $work -name '*.flac' | sort | parallel $BASEFILE --ungroup --eta --progress --noswap --sshlogin $parallelopts $scriptpath/flactomp3v2 {} +find $work -name '*.flac' | sort | parallel $BASEFILE --will-cite --ungroup --eta --progress --noswap --sshlogin $parallelopts $scriptpath/flactomp3v2 {} currentDate addInfo "flac -> mp3 finished

"