recyclarr list naming
Usage
recyclarr list naming <service> [OPTIONS]
Description
For a specific service type, print a list of all available naming formats usable in the
media_naming
property of your YAML configuration. Each table contains a list of "keys"
(first column) that can be used in the YAML. The naming format is also displayed for informational
purposes.
For example, when listing naming for Sonarr, the default
key in the "Series Folder Format" table
would be used in YAML as follows:
# For Sonarr
media_naming:
series: default
Examples
# List available naming formats for Radarr
recyclarr list naming radarr
# List available naming formats for Sonarr
recyclarr list naming sonarr
Arguments
<service>
A required positional argument that indicates the specific service type to list naming for. Valid values for this argument are:
radarr
: List Radarr naming formatssonarr
: List Sonarr naming formats
Options
Visit Common Options to read about options usable by all commands.