AMC clean=y deletes rar archives!

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
raidyne
Posts: 2
Joined: 23 Aug 2016, 14:00

AMC clean=y deletes rar archives!

Post by raidyne »

hey there,

I have a problem with filebot: the clean=y option within the AMC-script deletes small .rar archives.

My folder structure contains several rar archives. the archives get extracted automatically by jdownloader and after successful extraction filebot-AMC is called.

my folder "test" looks like this:

file-foo.part1.rar (100MB)
file-foo.part2.rar (12MB)
file-bar.part1.rar (100MB)
file-bar.part2.rar (12MB)

now, if jdownloader has successfully extracted file-foo.part1.rar (and part 2 of course) it deletes these two files and calls filebot with folder "test", wich processes the extracted files and cleans the clutter. BUT filebot also deletes file-bar.part2.rar (presumably because it is so small).

how can i stop filebot from doing this? problem is that file-bar.part2.rar could be as small as 1MB in certain cases.

thanks!
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC clean=y deletes rar archives!

Post by rednoah »

rar patterns have been removed from the cleaner extension list.
:idea: Please read the FAQ and How to Request Help.
raidyne
Posts: 2
Joined: 23 Aug 2016, 14:00

Re: AMC clean=y deletes rar archives!

Post by raidyne »

rednoah wrote:rar patterns have been removed from the cleaner extension list.
thanks @rednoah, but i think the problem extends to all kinds of archive types as they can come in different naming schemes: rar archives (.rar, .r00, .r01, .r02, and so forth), zip (.001, .002, ...)
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC clean=y deletes rar archives!

Post by rednoah »

Those extensions aren't on the list anyway:
https://github.com/filebot/scripts/blob ... .groovy#L6
:idea: Please read the FAQ and How to Request Help.
Post Reply