Skip to content

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.

Typelist of (submodule)
Default
[ ]
Declared inmodules/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.

Typenull or signed integer
Default
null
Declared inmodules/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.

Typenull or signed integer
Default
null
Declared inmodules/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.

Typenull or string
Default
null
Example
"WEB-2160p"
Declared inmodules/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.

Typenull or one of "top", "bottom"
Default
null
Declared inmodules/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.

Typenull or string
Default
null
Declared inmodules/recyclarr/config-option.nix

nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.trash_id

The trash ID of a TRaSH Guide quality profile definition.

Typenull or string
Default
null
Example
"0896c29d74de619df168d23b98104b22"
Declared inmodules/recyclarr/config-option.nix