Recyclarr - Config - Radarr - Quality Profiles¶
Configuration options for recyclarr config radarr quality_profiles.
Available Options
This page documents 7 configuration options.
nixflix.recyclarr.config.radarr.<name>.quality_profiles¶
An array of quality profiles that Recyclarr should create or modify.
Prefer setting trash_id to use a guide-backed profile — qualities, custom formats, scores, and language will be configured automatically from the TRaSH Guides. For user-defined profiles, set name along with qualities and other fields.
| Type | list of (submodule) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.min_format_score¶
Correlates directly to the 'Minimum Custom Format Score' field in the Quality Profile edit dialog in Radarr/Sonarr.
| Type | null or signed integer |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.min_upgrade_format_score¶
Correlates directly to the 'Minimum Custom Format Score For Upgrades' field in the Quality Profile edit dialog in Radarr/Sonarr.
| Type | null or signed integer |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.name¶
The name of the quality profile. For guide-backed profiles (with trash_id), this defaults to the guide's recommended name and may be overridden. For user-defined profiles, this is the profile identity. Either trash_id or name is required.
| Type | null or string |
| Default | |
| Example | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.quality_sort¶
Controls which direction specified qualities are sorted. top sorts them to the top of the list; bottom sorts them to the bottom.
| Type | null or one of "top", "bottom" |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.score_set¶
A string (name) that determines the guide-provided, preset scores to use across all custom formats assigned to a quality profile.
| Type | null or string |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.trash_id¶
The trash ID of a TRaSH Guide quality profile definition.
| Type | null or string |
| Default | |
| Example | |
| Declared in | modules/recyclarr/config-option.nix |