[PR #227] [MERGED] feat: allow configuring status display #769

Closed
opened 2026-05-22 23:59:14 +01:00 by JakeStanger · 0 comments
Owner

📋 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: masterHead: status-display


📝 Commits (2)

  • c0cb562 feat: allow configuring status display
  • 54881fc style: 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), and details (which in my case is the song name)

image image

Maybe the default should be changed? I've left it as name for now which means it'll just show "Listening to music" with the default app id.

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/mpd-discord-rpc/pull/227 **Author:** [@fxzzi](https://github.com/fxzzi) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `status-display` --- ### 📝 Commits (2) - [`c0cb562`](https://github.com/JakeStanger/mpd-discord-rpc/commit/c0cb5625c818c4ebc827ed4460bfadd019a5d343) feat: allow configuring status display - [`54881fc`](https://github.com/JakeStanger/mpd-discord-rpc/commit/54881fc07e0da433f599ebad18c76b6265e39f31) style: format readme ### 📊 Changes **3 files changed** (+81 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+51 -34) 📝 `src/config.rs` (+17 -0) 📝 `src/main.rs` (+13 -1) </details> ### 📄 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), and `details` (which in my case is the song name) <img width="228" height="47" alt="image" src="https://github.com/user-attachments/assets/dc828bc8-a407-4eac-841e-7fa7fd72db97" /> <img width="442" height="179" alt="image" src="https://github.com/user-attachments/assets/35bdbf6b-54e8-4b7b-988d-d49952faaae1" /> Maybe the default should be changed? I've left it as `name` for now which means it'll just show "Listening to music" with the default app id. <img width="233" height="44" alt="image" src="https://github.com/user-attachments/assets/f40f5cfd-80ae-42de-b155-4ebc5c896bd7" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:59:14 +01:00
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#769
No description provided.