mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 14:15:29 +01:00
[GH-ISSUE #255] Possibly incorrect tag? #43
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#43
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 @chowbok on GitHub (Jan 5, 2026).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/255
If I'm reading the code right, it looks for "MusicBrainzReleaseId" in the metadata. But MPD doesn't list that in its list of supported tags. Could this be changed to "musicbrainz_albumid"?
@JakeStanger commented on GitHub (Jan 6, 2026):
ReleaseIdis an alias from thempd_clientcrate, but it maps toalbumidgithub.com/elomatreb/mpd_client@35b860f073/mpd_client/src/tag.rs (L107)