Page 1 of 1

[Synology DS 115][FileBot 4.6] How to ignore a folder ?

Posted: 11 Nov 2015, 13:58
by Xandoyi
Hello everyone and first of all thank you for all the informations that can be found on this forum.

Here is my problem :

I have a Nas Synology DS115 and a Seedbox.
I managed to download automatically files from my seedbox to my Nas. (in the folder volume1/video/Downloads).
Then I use FileBot Node to organise properly all my files (to volume1/video/).

I also scheduled FileBot Node to execute its script once a day.

The problem is that the unfinished transfers from my seedbox to the NAS are in the volume1/video/Downloads/tmp folder (that is mandatory for the transfers between seedbox and NAS).
If there are unfinished downloads in this tmp folder, they are processed by FileBot Node, which leads to the deleting of the folder and messes up the communication between the seedbox and the NAS...

So my question is :

Is there a way to tell FileBot Node to ignore the tmp folder and leave it with it content untouched ? I understand this might be done via the "Ignore rules" field but I don't really know java language and I can't figure out what kind of regular expression matches with what I want to do.

Thanks in advance !

Re: [Synology DS 115][FileBot 4.6] How to ignore a folder ?

Posted: 11 Nov 2015, 14:10
by rednoah
So the folder is called tmp? Have you tried using tmp as ignore rule? That'll ignore any file that has "tmp" in the file path.

Re: [Synology DS 115][FileBot 4.6] How to ignore a folder ?

Posted: 11 Nov 2015, 16:23
by Xandoyi
I can't believe I didn't even test that...
It works perfectly thank you again !

Re: [Synology DS 115][FileBot 4.6] How to ignore a folder ?

Posted: 11 Nov 2015, 16:38
by rednoah
Regex is easy. Coincidentally, tmp is a regular expression which exactly matches the character sequence tmp.