nint8835-archive / iTunesRichPresence

Bring iTunes now playing information to Discord using Rich Presence
https://itunesrichpresence.com
MIT License
274 stars 44 forks source link

Hack for JP iTunes and Unicode Metadata Support #3

Closed FukujiMihoko closed 6 years ago

FukujiMihoko commented 6 years ago

Ideally, we'd use RichPresenceNative wrappers instead of the RichPresence ones and the same logic I used here, but this works (feel free to make the needed changes to use IntPtr instead of string into RichPresenceNative and not accepting this PR). I also added logic for the Japanese Music playlist (ミュージック), but other playlist names could be necessary.

nint8835 commented 6 years ago

Hey, thanks for fixing that issue! I'll test out your pull request within a week or two to ensure everything works, and then I'll go ahead and merge it.