diff --git a/website/cli.html b/website/cli.html index e86b9cf9..4f66d8d5 100644 --- a/website/cli.html +++ b/website/cli.html @@ -51,7 +51,7 @@
- +
@@ -101,12 +101,12 @@

Fetch Subtitles

- filebot -get-subtitles path/to/episodes - Fetch subtitles for the given files. Lookup matching subtitles via file hash. + filebot -get-missing-subtitles path/to/episodes + Fetch subtitles that are missing for the given files. Lookup matching subtitles via file hash only.

filebot -get-subtitles path/to/movie --q Avatar --lang zh --output srt --encoding utf8 - Fetch subtitles and force output format. Lookup subtitles via file hash and given search query. + Fetch subtitles and force output format. Lookup subtitles via file hash or given search query.

File Verification

@@ -174,6 +174,11 @@ fetch subtitles media folder or episode/movie file + + -get-missing-subtitles + fetch missing subtitles + media folder or episode/movie file + --q search query diff --git a/website/index.html b/website/index.html index 873ea253..c2471c5c 100644 --- a/website/index.html +++ b/website/index.html @@ -51,7 +51,7 @@