09-12-2020, 12:58 PM
FYI, here's what the mpd protocol reports for one of your tracks:
This is mpd v0.21.24 (which echoes "OK MPD 0.21.11" because the protocol version increments more slowly than the software version; a source of confusion.)
Note that MPD is pretty cavalier about the case of labels. Fortunately, the mpc commands and also the protocol commands seem to crush the case, so "mpc list MuSiCbRaInZ_aLbUmId", "mpc list musicbrainz_albumid", and "mpc list MUSICBRAINZ_ALBUMID" all return the same list; similarly for the protocol list command.
Regards,
Kent
Code:
currentsong
file: SDCARD/In Step-albumid_tags/In Step_EK45024/01 The House Is Rockin'.flac
Last-Modified: 2020-09-11T18:50:47Z
Genre: Test
OriginalDate: 1989-06-06
MUSICBRAINZ_ALBUMID: 78cd46b0-d661-3e57-81c8-fcfd54b4b391
Performer: Chris Layton (membranophone and percussion)
Performer: Tommy Shannon (bass guitar)
Performer: Stevie Ray Vaughan (guitar family)
Performer: Reese Wynans (keyboard)
Performer: Stevie Ray Vaughan (vocals)
MUSICBRAINZ_ALBUMARTISTID: e3c8b0c8-3fa0-464b-b1f5-119cb52d3817
AlbumArtist: Stevie Ray Vaughan and Double Trouble
AlbumArtistSort: Vaughan, Stevie Ray and Double Trouble
Label: Epic
Album: In Step
Date: 1989
Disc: 1
MUSICBRAINZ_TRACKID: 98ade8e0-2681-4896-b3ae-5fc44cab7d2c
MUSICBRAINZ_ARTISTID: e3c8b0c8-3fa0-464b-b1f5-119cb52d3817
Artist: Stevie Ray Vaughan and Double Trouble
ArtistSort: Vaughan, Stevie Ray and Double Trouble
Title: The House Is Rockin'
MUSICBRAINZ_RELEASETRACKID: 2f06aafb-728a-37a7-b24c-15e7f2061c1d
Track: 1
Time: 32
duration: 32.026
Pos: 63
Id: 64
OK
This is mpd v0.21.24 (which echoes "OK MPD 0.21.11" because the protocol version increments more slowly than the software version; a source of confusion.)
Note that MPD is pretty cavalier about the case of labels. Fortunately, the mpc commands and also the protocol commands seem to crush the case, so "mpc list MuSiCbRaInZ_aLbUmId", "mpc list musicbrainz_albumid", and "mpc list MUSICBRAINZ_ALBUMID" all return the same list; similarly for the protocol list command.
Regards,
Kent