Skip to content

Sonarr Taglist

Gets Series from Sonarr based on their tags.

Set the attribute to the tag you want to search for. Multiple values are supported as either a list or a comma-separated string.

Sonarr Configuration

Configuring Sonarr in the config is required for any of these builders.

Example Sonarr Taglist Builder(s)

collections:
  Sonarr Tag1 and Tag2 Series:
    sonarr_taglist: tag1, tag2

If no tag is specified then it gets every Movie without a tag.

collections:
  Sonarr Series Without Tags:
    sonarr_taglist: 

Sync to MDBList

When used with sync_to_mdb_list, sonarr_taglist uses the matching series in Sonarr as the source of truth. The sync does not depend on the items being present in Plex or on a Plex collection being built. Removing a tag in Sonarr also removes the series from the MDBList static list. Only series are removed, so this can safely share a list with radarr_taglist syncs.

collections:
  Sonarr Test:
    sonarr_taglist: kometa_test
    sync_to_mdb_list: My Kometa Test Tags
    build_collection: false