From 9e12cb031df29b7b633e065b10be8e12944573ff Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 5 Dec 2020 13:24:05 +0100 Subject: [PATCH] change: function name corret to ogg --- albentohandy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.47.3