fix rename

This commit is contained in:
Vincent Riquer 2013-04-05 00:21:08 +02:00
parent 19e6b8c0f2
commit 14dbab3976

3
atom
View File

@ -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... "