]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
add: parallel param will-cite
authorBastian Dehn <hhaalo@arcor.de>
Sat, 24 Jun 2017 16:02:50 +0000 (18:02 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 24 Jun 2017 16:02:50 +0000 (18:02 +0200)
albentohandy

index 7340079b5b3d3aff656cd70007540a063f406fd1..e7b3108d2944cdc0e525f0c204736ccdf0c22318 100755 (executable)
@@ -107,7 +107,7 @@ addInfo "flac -&gt; mp3 start<br>"
 # 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 -&gt; mp3 finished</p>"