Skip to content

Feature Request: Ignore items in *arr with certain tags #137

@sexnine

Description

@sexnine

The ability to ignore shows/movies that have certain tags applied in Sonarr/Radarr.

Config example:

  # Parameters for Sonarr
  sonarr_url:
  sonarr_api_key:
  sonarr_ignore_unmonitored: false  # If True, will not grab releases that are unmonitored in Sonarr
+ sonarr_ignore_tags:
+ - "seadexarr-ignore"
  ignore_movies_in_radarr: false  # If True, will not add movies to Sonarr that already exist in Radarr

  # Parameters for Radarr
  radarr_url:
  radarr_api_key:
  radarr_ignore_unmonitored: false  # If True, will not grab releases that are unmonitored in Radarr
+ radarr_ignore_tags:
+ - "seadexarr-ignore"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions