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

Suggestion: Change "Playing a game" to "Listening to" #85

Closed maxoliinyk closed 4 months ago

maxoliinyk commented 4 months ago

There are some Apple Music RPCs that show "Listening to Apple Music", and it makes more sense than "Playing Apple Music"

image
NextFire commented 4 months ago

AFAIK https://github.com/NextFire/apple-music-discord-rpc/issues/28#issuecomment-1185226351 and https://discord.com/developers/docs/game-sdk/activities#data-models-activitytype-enum

ActivityType is strictly for the purpose of handling events that you receive from Discord; though the SDK/our API will not reject a payload with an ActivityType sent, it will be discarded and will not change anything in the client.

Either this person is not using the RPC protocol, or is using an unofficial endpoint, or is a selfbot. The second and last ones do not comply with Discord's ToS.

NextFire commented 4 months ago

I tried to set type: 2 and it still doesn't work

NextFire commented 4 months ago

Also see https://github.com/discordjs/RPC/pull/149#issuecomment-907485454

maxoliinyk commented 4 months ago

Well, that's unfortunate

Btw, that person uses Cider, and it's closed-source sadly, so no way to know how it works that way