FileBot CLI (AMC) opening forums
Posted: 18 Oct 2014, 22:58
AMC is really cool and working pretty good so far.
The only thing that bugs me is that if there are no files in the input directory or they are not found in the databases, a browser window opens with http://filebot.net/forums.
Is there any possibility to disable this and ignore the fact that there are no files in the directory?
My script:
I want this script to run every time there's a file in the input directory which I did with Belvedere. I also tried executing the script every 5 minutes but it's pretty annoying when there's a browser window popping up every few minutes.
Thanks in advance
The only thing that bugs me is that if there are no files in the input directory or they are not found in the databases, a browser window opens with http://filebot.net/forums.
Is there any possibility to disable this and ignore the fact that there are no files in the directory?
My script:
Code: Select all
filebot -script fn:amc --action move -non-strict "C:\media_files" --output "C:\output" --def "seriesFormat=C:\tv_shows\{n}\{'Season '+s}\{n} - {s00e00} - {t}" "movieFormat=C:\movies\{n}\{n} ({y})" "excludeList=amc-input.txt"
Thanks in advance