mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 09:15:30 +01:00
[PR #227] [MERGED] feat: allow configuring status display #233
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#233
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/227
Author: @fxzzi
Created: 8/19/2025
Status: ✅ Merged
Merged: 8/19/2025
Merged by: @JakeStanger
Base:
master← Head:status-display📝 Commits (2)
c0cb562feat: allow configuring status display54881fcstyle: format readme📊 Changes
3 files changed (+81 additions, -35 deletions)
View changed files
📝
README.md(+51 -34)📝
src/config.rs(+17 -0)📝
src/main.rs(+13 -1)📄 Description
As noticed by the spotify rpc integration a while ago, it recently changed from showing "Listening to Spotify", to "Listening to <ArtistName>". This was then enabled for regular rpc here: https://discord.com/developers/docs/change-log#clickable-links-and-customizable-statuses-in-rich-presence
Then implemented in discord-presence here: https://github.com/jewlexx/discord-presence/pull/143
This PR simply exposes an option to switch between
name(default),state(which in my case is the artist name), anddetails(which in my case is the song name)Maybe the default should be changed? I've left it as
namefor now which means it'll just show "Listening to music" with the default app id.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.