barbequesauce/Watcher3

[Feature Request] Post Processing -> Directory Scanner -> Ignore (processing) ".part" files.

twiz-git opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
If your Download folder is the same as your Post Process scan folder, after X minutes when the Directory Scanner triggers it will move the ".part" file while the download is still ongoing and mark the file as complete. While the download will continue, it will fail to have the program move/rename the ".part" file to it's proper extension. You will need to re-download the target, and the problem will happen again.

Describe the solution you'd like
Add an option to ignore, or completely disable, processing of ".part" files.
One possible cause could be a RegEx filter for valid files that does not have a "$" at the end to signify end of line. This would cause a RegEx search using ".*.mkv" to (inadvertently/incorrectly) return a positive match for "filename.mkv.part"