Page 1 of 1

Look for missing subtitles on all subfolders

Posted: 29 Jan 2013, 00:58
by arielreyes001
Hello everyone!
First I'd like to thank you for this wonderful tool. Nothing comes close. Second hope you enjoy your coffee. I donated because I know it shows a little more appreciation and well... I have a conscience.
Anyway, onto my question. I want to run a script that will look for missing titles but i noticed that when I run the "-get-missing-subtitles" script it only looks in the folder i direct it to, and not in it's sub-directories. Is there a way to modify the script so that it will do that? I point it to my "movies" folder, but all my movies are in individual folders. I don't want to do "suball" because I just want to get the ones I'm missing.
Anyway, any suggestions would be great!
I'm not a script expert. If one already exists I wouldn't mind trying that first!

Ariel

Re: Look for missing subtitles on all subfolders

Posted: 29 Jan 2013, 02:20
by rednoah
Set -r recursive flag:

Code: Select all

-r
Donation highly appreciated anyway. ;)

Re: Look for missing subtitles on all subfolders

Posted: 29 Jan 2013, 04:51
by arielreyes001
Wow sounds simple enough...just add this to the "get missing subtitles" script?

Re: Look for missing subtitles on all subfolders

Posted: 29 Jan 2013, 05:25
by rednoah
What script? That's just basic cmdline usage:

Code: Select all

filebot -get-missing-subtitles -r -non-strict /path/to/movies

Re: Look for missing subtitles on all subfolders

Posted: 22 Feb 2013, 00:37
by neriox
Is this command still working?
How to get specfici language?
Tahnks

Re: Look for missing subtitles on all subfolders

Posted: 22 Feb 2013, 04:21
by rednoah
e.g.
--lang de

Cmdline is usage is extensively dokumented with many examples. Have a look.