diff --git a/website/cli.html b/website/cli.html index 8f61291e..360ee5a9 100644 --- a/website/cli.html +++ b/website/cli.html @@ -106,6 +106,9 @@ filebot -rename "movie.avi" --q "Avatar" --db OpenSubtitles Rename a single movie looking up movie info via file hash or using the given movie title.

+

+ Keep in mind that the CLI is strict by default so it will never mess up your files. In some cases you may need to enable -non-strict for more opportunistic matching like the GUI does. +

Fetch Subtitles

filebot -get-missing-subtitles path/to/episodes diff --git a/website/index.html b/website/index.html index f336947c..8bbf1d9e 100644 --- a/website/index.html +++ b/website/index.html @@ -120,7 +120,7 @@

  • Drag your movie or episode files onto the top-right === drop area
  • Hit "Download"!
  • -

    Use FileBot from the command-line! There is a simple CLI for core tasks like renaming media files and fetching subtitles +

    Use FileBot from the command-line! There is a simple CLI for core tasks like renaming media files and fetching subtitles as well as checking or creating SFV files. On top of that you can use our scripting engine to define more complex automated processing. There's already shared scripts for various tasks that you can just run right away or further customize to your needs.

    @@ -139,7 +139,7 @@