From 2304fff0f6f3ee3396e2185730c1fafcd071be63 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 18 Feb 2017 22:17:21 +0100 Subject: [PATCH] change: parallel ungroup --- albentohandy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albentohandy b/albentohandy index b274bba..7340079 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 --eta --progress --noswap --sshlogin $parallelopts $scriptpath/flactomp3v2 {} +find $work -name '*.flac' | sort | parallel $BASEFILE --ungroup --eta --progress --noswap --sshlogin $parallelopts $scriptpath/flactomp3v2 {} currentDate addInfo "flac -> mp3 finished

" -- 2.47.3