mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 20:15:29 +01:00
[GH-ISSUE #257] Setting display_type has no effect #45
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#45
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?
Originally created by @nezzled on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/257
Hello, I am using 1.9.0 from the AUR and setting the display_type value in my config doesn't seem to have any effect on the actual status text. I have tried all three values and they all output the same text.
Here is my config file:
The output status (remains the same with any value of display_type):

Also, how do you configure the program to display artist and album on separate lines like in the preview image? I couldn't find an option for that. Thanks!
@JakeStanger commented on GitHub (Jan 6, 2026):
display_typecontrols the status shown under your name in the member list panel, not in the profile.You can use the
large_textproperty for this.@nezzled commented on GitHub (Jan 7, 2026):
Thanks! Sorry, I wasn't aware discord used different text for the member list panel and profile; I had a status set so it didn't show. I appreciate the help, sorry for such a simple question.