Recyclarr - Config - Radarr - Quality Profiles - Reset Unmatched Scores¶
Configuration options for recyclarr config radarr quality_profiles reset_unmatched_scores.
Available Options
This page documents 4 configuration options.
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.reset_unmatched_scores¶
Configuration for resetting unmatched custom format scores.
| Type | null or (submodule) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.reset_unmatched_scores.enabled¶
If true, custom format scores not managed by Recyclarr are set to 0. If false, scores are only altered when listed in trash_ids with a valid score.
| Type | boolean |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.reset_unmatched_scores.except¶
A list of one or more custom format names to exclude from score resets. Names must match exactly (case-sensitive).
| Type | null or (list of string) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.quality_profiles.*.reset_unmatched_scores.except_patterns¶
A list of one or more regular expression patterns used to exclude custom formats from score resets. Matching is case-insensitive.
| Type | null or (list of string) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |