From: Bastian Dehn Date: Sat, 5 Dec 2020 12:24:05 +0000 (+0100) Subject: change: function name corret to ogg X-Git-Tag: v1.0.0^2~74 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=9e12cb031df29b7b633e065b10be8e12944573ff;p=albentohandy.git change: function name corret to ogg --- diff --git a/albentohandy b/albentohandy index 9673dac..98a17c6 100755 --- a/albentohandy +++ b/albentohandy @@ -46,7 +46,7 @@ MakeSymlinksToWork() } -ConvertFlacToMp3() +ConvertFlacToOgg() { local readonly workdir="$1" local readonly basefile="$2" @@ -228,7 +228,7 @@ ConvertProcess() MakeSymlinksToWork "$WORK" "$MUSICPATH" "$albumlist" printf "\nPhase %02d of %02d: flac -> ogg\n" $((curphase++)) $phase - ConvertFlacToMp3 "$WORK" "$BASEFILE" "$parallelopts" "$SCRIPTPATH" + ConvertFlacToOgg "$WORK" "$BASEFILE" "$parallelopts" "$SCRIPTPATH" printf "\nPhase %02d of %02d: " $((curphase++)) $phase printf "remove flac's\n\n"