Releases: toddrob99/searcharr
Releases · toddrob99/searcharr
v2.0
New Features:
- Minimum availability can be configured for movies added to Radarr (new setting
radarr_min_availability
with possible valuesannounced
,inCinemas
, andreleased
) - Custom aliases/replacements for the
/series
and/movie
commands (sonarr_series_command_aliases
andradarr_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 withseriesType=anime
instead ofseriesType=standard
. - Allow user to select from multiple pre-approved quality profiles (change
sonarr_quality_profile_id
and/orradarr_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
andradarr_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
tosettings.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. Addsonarr_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 withsonarr_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 withsearcharr-
and tags in thesonarr_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 theradarr_
equivalent as well. (#19)
Fixes:
- Searcharr reports success even when Sonarr/Radarr responds with HTTP 303 status (#11)
Notes:
- A couple wiki pages have been added to the repository on github, including one describing all the available settings and one with info about enabling debug logging
- This release is filled with features that were requested by the Searcharr community, but very few that I will use for my instance of Searcharr
- If you run into any issues, create an issue on github or post on telegram.
- If you enjoy using Searcharr and wish to see continued enhancements, consider buying me an iced tea using the paypal/cashapp links on the right side of the repository or sponsoring me