Skip to content
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

How to Change the Status Text #8

Closed
sirplatypos opened this issue Sep 20, 2018 · 4 comments
Closed

How to Change the Status Text #8

sirplatypos opened this issue Sep 20, 2018 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@sirplatypos
Copy link

I have been picking through the source code, and have located the definitions for everything but the status title itself ("Media (mpris2)"). I was wondering where/how to change this, specifically to say the player name instead.

@BobbyWibowo
Copy link

AFAIK you can't change that status message from Discord's RP SDK. It will always use the app name, which is set in your "application". In this case, since we're using Fichte's Client ID, the status name will be "Media (mpris2)", since that's the app name he defined. If you want to change that, the best option is to make your own "application" (https://discordapp.com/developers/applications/), then use its Client ID. However you will then have to re-upload all the assets (player and status icons).

@sirplatypos
Copy link
Author

sirplatypos commented Sep 20, 2018

Thank you so much, I was going nuts trying to figure out where the pictures and such were. I may just make my own, since I only use cmus anyway.
How did he add multiple pictures, or is it just that one?

@FichteFoll
Copy link
Owner

FichteFoll commented Sep 20, 2018

You can add multiple icons to an application. They are then selected with a string identifier.

See also #3 (duplicate).

@FichteFoll
Copy link
Owner

FWIW, I intend to make the client ID a configuration option and have player-specific overrides for #3, so you will be able to change the app more easily.

Closing as a duplicate.

@FichteFoll FichteFoll added the duplicate This issue or pull request already exists label Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants