From e49ffd7ad9c0ee430826909905fb92c8a7155d51 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 Radarr --- wiki/Command-Line-Reference.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wiki/Command-Line-Reference.md b/wiki/Command-Line-Reference.md index 641fab74..bc722102 100644 --- a/wiki/Command-Line-Reference.md +++ b/wiki/Command-Line-Reference.md @@ -230,6 +230,20 @@ radarr: - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p ``` +### `--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: + type: movie +``` + +Above, `movie` would only be valid if that type appeared in the list output by the `radarr` +subcommand run with this argument. + ## Subcommand: `create-config` Create a starter `recyclarr.yml` config file. The location of this file the [application data