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
|
cleanup $tempdir/$tmpfile.wav
|
||||||
source_file $fileid
|
source_file $fileid
|
||||||
status 0
|
status 0
|
||||||
rename_pattern "${destinationrenamepath[$destination]}/${destinationrename[$destination]}"
|
rename_pattern ${destinationrenamepath[$destination]}/${destinationrename[$destination]}:${destinationfat32compat["$destination"]}
|
||||||
EOInsert
|
EOInsert
|
||||||
)
|
)
|
||||||
progressSpin
|
progressSpin
|
||||||
@ -2239,6 +2239,7 @@ do
|
|||||||
then
|
then
|
||||||
case "${destinationformat[$destination]}" in
|
case "${destinationformat[$destination]}" in
|
||||||
'mp3') extension=mp3 ;;
|
'mp3') extension=mp3 ;;
|
||||||
|
'opus') extension=opus ;;
|
||||||
'vorbis') extension=ogg ;;
|
'vorbis') extension=ogg ;;
|
||||||
esac
|
esac
|
||||||
echo -n "$destination: rename pattern changed, renaming files... "
|
echo -n "$destination: rename pattern changed, renaming files... "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user