Compare commits
2 Commits
master
...
4-with-ren
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0a1f6f2fe | ||
|
|
9dc779fd5c |
@ -160,7 +160,7 @@ decodeFile() {
|
||||
if (( sox_needed ))
|
||||
then
|
||||
cleanup="$tempdir/$tmpfile"
|
||||
decodeSox "$tempdir/$tmpfile"
|
||||
decodeSox "$tempdir/$tmpfile.wav"
|
||||
if ! soxtaskid=$(
|
||||
Select tasks id <<<"key = $tmpfile"
|
||||
)
|
||||
|
||||
@ -86,7 +86,8 @@ getDestDir() {
|
||||
echo "$thispart" >&${toascii[1]}
|
||||
read -r -u${toascii[0]} thispart
|
||||
fi
|
||||
destdir+="/$(sanitizeFile "$thispart" dir)"
|
||||
sanitized="$(sanitizeFile "$thispart" dir)"
|
||||
destdir+="${sanitized:+/}$sanitized"
|
||||
part=${part#*/}
|
||||
done
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user