ignore certain folder?

Any questions? Need some help?
Post Reply
garyleecn
Donor
Posts: 114
Joined: 19 Nov 2014, 03:48

ignore certain folder?

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: ignore certain folder?

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply