Automated recursive subtitle download?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
djon
Posts: 2
Joined: 21 Nov 2012, 09:48

Automated recursive subtitle download?

Post 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?
djon
Posts: 2
Joined: 21 Nov 2012, 09:48

Re: Automated recursive subtitle download?

Post by djon »

-r will do that...
polux400
Posts: 10
Joined: 09 Sep 2012, 01:06

Re: Automated recursive subtitle download?

Post 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 :)
Post Reply