Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Ripped Vinyl Metadata
#13
@Lttlwing16

I did a deep dive into one of my tagged .wav files.

I first used the Linux strings command to extract sequences of 4 or more ASCII characters from the file and then did a little grep'ing through the result.

Turns out the metadata created by dBpoweramp are stored in an LIST_INFO chunk, just as the Wikipedia article suggests they should be. Here's a raw dump of the strings content of that chunk: 

Code:
LIST
INFOIPRD
Night Prayers
IARTF
John Sherba
Joan Jeanrenaud
David Harrington
Hank Dutt
Kronos Quartet
ISFT
dBpoweramp Release 15.3
IGNR
Chamber Music
TORG
Nonesuch
ISRF
CD (Lossless)
INAM
String Quartet No.4, with tape
ITRK
ICRD
1994
id3
TIT2
String Quartet No.4, with tape
TALB
Night Prayers
TENC
dBpoweramp Release 15.3
TPUB
Nonesuch
TSSE
-compression="PCM"
TMED
CD (Lossless)
TCON
Chamber Music
TCMP
TYER
1994
TRCK
TPOS
TPE1
John Sherba/Joan Jeanrenaud/David Harrington/Hank Dutt/Kronos Quartet

What we see here are some RIFF INFO fields with ids such as IPRD and IARTF followed by ID3v2.3 fields with ids such as TIT2, etc.

It would seem that the MPD plugins are able to locate this chunk and use the information to populate its database for that track.

The fact that, in your case, mediainfo could find the metadata in your .wav file but MPD plugins couldn't suggests to me that Kid3 hung an ID3v2.3 tag ("tag" in the sense of the specification-defined block of metadata) somewhere else. I've seen a similar thing happen before with a misconfigured tag editor applied to a FLAC file.

Bottom line: WAV files can be tagged successfully for use in moOde but your issue suggests Kid3 isn't the right tool to do it (or at least wasn't configured to do so, if there are relevant configuration settings. Don't ask; I have no idea what/where).

Regards,
Kent
Reply


Messages In This Thread
Ripped Vinyl Metadata - by Lttlwing16 - 03-22-2020, 10:14 PM
RE: Ripped Vinyl Metadata - by TheOldPresbyope - 03-22-2020, 10:59 PM
RE: Ripped Vinyl Metadata - by Lttlwing16 - 03-23-2020, 01:14 AM
RE: Ripped Vinyl Metadata - by Lttlwing16 - 03-23-2020, 01:23 AM
RE: Ripped Vinyl Metadata - by Tim Curtis - 03-23-2020, 01:28 AM
RE: Ripped Vinyl Metadata - by Tim Curtis - 03-23-2020, 01:19 AM
RE: Ripped Vinyl Metadata - by TheOldPresbyope - 03-23-2020, 01:25 AM
RE: Ripped Vinyl Metadata - by Lttlwing16 - 03-23-2020, 01:34 AM
RE: Ripped Vinyl Metadata - by Tim Curtis - 03-23-2020, 01:40 AM
RE: Ripped Vinyl Metadata - by Lttlwing16 - 03-23-2020, 02:03 AM
RE: Ripped Vinyl Metadata - by Tim Curtis - 03-23-2020, 02:10 AM
RE: Ripped Vinyl Metadata - by TheOldPresbyope - 03-23-2020, 02:34 AM
RE: Ripped Vinyl Metadata - by TheOldPresbyope - 03-23-2020, 02:40 PM
RE: Ripped Vinyl Metadata - by Lttlwing16 - 03-23-2020, 05:55 PM
RE: Ripped Vinyl Metadata - by otto52 - 03-24-2020, 01:21 PM
RE: Ripped Vinyl Metadata - by Lttlwing16 - 03-24-2020, 01:43 PM
RE: Ripped Vinyl Metadata - by TheOldPresbyope - 03-24-2020, 01:56 PM

Forum Jump: