Skip to content

fix(api): improve SABnzbd category compatibility for Sonarr/Radarr - #272

Merged
javi11 merged 1 commit into
kipsilabs:mainfrom
drondeseries:feat/sabnzbd-category-fix
Feb 5, 2026
Merged

fix(api): improve SABnzbd category compatibility for Sonarr/Radarr#272
javi11 merged 1 commit into
kipsilabs:mainfrom
drondeseries:feat/sabnzbd-category-fix

Conversation

@drondeseries

Copy link
Copy Markdown
Contributor

Description

This PR addresses several compatibility issues with Sonarr and Radarr when interacting with AltMount's SABnzbd-compatible API.

Key Fixes

  1. Response Field Consistency: Added category field to queue responses and cat field to history responses. Sonarr/Radarr can sometimes be inconsistent in which field they expect, so providing both ensures compatibility.
  2. Filter Normalization: Added a helper to correctly handle both cat and category query parameters for filtering.
  3. 'All Categories' Handling: Common values like all, *, or default are now correctly normalized to 'no filter', preventing empty results when Sonarr/Radarr polls for all items.

@javi11
javi11 merged commit e00631f into kipsilabs:main Feb 5, 2026
1 check passed
@drondeseries
drondeseries deleted the feat/sabnzbd-category-fix branch February 5, 2026 20:09
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