PKBeam / AMWin-RP

A Discord Rich Presence client for Apple Music's native Windows app.
GNU General Public License v3.0
525 stars 28 forks source link

Show Discord RP status as "Listening" instead of "Playing" #114

Closed hadocafes closed 1 month ago

hadocafes commented 3 months ago

Version Info AMWin-RP ES (v. 1.4.5)

Here’s a suggestion

Maybe replace Playing with the new Listening status for the Rich Presence (https://discord.com/developers/docs/game-sdk/activities#data-models-activitytype-enum).

Image 1

wiidotmom commented 2 months ago

I think this would require completely rewriting AppleMusicDiscordClient to use GameSDK instead of the legacy RPC library.

mickeida commented 2 months ago

It is not necessary at all, it should work with Discord RPC. The "discord-rpc-csharp" library still needs to be updated. See https://github.com/Lachee/discord-rpc-csharp/issues/251

wiidotmom commented 2 months ago

My apologies, I wasn't aware that RPC was still receiving updates

TheWeatherIsCool commented 1 month ago

https://github.com/Lachee/discord-rpc-csharp/pull/255 It looks like someone submitted a pull request to add support for setting activity types, but it hasn't been reviewed for a week now.

Void48 commented 1 month ago

Lachee/discord-rpc-csharp#255 It looks like someone submitted a pull request to add support for setting activity types, but it hasn't been reviewed for a week now.

It’s been merged, so when can we please expect a new update that includes the Listening activity? Thanks, @PKBeam :shipit:

PKBeam commented 1 month ago

Lachee/discord-rpc-csharp#255 It looks like someone submitted a pull request to add support for setting activity types, but it hasn't been reviewed for a week now.

It’s been merged, so when can we please expect a new update that includes the Listening activity? Thanks, @PKBeam :shipit:

After the newest version of the library is released to NuGet.

PKBeam commented 1 month ago

Will be implemented with 1.4.7 (releasing soon)

image