bugs when downloading a torrent with multiple .avi files and a shell command.
I have a shell command to use ffmpeg to convert incoming avi files to mp4 format.
I noticed on my transfer window that the torrent had stopped with an error:
error moving file: The process cannot access the file because it is being used by another process. (32)
I am also testing the new incomplete file name tag feature. And at the time of the error that stopped this torrent, 3 of the numerous avi files still had the 'incomplete' tag. I did force check and the torrent was 100% complete, yet these 3 files were not renamed after completion.
All the avi files are still being processed by as many ffmpeg instances. None have finished. The move attempt that stopped the torrent seems premature since the shell command was not finished with that file.
It appears that 1] there was a premature move attempt (before the shell command was finished) and 2] when the torrent was stopped by that error, some files were not renamed when finished.
All the files are still in my Incoming folder, but assume that when the conversion processing is done, they will be moved to my Finished folder.