Ignore file if similar file exists

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
timbix
Posts: 2
Joined: 27 Apr 2012, 10:58

Ignore file if similar file exists

Post by timbix »

I have my rename and move script working well, but when I download files the download tool I use creates 2 files, 1 the final name of the downloaded file and 1 the same name with .part on the end.
Is there any way to ignore any file that has a corresponding file with a .part extension.

Thanks
User avatar
rednoah
The Source
Posts: 22974
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Ignore file if similar file exists

Post by rednoah »

FileBot doesn't process .part files, thus you could say .part files are ignored by default.

But if lets say you have A.mp4 and A.mp4.part and that means that A.mp4 should be ignored, then it's time to look into scripting. ;)
:idea: Please read the FAQ and How to Request Help.
Post Reply