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¶
List of quality profiles to create or update.
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¶
Minimum custom format score required to download a release.
| Type | null or signed integer |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.min_upgrade_format_score¶
Minimum custom format score required to upgrade an already-downloaded release.
| Type | null or signed integer |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.name¶
Name of the quality profile. For guide-backed profiles (with trash_id), this overrides the guide name. 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¶
Quality sort order (top = highest quality first).
| Type | null or one of "top", "bottom" |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.score_set¶
The set of scores to use for custom formats assigned to the 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 guide-backed quality profile. When specified, qualities, custom formats, scores, and language are automatically configured from the TRaSH Guides.
| Type | null or string |
| Default | |
| Example | |
| Declared in | modules/recyclarr/config-option.nix |