[GH-ISSUE #1] [feature] config option for string formatting #1601

Closed
opened 2026-05-23 03:58:07 +01:00 by JakeStanger · 0 comments
Owner

Originally created by @JakeStanger on GitHub (Mar 5, 2020).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/1

Originally assigned to: @JakeStanger on GitHub.

Add a configuration option to change the string display format for both the details (song title) and state (artist / album) to allow for custom formatting.

For example the current default config options might look like:

[format]
details = "$title"
state = "$artist / $album"

@Phate6660 I spotted your fork, thank you for the inspiration for this and the kind words. I'm glad you like it :)

Originally created by @JakeStanger on GitHub (Mar 5, 2020). Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/1 Originally assigned to: @JakeStanger on GitHub. Add a configuration option to change the string display format for both the details (song title) and state (artist / album) to allow for custom formatting. For example the current default config options might look like: ```toml [format] details = "$title" state = "$artist / $album" ``` --- @Phate6660 I spotted your fork, thank you for the inspiration for this and the kind words. I'm glad you like it :)
JakeStanger 2026-05-23 03:58:07 +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#1601
No description provided.