mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
NZBHydra2: Show original indexer name in search results #9353
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#9353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @despecial on GitHub (Jan 29, 2026).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
In Interactive Search, the “Indexer” column always shows the indexer name configured in Radarr (the display name of the single NZBHydra2 entry). When using NZBHydra2 as a meta-indexer that aggregates multiple upstream indexers, this hides the real source indexer, makes it harder to evaluate/troubleshoot results, and you also can’t sort results by upstream indexer.
Describe the solution you'd like
Interactive Search should show the real upstream indexer for each result when using NZBHydra2, so the “Indexer” column reflects where the release actually came from (not just the single NZBHydra2 entry name configured in Radarr).
This enables quick comparison, sorting, and troubleshooting in multi-indexer setups because you can immediately tell which upstream indexer produced each hit.
Describe alternatives you've considered
Hover the mouse over the “Title” link in the search results to see the target URL and infer which upstream indexer/website the release comes from, but this is slow, error-prone, and not easily comparable across many results.
Anything else?
Implementation details / proposal
<newznab:attr name="hydraIndexerName" value="Indexer XYZ"/>NzbDrone.Core.Indexers.Newznab.NewznabRssParser), read hydraIndexerName and store it on the parsed release/search-result object.