Page 1 of 1

AMC - Ignore but still copy?

Posted: 19 Jul 2014, 00:22
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?

Re: AMC - Ignore but still copy?

Posted: 19 Jul 2014, 05:36
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.