[GH-ISSUE #255] Possibly incorrect tag? #1377

Closed
opened 2026-05-23 02:58:07 +01:00 by JakeStanger · 1 comment
Owner

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"?

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](https://mpd.readthedocs.io/en/stable/protocol.html#tags). Could this be changed to "musicbrainz_albumid"?
Author
Owner

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

ReleaseId is an alias from the mpd_client crate, but it maps to albumid

github.com/elomatreb/mpd_client@35b860f073/mpd_client/src/tag.rs (L107)

<!-- gh-comment-id:3716407160 --> @JakeStanger commented on GitHub (Jan 6, 2026): `ReleaseId` is an alias from the `mpd_client` crate, but it maps to `albumid` https://github.com/elomatreb/mpd_client/blob/35b860f07319c09497b9c5b9414d2c0181c3f9db/mpd_client/src/tag.rs#L107
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#1377
No description provided.