Page 1 of 1

Automated recursive subtitle download?

Posted: 21 Nov 2012, 09:52
by djon
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 just define
filebot -get-missing-subtitles "E:\TvShows\*"

and let it check all subfolders?

Re: Automated recursive subtitle download?

Posted: 21 Nov 2012, 10:37
by djon
-r will do that...

Re: Automated recursive subtitle download?

Posted: 08 Jan 2013, 20:31
by polux400
Or you can use :

filebot -script fn:suball "E:\TvShows" --lang en -non-strict

Just change "en" to the language u r looking for :)