fix rename
This commit is contained in:
parent
19e6b8c0f2
commit
14dbab3976
3
atom
3
atom
@ -1286,7 +1286,7 @@ encodeFile::opus() {
|
||||
cleanup $tempdir/$tmpfile.wav
|
||||
source_file $fileid
|
||||
status 0
|
||||
rename_pattern "${destinationrenamepath[$destination]}/${destinationrename[$destination]}"
|
||||
rename_pattern ${destinationrenamepath[$destination]}/${destinationrename[$destination]}:${destinationfat32compat["$destination"]}
|
||||
EOInsert
|
||||
)
|
||||
progressSpin
|
||||
@ -2239,6 +2239,7 @@ do
|
||||
then
|
||||
case "${destinationformat[$destination]}" in
|
||||
'mp3') extension=mp3 ;;
|
||||
'opus') extension=opus ;;
|
||||
'vorbis') extension=ogg ;;
|
||||
esac
|
||||
echo -n "$destination: rename pattern changed, renaming files... "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user