sonarr_naming
Purpose
Section titled “Purpose”Sonarr naming configuration with episode, series, and season folder format strings plus multi-episode style settings.
Columns
Section titled “Columns”| Column | Type | Nullable | Default | Description |
|---|---|---|---|---|
name |
VARCHAR(100) | No | — | — |
rename |
INTEGER | No | 1 | — |
standard_episode_format |
TEXT | No | — | — |
daily_episode_format |
TEXT | No | — | — |
anime_episode_format |
TEXT | No | — | — |
series_folder_format |
TEXT | No | — | — |
season_folder_format |
TEXT | No | — | — |
replace_illegal_characters |
INTEGER | No | 1 | — |
colon_replacement_format |
INTEGER | No | 4 | — |
custom_colon_replacement_format |
TEXT | Yes | — | — |
multi_episode_style |
INTEGER | No | 5 | — |
created_at |
TEXT | No | CURRENT_TIMESTAMP | — |
updated_at |
TEXT | No | CURRENT_TIMESTAMP | — |
Relationships
Section titled “Relationships”No foreign key relationships.
Constraints
Section titled “Constraints”- Primary key: (name)
- Arr-type note: Sonarr-only.
colon_replacement_formatis an integer (default 4), unlike Radarr string enum. Includesstandard_episode_format,daily_episode_format, andanime_episode_format.
Related
Section titled “Related”- See Structure for arr-specific media management overview.