phin05 / discord-rich-presence-plex

Displays your Plex status on Discord using Rich Presence
MIT License
272 stars 32 forks source link

Dynamic Activity Type #92

Closed VaporyCoder closed 1 month ago

VaporyCoder commented 1 month ago

I think it would be cool if you could script out some kind of if/then or something and it will set the activity type based on whether you are "Watching" or "Listening" to something. Also the new RPC supports proper 9:16 images but I don't know if that is accessible or not Screenshot 2024-08-28 132246 Screenshot 2024-08-28 132334

phin05 commented 1 month ago

Implemented in v2.8.0.

Also the new RPC supports proper 9:16 images but I don't know if that is accessible or not

Could you provide any additional information regarding this? The uncropped poster is being sent to Discord already, but Discord displays it in a cropped 1:1 view and there's no way to control this as far as I can tell.

phin05 commented 1 month ago

Also the new RPC supports proper 9:16 images but I don't know if that is accessible or not

Omitting the small_image seems to make it so that the large_image (poster) is displayed without getting cropped. Implemented in v2.9.0.