Search found 2 matches
- 04 Nov 2015, 16:35
- Forum: Scripting and Automation
- Topic: Trouble implementing --def ignore=[.]srt
- Replies: 3
- Views: 3271
Re: Trouble implementing --def ignore=[.]srt
@rednoah Thank you for pointing me in the right direction...I'm using Linux and managed to get the following script doing what I want. find /download/folder -type f -name "*.srt" -exec rm -f {} \; && filebot -script fn:renall /download/folder -non-strict --db TheMovieDB --output /out/ && filebot ...
- 03 Nov 2015, 20:52
- Forum: Scripting and Automation
- Topic: Trouble implementing --def ignore=[.]srt
- Replies: 3
- Views: 3271
Trouble implementing --def ignore=[.]srt
Hello everyone, 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 ...