[amc] Delete RARBG_DO_NOT_MIRROR.exe files

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
hellcry
Posts: 4
Joined: 07 Feb 2019, 11:04

[amc] Delete RARBG_DO_NOT_MIRROR.exe files

Post by hellcry »

Hello,

I am using on a synology nas filebot + filebot-node. Everything works as expected and all is good but i have a question. Looked in forum could not find the answer.

Basically my config looks like this:

Code: Select all

-script
fn:amc
/volume1/downloads/tv
--output
/volume1/tv shows
--action
move
-non-strict
--order
Airdate
--conflict
auto
--lang
en
--def
ut_label=TV
music=y
unsorted=y
clean=y
skipExtract=y
minLengthMS=300000
minFileSize=100000000
seriesFormat={n}/{n} - {sxe} - {t}
movieFormat={n} ({y})/{fn}
excludeList=.excludes
--log
fine
--log-file
/volume1/@appstore/filebot-node/data/filebot.log
My problem is that RARBG started to add some executables in torrents and filebot does not clean them, i always end up with a directory and in it just a file "RARBG_DO_NOT_MIRROR.exe"

How should my config look to add to the cleanup process ".exe" files because i always download movies so i do not need any exe files.

Until this everything worked ok and Filebot cleaned up all nfos, mkv-samples etc, now just this exe files remain in all dirs.

Thanks in advance!
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Config

Post by rednoah »

*.exe has been added to the list of clutter extensions:
viewtopic.php?f=6&t=9762
:idea: Please read the FAQ and How to Request Help.
hellcry
Posts: 4
Joined: 07 Feb 2019, 11:04

Re: Filebot Config

Post by hellcry »

so i basically have to just update to 4.8.5 from 4.8.2? there is any way to add something in config?
ex:
--def exts=pattern override default pattern for what extensions will be cleansed

Code: Select all

--def
ut_label=TV
music=y
unsorted=y
clean=y
exts=*.exe <---- and if this don't override old extension patterns that are being deleted? If so i will have to add all of them or use exts=*.* to delete everything that remains after moving the main movie / tv series
Will this work or I will be doing something stupid?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Config

Post by rednoah »

1.
Nope, the script jar is updated independently. You'll just have to wait for a few days, your clear the cache. The sysinfo script will show you which script jar revision / build-date is being used.


2.
You can do your own custom cleaner script calls:
viewtopic.php?f=4&t=5#p1341

:!: cleaner script options such as --def exts have no effect if you pass them into the amc script, and vice versa. You'd have to pass in all extensions, as regular expression, not as glob.
:idea: Please read the FAQ and How to Request Help.
hellcry
Posts: 4
Joined: 07 Feb 2019, 11:04

Re: [amc] Delete RARBG_DO_NOT_MIRROR.exe files

Post by hellcry »

Already works I see, thanks a bunch keep up the good work I'll keep getting license :)
Post Reply