AMC - Ignore but still copy?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
ehanson555
Posts: 1
Joined: 19 Jul 2014, 00:12

AMC - Ignore but still copy?

Post by ehanson555 »

I have the AMC script running after uTorrent completion. The command is:

Code: Select all

"C:\Program Files\Filebot\filebot.exe" -script fn:amc --output "D:/Downloaded Videos" --log-file amc.log --action copy --conflict override -non-strict --def music=n artwork=n --def "seriesFormat={n} - {sxe} - {t}" "animeFormat={fn}" "movieFormat=/Movies/{n} ({y})" "musicFormat=/Music/{n}/{fn}" --def ignore="f1|formula.1|formula 1|formula1" "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
As you can see I have left the recommended command mostly as-is, except I added a --def ignore to ignore Formula 1 matches. I think the regex works as far as I can tell. Files of this name do not get processed.

However, I would still like the the video files to be transferred to my destination folder so my Windows Media Center can see the file and I can play it if I choose to. Is there an option that would allow me to skip the file name recognition and processing, yet still copy the video file over?
User avatar
rednoah
The Source
Posts: 23942
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC - Ignore but still copy?

Post by rednoah »

-- def unsorted=y will move files that cannot otherwise be processed to a separate folder, but that doesn't skip search / auto-detection.

It's probably best to run some custom script before filebot to take care of the files you have specials rules for.
:idea: Please read the FAQ and How to Request Help.
Post Reply