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!
AMC clean=y deletes rar archives!
Re: AMC clean=y deletes rar archives!
rar patterns have been removed from the cleaner extension list.
Re: AMC clean=y deletes rar archives!
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, ...)rednoah wrote:rar patterns have been removed from the cleaner extension list.
Re: AMC clean=y deletes rar archives!
Those extensions aren't on the list anyway:
https://github.com/filebot/scripts/blob ... .groovy#L6
https://github.com/filebot/scripts/blob ... .groovy#L6