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
Should I be using plain filebot commands instead of a script ?
Thanks