phin05 / discord-rich-presence-plex

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

Feature request: Change "playing" to "watching" and switch "Plex" with a configurable string. #90

Closed RenNagasaki closed 2 months ago

RenNagasaki commented 3 months ago

Hey, I'd like to show what I'm watching but not where (Plex). And I'd like to show it as Watching "Movie/Series/Anime" instead of Playing "Movie/Series/Anime"

Kind regards.

phin05 commented 3 months ago

"Plex" can't be completely removed, but to change it, you'll have to create your own application at https://discord.com/developers/applications and use that application's ID here. You can name the application what you want to be displayed. You'll also have to add the app icon and the four required images under rich presence assets: logo, playing, paused, buffering.

Changing "playing" isn't possible. Refer to: https://github.com/phin05/discord-rich-presence-plex/issues/33#issuecomment-1123555125 https://github.com/phin05/discord-rich-presence-plex/issues/73#issuecomment-1830542353 https://github.com/phin05/discord-rich-presence-plex/issues/81

phin05 commented 1 month ago

Discord allows changing the activity type now. Implemented in v2.8.0.