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
Look for missing subtitles on all subfolders
Re: Look for missing subtitles on all subfolders
Set -r recursive flag:
Donation highly appreciated anyway. 
Code: Select all
-r

-
- Posts: 11
- Joined: 29 Jan 2013, 00:35
Re: Look for missing subtitles on all subfolders
Wow sounds simple enough...just add this to the "get missing subtitles" script?
Re: Look for missing subtitles on all subfolders
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
Is this command still working?
How to get specfici language?
Tahnks
How to get specfici language?
Tahnks
Re: Look for missing subtitles on all subfolders
e.g.
--lang de
Cmdline is usage is extensively dokumented with many examples. Have a look.
--lang de
Cmdline is usage is extensively dokumented with many examples. Have a look.