NextFire / apple-music-discord-rpc

🎵 Discord Rich Presence Client for the macOS Apple Music app and iTunes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

anthonyhuang07 opened this issue · comments

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.

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.

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}`);