Dyvinia / PlexampRPC

PlexampRPC displays currently playing Plex music as Discord Rich Presence, while using the proper Album Art
34 stars 3 forks source link

Use "Listening" activity type, add end timestamp #15

Closed wiidotmom closed 1 month ago

wiidotmom commented 1 month ago

RPC now supports specifying Activity Type and rpc-csharp has a prerelease that supports this functionality (I had to add it locally as it's not on nuget yet, first time working with C# windows applications so I wasn't really sure what I was doing). Also, a time bar similar to spotify presence will show on listening activities if you specify an end timestamp. Thankfully, Plex provides a duration value, making this end timestamp easy to determine. image

Dyvinia commented 1 month ago

oh wow ive been waiting for this to be supported for forever