mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 07:15:27 +01:00
[PR #17] [MERGED] Added config options #325
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#325
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/17
Author: @OliverKovacs
Created: 2/21/2022
Status: ✅ Merged
Merged: 2/21/2022
Merged by: @JakeStanger
Base:
master← Head:master📝 Commits (1)
fc2d840Added new config options📊 Changes
5 files changed (+80 additions, -6 deletions)
View changed files
📝
.gitignore(+1 -0)📝
README.md(+8 -0)📝
src/config.rs(+20 -2)📝
src/defaults.rs(+4 -0)📝
src/main.rs(+47 -4)📄 Description
Added the config options
large_imageandsmall_imagefor choosing the name of the rich presence asset that gets displayed as the corresponding image. This enables displaying two different images or disabling them by setting keys to"".Also added the config options
large_textandsmall_textwith format strings that get displayed upon hovering the corresponding image. They can be disabled by setting the keys to"".Closes #15
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.