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

Spotify song search for songs that are in another language on spotify #78

Open
anthonyhuang07 opened this issue Jan 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@anthonyhuang07
Copy link

This may be difficult to fix, but some Japanese songs on Apple Music are titled in english (e.g. SEVENTEEN by YOASOBI) but on Spotify it's under the Japanese title "セブンティーン". So when you press the search on spotify button for the song, it returns no results. I don't know how you could fix this other than some translation feature, but this is very nitpicky so I understand if this doesn't get resolved.

@NextFire NextFire added the enhancement New feature or request label Jan 22, 2024
@NextFire
Copy link
Owner

I can't think of any simple/robust solution to this problem that could easily cover a majority of cases.
While I still have no intention of implementing it, I can refer you to suggestion #71 which you may find relevant.

@hyotaime
Copy link

hyotaime commented Feb 28, 2024

I just use it by changing the iTunes country to jp in line 146 and applying #71 as well.

const resp = await fetch(`https://itunes.apple.com/jp/search?${params}`);

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

No branches or pull requests

3 participants