From: Bastian Dehn Date: Sun, 20 Jan 2019 12:01:34 +0000 (+0100) Subject: change: albentohandy switch to vorbis X-Git-Tag: v1.0.0^2~78^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=19de2a3708b2ab548c2f593a56b31fec7cffaffc;p=albentohandy.git change: albentohandy switch to vorbis --- diff --git a/albentohandy b/albentohandy index a81ad62..2ef0ea9 100755 --- a/albentohandy +++ b/albentohandy @@ -56,7 +56,7 @@ ConvertFlacToMp3() find $workdir -name '*.flac' \ | sort \ | parallel $basefile --will-cite --ungroup --eta --progress \ - --sshlogin $parallelopts $scriptdir/flactomp3v2 {} + --sshlogin $parallelopts $scriptdir/flactovorbis {} } CleanupFlac()