Add Sportarr support - #183
Open
Sportarr wants to merge 1 commit into
Open
Conversation
Sportarr (https://github.com/Sportarr/Sportarr) is a sports event manager exposing a Sonarr-v3-compatible API, so the sonarr module works against it unchanged apart from the app name. Adds a Sport choice to the add and delete conversations (button, command entrypoint, regex alternations), an allSports command mirroring allSeries, a sportarr config block (present in DEFAULT_SETTINGS with enable-free defaults so existing configs keep starting), and en-us strings with the usual fallback for other languages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sportarr (https://github.com/Sportarr/Sportarr) is a sports event manager
in the arr family exposing a Sonarr-v3-compatible API. This adds it as a
third service next to Sonarr and Radarr:
src/sportarr.py: the sonarr module pointed at the sportarr configblock (the v3 surface behaves identically; leagues surface as series).
command entrypoint, regex alternations) plus an
allSportscommandmirroring
allSeries.sportarrconfig block in config_example.yaml; full defaults live inDEFAULT_SETTINGS so existing config.yaml files keep passing the
missing-config check without changes.
languages fall back to English for the new keys.
I maintain Sportarr; happy to adjust anything to fit the project.