[AMC] how to skip movies?

Any questions? Need some help?
Post Reply
astroshare
Posts: 1
Joined: 28 Sep 2015, 22:57

[AMC] how to skip movies?

Post by astroshare »

Hi,
I love this script, but I have a question.
Is it possible to pass a command to the amc script so that it only looks for movie files? I get all my downloads in one folder, however, the sickrage post-processing takes care of the TV Shows for me, so I just want filebot to process the movies.

Here's what i'm using to run filebot:

Code: Select all

/opt/homebrew-cask/Caskroom/filebot/4.6/FileBot.app/Contents/MacOS/filebot.sh -script fn:amc --output "/Volumes/media/" --log-file amc.log --action move -non-strict "Sync" --def excludeList=/Users/test1/amc.txt --def deleteAfterExtract=y   
Obviously this is processing both TV and Movie files.
Should I be using plain filebot commands instead of a script ?

Thanks
User avatar
rednoah
The Source
Posts: 23949
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [AMC] how to skip movies?

Post by rednoah »

Processing both movies and episodes is at the core of the amc script. You cannot disable either.

You might be able to use --def ignore depending on your setup.
:idea: Please read the FAQ and How to Request Help.
Post Reply