Skip to content

v2.0

Compare
Choose a tag to compare
@toddrob99 toddrob99 released this 18 Feb 01:28
· 68 commits to main since this release
047bdbf

New Features:

  • Minimum availability can be configured for movies added to Radarr (new setting radarr_min_availability with possible values announced, inCinemas, and released)
  • Custom aliases/replacements for the /series and /movie commands (sonarr_series_command_aliases and radarr_movie_command_aliases which accept a list of commands e.g. ["series", "tv"] or simply ["tv"] (#25)
  • A new Add Series as Anime Type! button will be presented when a series has "Anime" in the list of genres. This button will add the series to Sonarr with seriesType=anime instead of seriesType=standard.
  • Allow user to select from multiple pre-approved quality profiles (change sonarr_quality_profile_id and/or radarr_quality_profile_id settings to lists, e.g. "HD - 720p/1080p" -> ["HD - 720p/1080p", "Ultra-HD"]; leave a single value to force a path). (#14)
  • Allow configuration of root folders to present to the user, or to force a single root folder for each of Sonarr/Radarr (add sonarr_series_paths and radarr_movie_paths, e.g. ["/first/root/folder/path", "/second/path"]). Use an empty list ([]) to enable all root folders from Sonarr/Radarr. (#26)
  • Add option to prompt user to monitor first, latest, or all season(s) when adding a series to Sonarr (add sonarr_season_monitor_prompt=True to settings.py; default is False, same as prior functionality, monitor all seasons) (#23)
  • Configurable tag support, including adding a set of tags to each series/movie, as well as the ability to allow users to select tags when adding a series/movie. Add sonarr_forced_tags = ["searcharr", "friends-and-family"] to always add those tags to series/movies. Add sonarr_allow_user_to_select_tags = True to allow users to select tags when adding a series/movie. Configure what tags will be available for the user with sonarr_user_selectable_tags = ["tag-1", "tag-2"]. If this list is empty ([]) or the setting is missing, all tags configured in Sonarr/Radarr will be made available to the user (except tags starting with searcharr- and tags in the sonarr_forced_tags setting. Tags added to the forced or user-selectable lists that do not already exist will be created in Sonarr/Radarr upon Searcharr startup. All of those settings have the radarr_ equivalent as well. (#19)

Fixes:

  • Searcharr reports success even when Sonarr/Radarr responds with HTTP 303 status (#11)

Notes: