Hi,
I think the attached patch fixes an issue with reading Picture metadata: The number of bytes read was decreased by 32 when reading the description string for the picture, but I think it should have been decreased by 8 * <description string="" size=""> instead.</description>
This misread was then propagated to the following readings, resulting in EOFExceptions.
Cheers,
Nico