11-04-2022, 11:54 PM
(11-04-2022, 11:25 PM)TheOldPresbyope Wrote: Be sure to account for the possibility that the value of the pointer can be zero (when there is no ID3v2 tag present).
Regards,
Kent
In that case, the beginning of the tag will be assumed to be at offset 0, where there is no "ID3" string ("DSD " is there, instead), and the Zend library will fail as it does now, and produce no picture.
Actually, now it fails exactly because it always looks for "ID3" at offset 0, where it is (seems to be so) supposed to be for the .mp3s
Cheers, Al.