NextFire / apple-music-discord-rpc

🎵 Discord Rich Presence Client for the macOS Apple Music app and iTunes
MIT License
511 stars 33 forks source link

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

Open anthonyhuang07 opened 6 months ago

anthonyhuang07 commented 6 months ago

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 commented 6 months ago

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 commented 4 months ago

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