How to get older episodes sub

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
wsti
Posts: 15
Joined: 28 Dec 2013, 20:09

How to get older episodes sub

Post by wsti »

Hi guys!
How do I get older episodes subtitles? I know it's a limit on 30 days and I know that one is not allowed to lookup subtitles for all files repeatedly. But let say that I got 10 episodes that is from 2014-08-something (900 days old), wouldn't I be able to use "--def minAgeDays=900" to get subtitles for these 10 episodes?

When I try this I still get "ignore old: D:\..." in cmd.

Code: Select all

filebot.exe -script fn:suball "D:\Multimedia\TV\Sherlock" --def minAgeDays=900 --lang en -non-strict
//W
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: How to get older episodes sub

Post by rednoah »

Option 1:
Use the GUI.

Option 2:
It's possible on the CLI, but you have to figure it out yourself (consider it a test to make sure you know what you're doing).
:idea: Please read the FAQ and How to Request Help.
Post Reply