Recyclarr - Config - Sonarr - Custom Format Groups - Add¶
Configuration options for recyclarr config sonarr custom_format_groups add.
Available Options
This page documents 8 configuration options.
nixflix.recyclarr.config.sonarr.<name>.custom_format_groups.add¶
Groups to explicitly synchronize. Use this to customize default group behavior or opt in to non-default groups.
| Type | list of (submodule) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.sonarr.<name>.custom_format_groups.add.*.assign_scores_to¶
Quality profiles to receive scores from this group. If omitted, scores are assigned to all applicable guide-backed profiles.
| Type | null or (list of (submodule)) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.sonarr.<name>.custom_format_groups.add.*.assign_scores_to.*.name¶
The name of the quality profile.
| Type | null or string |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.sonarr.<name>.custom_format_groups.add.*.assign_scores_to.*.trash_id¶
The trash ID of a guide-backed quality profile.
| Type | null or string |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.sonarr.<name>.custom_format_groups.add.*.exclude¶
Trash IDs of custom formats to remove from the synced set. Required CFs cannot be excluded.
| Type | null or (list of string) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.sonarr.<name>.custom_format_groups.add.*.select¶
Non-default custom formats to include alongside defaults. Mutually exclusive with select_all.
| Type | null or (list of string) |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.sonarr.<name>.custom_format_groups.add.*.select_all¶
When true, all non-required custom formats in the group are included. Mutually exclusive with select.
| Type | null or boolean |
| Default | |
| Declared in | modules/recyclarr/config-option.nix |
nixflix.recyclarr.config.sonarr.<name>.custom_format_groups.add.*.trash_id¶
The trash ID of the custom format group.
| Type | string |
| Declared in | modules/recyclarr/config-option.nix |