Tags#

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

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

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 Prowlarr.