mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 11:15:27 +01:00
[GH-ISSUE #199] Ability to use local album art instead? #1366
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#1366
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 @frostyfalls on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/199
Hey there, this is great software, however I'd rather use my local art that I curate rather than MusicBrainz as a dataset. I see this isn't possible, but would this be a consideration in the future?
Thanks!
@JakeStanger commented on GitHub (Mar 18, 2025):
Hey, unfortunately this is not feasible. Discord requires a (public-facing) URL for images. I've chosen Musicbrainz (album art archive) as it provides a public API which doesn't require authentication so that it Just Werks.
I would be open to PRs introducing support for other image hosts alongside the existing one, but won't be adding this myself.