Tags#

Tags are used to associate media files with certain resources (e.g. release profiles).

sonarr:
  settings:
    tags:
      definitions:
        - "example1"
        - "example2"

To be able to use those tags in Buildarr, they need to be defined in this configuration section.

definitions: List[NonEmptyStr] = [] class-attribute instance-attribute #

Define tags that are used within Buildarr here.

If they are not defined here, you may get errors resulting from non-existent tags from either Buildarr or Sonarr.