fix(templates): fill Kometa gaps for Radarr and Sonarr#98
Closed
bakerboy448 wants to merge 1 commit into
Closed
Conversation
Kometa (via arrapi) uses bulk import/editor endpoints, tag creation,
language profiles, and seasonPass monitoring that the templates omitted.
Also fixes lidarr/organizr (v3->v1), radarr/nabarr (Sonarr exclusions
route), and radarr/prowlarr (spurious POST on indexer/{id}).
Co-authored-by: ajbturnberry <ajbturnberry@users.noreply.github.com>
Contributor
Author
|
Superseded by #100, which folds this Kometa fix in as a standalone commit alongside the rest of the template audit. |
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.
Summary
Completes the Kometa template coverage by researching Kometa-Team/ArrAPI (the library Kometa uses for Radarr/Sonarr integration). Builds on the recent sonarr/kometa series-endpoint fix — this adds the remaining endpoints required for normal Kometa operation.
Changes
radarr/kometa
DELETEon/api/v3/movie/editor— bulk delete viadelete_multiple_movies()(remove_all_with_tags, collection cleanup)POSTon/api/v3/tag— auto-create tags when configured labels don't exist (_validate_tags)sonarr/kometa
POST /api/v3/series/import— bulk add path used byadd_multiple_series()(replaces ineffectivePOST /series)DELETEon/api/v3/series/editor— bulk delete viadelete_multiple_series()GET /api/v3/languageprofile— required on init for Sonarr v3_validate_add_options()POST /api/v3/seasonpass— monitor changes whenmonitor_existingis enabledPOSTon/api/v3/tag— tag auto-creationPOSTon/api/v3/series— Kometa's add flow uses/series/import, not the collection routeTest plan
kometatemplate to Radarr and Sonarr proxy appsadd_missing, tag assignment, andmonitor_existingenabled