tnychn / mpv-discord

🎈 A cross-platform Discord Rich Presence integration for mpv with no external dependencies.
MIT License
172 stars 14 forks source link

Possible to change 'Playing A Game' #20

Closed theoneandonly-1 closed 3 years ago

theoneandonly-1 commented 3 years ago

Activity type Enum is a parameter in Discord that can display what the rich presence is playing .e.g Streaming, Playing etc https://discord.com/developers/docs/game-sdk/activities#data-models-activitytype-enum

Is it possible to set that in the config file?

theoneandonly-1 commented 3 years ago
Screenshot 2021-05-25 at 14 46 41

This is what it shows when playing a Soundcloud stream

RythenGlyth commented 3 years ago

I don't think this will work, the docs you linked say

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.

tnychn commented 3 years ago

I don't think this is possible. Only the Playing type can be customized with status text. Other types are for other particular usages.