Look for missing subtitles on all subfolders

Any questions? Need some help?
Post Reply
arielreyes001
Posts: 11
Joined: 29 Jan 2013, 00:35

Look for missing subtitles on all subfolders

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Look for missing subtitles on all subfolders

Post by rednoah »

Set -r recursive flag:

Code: Select all

-r
Donation highly appreciated anyway. ;)
:idea: Please read the FAQ and How to Request Help.
arielreyes001
Posts: 11
Joined: 29 Jan 2013, 00:35

Re: Look for missing subtitles on all subfolders

Post by arielreyes001 »

Wow sounds simple enough...just add this to the "get missing subtitles" script?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Look for missing subtitles on all subfolders

Post by rednoah »

What script? That's just basic cmdline usage:

Code: Select all

filebot -get-missing-subtitles -r -non-strict /path/to/movies
:idea: Please read the FAQ and How to Request Help.
neriox
Posts: 18
Joined: 04 Feb 2013, 02:14

Re: Look for missing subtitles on all subfolders

Post by neriox »

Is this command still working?
How to get specfici language?
Tahnks
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Look for missing subtitles on all subfolders

Post by rednoah »

e.g.
--lang de

Cmdline is usage is extensively dokumented with many examples. Have a look.
:idea: Please read the FAQ and How to Request Help.
Post Reply