Tags#

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

radarr:
  settings:
    tags:
      definitions:
        - movies
        - anime-movies

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

definitions: Set[NonEmptyStr] = set() 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 Radarr.