Recyclarr - Config - Radarr - Quality Profiles - Qualities¶
Configuration options for recyclarr config radarr quality_profiles qualities.
Available Options
This page documents 4 configuration options.
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.qualities¶
Ordered list of qualities in the profile (from highest to lowest priority).
| Type | null or (list of (submodule)) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.qualities.*.enabled¶
If true, this quality will be allowed. If false, this quality will be disallowed.
| Type | boolean |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.qualities.*.name¶
The name of an existing quality. If this is a quality group, this name identifies either an existing quality group or will be used as the name for a newly created group.
| Type | string |
| Example | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.qualities.*.qualities¶
A list of one or more existing qualities to bundle into a group. By specifying this list, you implicitly make this item a quality group.
| Type | null or (list of string) |
| Default | |
| Example | |
| Declared in | modules/recyclarr/config-option.nix |