I've tried searching and experimenting with --def ignore=[.]srt but I just can't get it to work (tried moving --def around, adding quotes etc) Perhaps I'm using the wrong regex for what I want to do...I would like for filebot to scan>rename and ignore .srt files within the folder I'm scanning.
The --def options are specific for each script. The renall script does not support --def ignore at all, so it doesn't matter what you pass in. You're probably referring to the amc script which does have the --def ignore option.
On Linux/Mac it would be easy to just pass in the video files using find | xargs but I'm not sure if there's a Windows equivalent for that.
I tried using find | xargs to skip .srt files but I could not find a way to do so. I don't have much exposure to xargs so any guidance would be greatly appreciated.