mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 10:15:28 +01:00
[PR #2] [MERGED] Add formatting configuration options #583
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#583
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/2
Author: @JakeStanger
Created: 3/11/2020
Status: ✅ Merged
Merged: 3/13/2020
Merged by: @JakeStanger
Base:
master← Head:feat/formatting-config📝 Commits (10+)
4388893docs: add keywords1caf5fdMerge branch 'master' of github.com:JakeStanger/mpd-discord-rpc713313bchore: add regex support8f50f82feat: add config option for formatting with token support468b958docs(readme): add new config option details, badgese11a403feat: elapsed support78956aerefactor: run formatter, fix config indentation7d0cc25Fancier error handling in that match statemente94b5destatic -> const7f92219Removed some unessesarry references📊 Changes
4 files changed (+159 additions, -14 deletions)
View changed files
📝
Cargo.lock(+43 -0)📝
Cargo.toml(+2 -0)📝
README.md(+36 -1)📝
src/main.rs(+78 -13)📄 Description
Adds ability to configure the formatting of the details and state strings in Discord.
Includes support for tokens within the string to use MPD values. More details in updated readme.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.