Recyclarr - Config - Sonarr - Quality Profiles - Reset Unmatched Scores¶
Configuration options for recyclarr config sonarr quality_profiles reset_unmatched_scores.
Available Options
This page documents 4 configuration options.
nixflix.recyclarr.config.sonarr.<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.sonarr.<name>.quality_profiles.*.reset_unmatched_scores.enabled¶
Whether to reset scores for custom formats not in the configuration.
| Type | boolean |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.sonarr.<name>.quality_profiles.*.reset_unmatched_scores.except¶
Custom format names to exclude when resetting scores (case-insensitive).
| Type | null or (list of string) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.sonarr.<name>.quality_profiles.*.reset_unmatched_scores.except_patterns¶
Regular expression patterns to exclude when resetting scores (case-insensitive).
| Type | null or (list of string) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |