mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 18:15:29 +01:00
[GH-ISSUE #23] Question how to set the image #1345
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#1345
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 @seniorkiller on GitHub (Apr 29, 2022).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/23
so reading through the readme file i cant find anything related to changing the image that shown in the discord other than removing it. so how does it work? is it harcoded to only show it or hide it or you can set it to whatever you want? what i wanted is to use from the music file it self(file thumbnail or something not sure what it called) but not sure how.
it will be nice if theres some other description relate to it in the documentation.
@JakeStanger commented on GitHub (Apr 30, 2022):
Discord doesn't offer a lot of control over images unfortunately, but basically:
notes, which can be changed in the config file)notesimage for the app and shows that in the clientBy creating your own app registration, uploading your own assets and then updating the config with your own app id and small/large asset names you can set a custom static image. You won't be able to do anything dynamic like setting it to the current album art though as Discord simply doesn't support it I'm afraid.
@seniorkiller commented on GitHub (May 1, 2022):
Thanks for answering, anyway should i close this issue?
Im done with my question but it might be useful to others
@JakeStanger commented on GitHub (May 1, 2022):
Yeah I'll close this now, the thread will remain here in case anybody else does have the same question.