Aus Kompatibilitaetsgruenden wird das cover.jpg
nicht geloescht. Die Android Meiden Datenbank
aktualisiert die covers nicht zuverlaessig
$scriptdir/flactomp3v2 {}
}
-CleanupFlacAndCovers() {
+CleanupFlac() {
local readonly workdir="$1"
find $workdir -name '*.flac' | \
sort | \
xargs rm
- find $workdir -name 'cover*' | \
- sort | \
- xargs rm
}
CleanupWorkDir() {
ConvertFlacToMp3 "$WORK" "$BASEFILE" "$parallelopts" "$SCRIPTPATH"
printf "\nPhase %02d of %02d: " $((curphase++)) $phase
- printf "remove flac's and cover's\n\n"
- CleanupFlacAndCovers "$WORK"
+ printf "remove flac's\n\n"
+ CleanupFlac "$WORK"
}
AdvancedFeatures() {