
For example to only download subtitles for files less than 10 days old.
e.g.
Code: Select all
find /volume1/data/Downloads/complete/ -type f -mtime -10 | xargs filebot -get-missing-subtitles -non-strict

Code: Select all
find /volume1/data/Downloads/complete/ -type f -mtime -10 | xargs filebot -get-missing-subtitles -non-strict