Skip to content

feat(templates): add native Ruddarr template (radarr + sonarr)#94

Merged
nzxl101 merged 1 commit into
Notifiarr:developfrom
bakerboy448:feat/ruddarr-templates
Jul 12, 2026
Merged

feat(templates): add native Ruddarr template (radarr + sonarr)#94
nzxl101 merged 1 commit into
Notifiarr:developfrom
bakerboy448:feat/ruddarr-templates

Conversation

@bakerboy448

Copy link
Copy Markdown
Contributor

Ruddarr (native iOS companion app for Radarr/Sonarr) currently has no template and is typically registered against lunasea.json as a workaround, which grants more than Ruddarr actually uses.

Scope derived from ground truth, not cloned from lunasea: read ruddarr/app's API+Live.swift (the single file issuing every network call) to determine actual endpoint usage.

Notable differences from lunasea/nzb360's scope:

  • Ruddarr fetches poster art via each release's own remoteURL, not the arr's /api/v3/mediacover proxy - so mediacover is deliberately not granted.
  • Push-notification webhook sync needs /api/v3/notification CRUD.
  • Sonarr side needs /api/v3/episodefile/bulk (delete), not granted by any existing sonarr template.
  • Confirmed the proxy lowercases incoming paths before matching (api/index.php), so Ruddarr's one mixed-case path (episodeFile GET vs episodefile DELETE) is normalized to lowercase-only here.

Ruddarr (https://github.com/ruddarr/app) is a native iOS/macOS companion
app for Radarr and Sonarr with no starrproxy template today; operators
currently register it against lunasea.json as a workaround, which grants
endpoints Ruddarr never calls (mediacover, importlist exclusions, wanted/
missing, credit, language) and omits some it does need (notification CRUD
for its push-notification webhook, episodefile/bulk delete).

Endpoint scope is derived from the app's own network layer
(Ruddarr/Dependencies/API/API+Live.swift in ruddarr/app), not copied from
lunasea, so it grants exactly what Ruddarr calls: movie/series CRUD +
lookup + editor, release search/grab, queue, history, calendar, manual
import, root folders/quality profiles/tags/diskspace/system status, and
notification management for its webhook sync. Ruddarr fetches poster art
via each release's remoteURL rather than the arr's own mediacover proxy,
so mediacover is intentionally not granted.

Adds README entry alphabetically between Recyclarr and Seerr.
@nzxl101
nzxl101 merged commit 8b2ccef into Notifiarr:develop Jul 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants