Skip to main content

Media Naming

ServiceSupported
Sonarr (v3)
Sonarr (v4)
Radarr

Radarr

# See "Basic Setup" for `service_type` and `instance_name`
service_type:
instance_name:
# Media Naming Configuration
media_naming:
folder: default
movie:
rename: true
standard: default

All configuration here directly affects the "Movie Naming" settings under the Settings > Media Management page in the Radarr UI. If a configuration property is not specified, Recyclarr will not sync that setting. This is useful if you prefer to manually edit an option or naming format.

folder

Optional. Default: not synced

A naming format taken from the "Key" column of the "Movie Folder Format" table shown in the output of the list naming radarr command.

rename

Optional. Default: not synced

If set to true, this results in the "Rename Movies" checkbox in the Radarr UI being enabled.

standard

Optional. Default: not synced

A naming format taken from the "Key" column of the "Standard Movie Format" table shown in the output of the list naming radarr command.

Sonarr

# See "Basic Setup" for `service_type` and `instance_name`
service_type:
instance_name:
# Media Naming Configuration
media_naming:
series: default
season: default
episodes:
rename: true
standard: default
daily: default
anime: default

All configuration here directly affects the "Episode Naming" settings under the Settings > Media Management page in the Sonarr UI. If a configuration property is not specified, Recyclarr will not sync that setting. This is useful if you prefer to manually edit an option or naming format.

series

Optional. Default: not synced

A naming format taken from the "Key" column of the "Series Folder Format" table shown in the output of the list naming sonarr command.

season

Optional. Default: not synced

A naming format taken from the "Key" column of the "Season Folder Format" table shown in the output of the list naming sonarr command.

rename

Optional. Default: not synced

If set to true, this results in the "Rename Episodes" checkbox in the Sonarr UI being enabled.

standard

Optional. Default: not synced

A naming format taken from the "Key" column of the "Standard Episode Format" table shown in the output of the list naming sonarr command.

daily

Optional. Default: not synced

A naming format taken from the "Key" column of the "Daily Episode Format" table shown in the output of the list naming sonarr command.

anime

Optional. Default: not synced

A naming format taken from the "Key" column of the "Anime Episode Format" table shown in the output of the list naming sonarr command.