NextFire / apple-music-discord-rpc

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

Region exclusive songs unable to show album #39

Closed HarlaownLY-Nijigasaki closed 1 year ago

HarlaownLY-Nijigasaki commented 1 year ago

I found that this tool is using the US region to search for song details. I wonder if there is a chance to change the region?

for example: https://music.apple.com/jp/album/木漏れ日のエール/1556034319?i=1556034320

this is a Japan region exclusive album. If I use US region to search, it will not show anything.

NextFire commented 1 year ago

You can add country: "JP" in the params object here:

https://github.com/NextFire/apple-music-discord-rpc/blob/b5d1a74d3106d96096cb61f6e3b0c1d754710097/music-rpc.ts#L131-L136

HarlaownLY-Nijigasaki commented 1 year ago

Although it is still not showing the album detail on discord status, thank you for your reply :)