From cd768f0a8e20df0f304b5caf9b8b36c66b36a2f4 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Wed, 24 Aug 2022 20:14:50 -0500 Subject: [PATCH] docs(wiki): Add --list-qualities cmd docs for Sonarr --- wiki/Command-Line-Reference.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wiki/Command-Line-Reference.md b/wiki/Command-Line-Reference.md index bc722102..7699176c 100644 --- a/wiki/Command-Line-Reference.md +++ b/wiki/Command-Line-Reference.md @@ -196,6 +196,19 @@ sonarr: [sonarrjson]: https://github.com/TRaSH-/Guides/tree/master/docs/json/sonarr +### `--list-qualities` + +Print a list of all available types of quality definitions. The "type" of a quality definition comes +from JSON files in the guide and this type is used in the configuration YAML for the +`quality_definition` property: + +```yml +quality_definition: series +``` + +Above, `series` would only be valid if that type appeared in the list output by the `sonarr` +subcommand run with this argument. + ## Subcommand: `radarr` ### `--list-custom-formats`