mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Lidarr not using Artists as Credited in release for searches yielding no results #2633
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
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
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: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-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/Lidarr#2633
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 @ItsME6969 on GitHub (Jan 17, 2023).
Is there an existing issue for this?
Current Behavior
A significant number of artists change names in the middle of their careers especially in the Hip-Hop genre. So I was searching a release that I know exists both on usenet and trackers and lidarr wasn't yielding any results. So I look at the logs and see that lidarr is searching using the
New Nameinstead of the original onecreditedon the cover of the release.Expected Behavior
Use the Original Stage Name for the search which should be available from the MusicBrainz API.
Steps To Reproduce
Find an Artist who's changed names
https://www.google.com/search?q=artists+who+changed+their+names+mid+career
All their old releases can't be found because lidarr is searching using new names
Environment
What branch are you running?
Nightly
Trace Logs?
2023-01-17 13:47:35.1|Info|ReleaseSearchService|Searching indexers for [
NEWNAME- ALBUMNAME (2003)]. 7 active indexers2023-01-17 13:47:35.1|Debug|Torznab|Downloading Feed http://my.ip.add.ress:port/api/v2.0/indexers/indexer/results/torznab/api?t=search&cat=3000&extended=1&apikey=(removed)&offset=0&limit=100&q=NEW%20NAME%20ALBUM%20NAME
2023-01-17 13:47:35.1|Trace|HttpClient|Req: [GET] http://my.ip.add.ress:port/api/v2.0/indexers/indexer/results/torznab/api?t=search&cat=3000&extended=1&apikey=(removed)&offset=0&limit=100&q=NEW%20NAME%20ALBUM%20NAME
AB#4754