[GH-ISSUE #15] Customization #542

Closed
opened 2026-05-22 23:58:27 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @worldpe on GitHub (Sep 9, 2021).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/15

Is there any built in way to modify the value of the game being played from 'music', in addition, is there any way to change the image?

Originally created by @worldpe on GitHub (Sep 9, 2021). Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/15 Is there any built in way to modify the value of the game being played from 'music', in addition, is there any way to change the image?
Author
Owner

@JakeStanger commented on GitHub (Sep 9, 2021):

This is controlled by the Discord app registration itself.

If you go to https://discord.com/developers/ you can create an application and give it whatever name/image you want and set up the rich presence asset(s). You can then change the id value in your config file to use that.

There is a hard coded reference to a rich presence asset called notes so you must have one called that for it to work.

<!-- gh-comment-id:915874769 --> @JakeStanger commented on GitHub (Sep 9, 2021): This is controlled by the Discord app registration itself. If you go to https://discord.com/developers/ you can create an application and give it whatever name/image you want and set up the rich presence asset(s). You can then change the `id` value in your config file to use that. There is a [hard coded reference](https://github.com/JakeStanger/mpd-discord-rpc/blob/b58c98e2ca7ea115c3202a4d607a6d7981c185bb/src/main.rs#L81) to a rich presence asset called `notes` so you must have one called that for it to work.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#542
No description provided.