Search found 2 matches

by djon
21 Nov 2012, 10:37
Forum: Scripting and Automation
Topic: Automated recursive subtitle download?
Replies: 2
Views: 4741

Re: Automated recursive subtitle download?

-r will do that...
by djon
21 Nov 2012, 09:52
Forum: Scripting and Automation
Topic: Automated recursive subtitle download?
Replies: 2
Views: 4741

Automated recursive subtitle download?

I'd like to schedule a Windows Task once a day to scan for files without subtitles and was wondering how I could do it recursively do I don't need to run something like:

filebot -get-missing-subtitles "E:\TvShows\show1"
filebot -get-missing-subtitles "E:\TvShows\show2"
etc.

Isnt there someway to ...