-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Dynamically set Application name ("Playing ...") #375
Comments
The AliucordRN RichPresence plugin has the ability to do this: @amsyarasyiq any tips on how we can do this? |
It should be possible from what I know of the Discord RPC API. There is a field for I would 100% support this being added. I have numerous use cases for this and it seems logical given that most people tend to only glance at quick status, which only displays the activity name. I do this myself and it is annoying that you need a different client ID for every different custom app, since Discord limits the amount of applications you can have. |
Another reference: Vencord CustomRPC plugin |
No, it is not possible from a real application. The only reason why modified Discord clients could is because it manually set the application name, bypassing the default behavior (which is fetching the application name from the ID). |
It is possible because you expose your discord token :( |
It's like with Spotify, you can create account there and link discord, when you link discord, you expose your discord token, so that they can detect activity. |
Rich Presence doesn't expose your token to anyone. |
Then how people is able to change the status to |
any news on that? |
In order to actually change statuses to those, you need to extract actual user token. And use something else than this library. For example discord bots allow that feature because we literally parse the token of bot (like a user). And then using API calling specific code to change status to whatever you like. So in here, in this library, there will be no ability to add this feature unless to add the authentication, extracting user token and etc. To allow such functionality. This library is perfect for making "Game" activity. |
Rich Presence does not support dynamically setting a custom App Name (as in "Now Playing ..."). It instead takes the App Name from the Application Name from under https://discordapp.com/developers.
The vast majority of people don't click on profiles to see rich presence details, this would be very useful for music/movies etc app rich presence support.
It's the difference between 99% of people seeing ie. "Playing <song title/artist>" instead of "Playing Music" or such.
It's a feature that even MSN messenger supported.
This Issue is a continuation of #54 that got inexplicably closed.
The text was updated successfully, but these errors were encountered: