[GH-ISSUE #257] Setting display_type has no effect #45

Closed
opened 2026-05-22 22:03:45 +01:00 by JakeStanger · 2 comments
Owner

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:

id = 677226551607033903
hosts = ["localhost:6600"]

[format]
details = "$title"
state = "by $artist, on $album"
timestamp = "both"
large_image = "notes"
small_image = ""
large_text = ""
small_text = ""
display_type = "details"

The output status (remains the same with any value of display_type):
Image

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!

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: ``` id = 677226551607033903 hosts = ["localhost:6600"] [format] details = "$title" state = "by $artist, on $album" timestamp = "both" large_image = "notes" small_image = "" large_text = "" small_text = "" display_type = "details" ``` The output status (remains the same with any value of display_type): <img width="635" height="229" alt="Image" src="https://github.com/user-attachments/assets/9f7e2604-241d-4d00-8c53-3db7fb23f20b" /> 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!
Author
Owner

@JakeStanger commented on GitHub (Jan 6, 2026):

display_type controls the status shown under your name in the member list panel, not in the profile.

Image

Also, how do you configure the program to display artist and album on separate lines like in the preview image?

You can use the large_text property for this.

<!-- gh-comment-id:3716443839 --> @JakeStanger commented on GitHub (Jan 6, 2026): `display_type` controls the status shown under your name in the member list panel, not in the profile. <img width="230" height="56" alt="Image" src="https://github.com/user-attachments/assets/f6cdf89b-adf2-42d2-900c-20b6fa4a36d6" /> <br> > Also, how do you configure the program to display artist and album on separate lines like in the preview image? You can use the `large_text` property for this.
Author
Owner

@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.

<!-- gh-comment-id:3716884141 --> @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.
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#45
No description provided.