Skip to content

Conversation

@dcicco
Copy link

@dcicco dcicco commented Sep 22, 2025

Database Migration

No

Description

This PR aims to add/complete some of the previous work that was added around exposing Aliases.

  • Implements automatic artist alias search following Radarr's alternative title pattern
  • Updates all search-capable indexers to iterate through artist aliases, significantly improving search coverage for artists with multiple names (e.g. Japanese/romanized names, stage names, etc...)
  • This ultimately enhances the ability to get results of releases that may be using the English artist name on indexers over the official name on MusicBrainz.

Screenshot (if UI related)

Todos

  • Tests
  • Translation Keys (./src/NzbDrone.Core/Localization/Core/en.json)
  • Wiki Updates

Issues Fixed or Closed by this PR

- Introduced SearchAliasInput component for managing search aliases in artist forms.
- Updated artist-related components to include aliases and searchAlias properties.
- Added database migration to support searchAlias in the Artists table.
@github-actions github-actions bot added Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug. Area: API Issue is related to the API Area: Db-migration Warning: DB Migration | Related to DB Migration labels Sep 22, 2025
@bakerboy448
Copy link
Contributor

bakerboy448 commented Sep 22, 2025

Rather than forcing the user to select a specific alias - which also increases support burden and does not work with the ethos of automating - we should probably just enhance the search logic and just search aliases like radarr/sonar

@dcicco
Copy link
Author

dcicco commented Sep 22, 2025

Rather than forcing the user to select a specific alias - which also increases support burden and does not work with the ethos of automating - we should probably just enhance the search logic and just search aliases like radarr/sonar

That's a good point, I wasn't sure how different Sonarr/Radarr's Alias searching was comparatively - let me mark this as a draft and see if I can get the requests build in a similar way to Sonarr & Radarr's SceneTitles logic

@dcicco dcicco changed the title New: Search by artist alias WIP: Search by artist alias Sep 22, 2025
@dcicco dcicco marked this pull request as draft September 22, 2025 15:57
@github-actions github-actions bot removed the Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug. label Sep 23, 2025
@alexandru0-dev
Copy link

Personally I think the search alias component can be repurposed to select instead a "preferred name", the name which will be shown in the UI for that artist, like in the library, messages like "updating info for", etc.

@dcicco
Copy link
Author

dcicco commented Sep 25, 2025

Personally I think the search alias component can be repurposed to select instead a "preferred name", the name which will be shown in the UI for that artist, like in the library, messages like "updating info for", etc.

Yeah, I think I can re-open a new PR for that later, as it would probably close #2159

…ate Title searching - for all indexers that support it
@github-actions github-actions bot added Area: Indexer Issue is related to indexers. and removed Area: Db-migration Warning: DB Migration | Related to DB Migration labels Sep 25, 2025
@dcicco dcicco marked this pull request as ready for review September 25, 2025 14:46
@dcicco dcicco changed the title WIP: Search by artist alias New: Search by artist alias Sep 25, 2025
@dcicco
Copy link
Author

dcicco commented Sep 28, 2025

Rather than forcing the user to select a specific alias - which also increases support burden and does not work with the ethos of automating - we should probably just enhance the search logic and just search aliases like radarr/sonar

Should match this pretty closely now, open to suggestions!

@OddestOtter
Copy link

Any update on this? I'm having difficulty with non-english name artists and this would help a lot

@VslVictor7
Copy link

yep, i also wanted to know if there are updates on this PR? looking forward for it to be pushed

@dcicco
Copy link
Author

dcicco commented Dec 6, 2025

yep, i also wanted to know if there are updates on this PR? looking forward for it to be pushed

Any update on this? I'm having difficulty with non-english name artists and this would help a lot

All good on my end - just waiting on approval!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: API Issue is related to the API Area: Indexer Issue is related to indexers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Alternate Artist Titles

5 participants