-
-
Notifications
You must be signed in to change notification settings - Fork 318
New: Search by artist alias #5604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
- 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.
|
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 |
|
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
Should match this pretty closely now, open to suggestions! |
|
Any update on this? I'm having difficulty with non-english name artists and this would help a lot |
|
yep, i also wanted to know if there are updates on this PR? looking forward for it to be pushed |
All good on my end - just waiting on approval! |
Database Migration
No
Description
This PR aims to add/complete some of the previous work that was added around exposing Aliases.
Screenshot (if UI related)
Todos
Issues Fixed or Closed by this PR