03-23-2020, 02:34 AM
@Lttlwing16
Looks like the Wikipedia article's caveat applies. Apparently mediainfo can find the metadata where Kid3 stashed it in your file(s) but the MPD plugin can't.
Here's the MPD output while playing the .wav file I used as an example above (this time a test player with hostname moode3a):
Both mediainfo and MPD found the metadata for this file.
I expect there are open-source RIFF file analyzers which could ferret out the difference in metadata location between my file and yours, but I don't have any.
In my case, I just rip everything to FLAC format, where the "L" stands for lossless. This file format has a well-defined location for metadata, stored as a VORBIS comment.
Regards,
Kent
Looks like the Wikipedia article's caveat applies. Apparently mediainfo can find the metadata where Kid3 stashed it in your file(s) but the MPD plugin can't.
Here's the MPD output while playing the .wav file I used as an example above (this time a test player with hostname moode3a):
Code:
pi@moode3a: $ telnet localhost 6600
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
OK MPD 0.21.11
currentsong
file: NAS/OMV-SMB/DBPowerAmp/Kronos Quartet/Night Prayers/04 John Sherba-Joan Jeanrenaud-David Harrington-Hank Dutt-Kronos Quartet - String Quartet No.4, with tape.wav
Last-Modified: 2017-08-31T18:04:08Z
Artist: John Sherba Joan Jeanrenaud David Harrington Hank Dutt Kronos Quartet
Album: Night Prayers
Title: String Quartet No.4, with tape
Track: 4
Genre: Chamber Music
Date: 1994
Time: 714
duration: 714.133
Pos: 47
Id: 48
OK
Both mediainfo and MPD found the metadata for this file.
I expect there are open-source RIFF file analyzers which could ferret out the difference in metadata location between my file and yours, but I don't have any.
In my case, I just rip everything to FLAC format, where the "L" stands for lossless. This file format has a well-defined location for metadata, stored as a VORBIS comment.
Regards,
Kent