05-28-2024, 08:38 PM
Sorry I've been MIA on this issue. Got a health scare soon after I downloaded the MP3 file from the OP (@haeckse ) and I've been spending time in waiting rooms . [To quote my grandmoter, who stole it from someone else I'm sure, "growing old is not for sissies." Oh well, it beats the alternative.]
As I read through @ftw64 's adventure digging in the bowels of Zend, I'm reminded that I found curiosities with the file jup.mp3. One is that it does not contain an APIC frame. The embedded coverart is apparently contained in a second MPEG stream. As well, outout of various tools such as ffprobe
and mp3diags
A side effect of this is that my moOde 9.0.0. player doesn't display either a thumbnail or the full cover. I haven't had time to explore removing the second stream and writing the coverart instead in an APIC frame.
Regards,
As I read through @ftw64 's adventure digging in the bowels of Zend, I'm reminded that I found curiosities with the file jup.mp3. One is that it does not contain an APIC frame. The embedded coverart is apparently contained in a second MPEG stream. As well, outout of various tools such as ffprobe
Code:
...
[mp3 @ 0x5579135d8ec0] Skipping 835 bytes of junk at 29460.
---
and mp3diags
Code:
...
- WARNING: ID3V2 tag doesn't have an APIC frame (which is used to store images). [0]
- WARNING: File contains null streams. [29460]
...
A side effect of this is that my moOde 9.0.0. player doesn't display either a thumbnail or the full cover. I haven't had time to explore removing the second stream and writing the coverart instead in an APIC frame.
Regards,