Skip to content
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

fix(spotify): use SortArtistName for matching - #2377 #2835

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

kosukesando
Copy link

Closes: #2377

Description (What does the pull request do)

Allows for non-Latin/English artist names to fetch artist image from Spotify.

Changes (What changes were made )

Uses the SortArtistName to match against the result of Spotify artist image request.
The current implementation is untouched, so this process is only relevant if there is no match and should not disturb the artist images that are already being fetched as intended.

PS:
It's my first time contributing to an open source project and I want to learn, so please let me know if there's stuff I could have done better.

Copy link

github-actions bot commented Jan 31, 2024

Download the artifacts for this pull request:

@deluan
Copy link
Member

deluan commented Feb 1, 2024

Thanks, I'll take a look as soon as I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Artists with non-English name may not be able to obtain image
2 participants