mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Add support for musicbrainz short name #1599
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#1599
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 @6cUbi57z on GitHub (Apr 14, 2021).
Is your feature request related to a problem? Please describe.
I have quite a few soundtracks from Anime and other Japanese artists. When Lidarr imports these, it uses the main name from Musicbrainz which is usually using Kanji characters. This makes it difficult to search or even know who the artist is.
Describe the solution you'd like
There is usually a romanised name in the short name field which would be much easier to search. Obviously there would need to be an option for this so that it can be selected only for specific artists or maybe profiles?
I realise this only addresses the issue for artists, however, this seems to be solved for albums and tracks via bootleg and pseudo-releases.
Describe alternatives you've considered
Learning kanji (may take a while)
Additional context
Example artists:
AB#148
@6cUbi57z commented on GitHub (May 6, 2021):
Actually I've just noticed Musicbrainz has an alias section on artists and release groups which can set names by locale. It may be better to have this as part of the edit dialog for each artist and release so that the user can select the best name to use for their use case and select a default based on locale (if available).
Aliases example: https://musicbrainz.org/artist/1b4414e5-b699-4c77-82b5-4669c9e69a59/aliases
@dbvcode commented on GitHub (Jun 8, 2021):
I have the same issue with Japanese artists.
And using the locale seems like a good idea, however,
the real issue is searching for it, as some results include the Japanese name, other the English version of it.
So the problem besides the cosmetic appearance of the dashboard is actually the problem of not finding the actual results!
@6cUbi57z commented on GitHub (Nov 3, 2021):
I had a bit of a look at this see if it is something I would be able to help out with. Unfortunately it looks like the information isn't provided by the Lidarr metadata API so I believe that would need updating first which is well beyond my abilities. Then it would need some thought into how this is implemented into Lidarr.
I've also realised this presents an additional problem as some stereo systems can't display the characters and will display boxes instead.
@6cUbi57z commented on GitHub (Jan 2, 2022):
I've now seen this is a duplicate of #682