Page 1 of 1

ignore certain folder?

Posted: 23 Jul 2017, 00:54
by garyleecn
so as nzbget and sabnzbd update, they both got 'direct unpack' feature, which means they will unpack while. downloading. how it work is, each task consists a lot of small RAR files, as each got downloaded, they got unpacked, to a folder structure like:

Code: Select all

/Download/Completed/TV/XX.show.s01.e01/_unpack/video.mkv
and once everything is finished, it restructure the folder as

Code: Select all

/Download/Completed/TV/XX.show.s01.e01/video.mkv
my workflow before is, to run filebot on

Code: Select all

/Download/Completed/
level, but as you can see it causes problem. when filebot runs on the first task, and the second task is being unpacked to /Download/Completed/ too.

so, is there anyway I can have filebot ignore any folder named

Code: Select all

_unpack
?
thanks a lot

Re: ignore certain folder?

Posted: 23 Jul 2017, 03:34
by rednoah
Yes.

Presumably, you're using the amc script? If that's the case, then you can read the manual and search for the --def ignore option. That'll do what you want.