Recyclarr - Config - Radarr - Custom Format Groups - Add¶
Configuration options for recyclarr config radarr custom_format_groups add.
Available Options
This page documents 8 configuration options.
nixflix.recyclarr.config.radarr.<name>.custom_format_groups.add¶
Custom format groups to explicitly add. Use this for non-default groups or groups not auto-matched to your profiles.
| Type | list of (submodule) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.custom_format_groups.add.*.assign_scores_to¶
Quality profiles to assign scores to. If omitted, scores are assigned to all guide-backed profiles.
| Type | null or (list of (submodule)) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.custom_format_groups.add.*.assign_scores_to.*.name¶
Name of the quality profile to assign scores to.
| Type | null or string |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.custom_format_groups.add.*.assign_scores_to.*.trash_id¶
Guide-backed quality profile trash_id to assign scores to.
| Type | null or string |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.custom_format_groups.add.*.exclude¶
Default custom formats to exclude from the group. Required CFs cannot be excluded.
| Type | null or (list of string) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.custom_format_groups.add.*.select¶
Non-default custom formats to additionally include. Required CFs are always included. Mutually exclusive with select_all.
| Type | null or (list of string) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.custom_format_groups.add.*.select_all¶
Include all custom formats in the group regardless of their default status. Mutually exclusive with select.
| Type | null or boolean |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.radarr.<name>.custom_format_groups.add.*.trash_id¶
Trash ID of the custom format group to add.
| Type | string |
| Declared in | modules/recyclarr/config-option.nix |