mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 08:15:27 +01:00
[PR #259] [MERGED] feat: configurable activity button for searching active song on another platform #1326
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#1326
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/259
Author: @ReallyWeirdCat
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @JakeStanger
Base:
master← Head:master📝 Commits (3)
828b94afeat: configurable activity button for searching active song on another platform7ec612drefactor: remove button_enabled parameter and implement support for two buttonsb1920e8doc: update readme to document button configuration📊 Changes
3 files changed (+71 additions, -3 deletions)
View changed files
📝
README.md(+9 -1)📝
src/config.rs(+12 -0)📝
src/main.rs(+50 -2)📄 Description
Really liked the project, thought about rich presence buttons.
Seen discussion in this issue and decided to make a simpler implementation while there isn't anything else. This basically makes a configurable search query link to a preferred platform in hopes that people will be able to find the song there.
The 3 new parameters are generated in the config by default:
Here's how it may look like:

If disabled or text/link aren't specified, the button will not be added.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.