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?
Automated recursive subtitle download?
Re: Automated recursive subtitle download?
-r will do that...
Re: Automated recursive subtitle download?
Or you can use :
filebot -script fn:suball "E:\TvShows" --lang en -non-strict
Just change "en" to the language u r looking for
filebot -script fn:suball "E:\TvShows" --lang en -non-strict
Just change "en" to the language u r looking for
