fire-eggs / DarkThumbs

Adds thumbnail preview to Windows Explorer for EPUB, FB2, DJVU and Kindle ebooks; 7Z, CB7, CBZ, CBR, RAR and ZIP archives.
452 stars 23 forks source link

content.opf cover metadata is not used for selecting the thumbnail image? #41

Closed tkauppin closed 2 years ago

tkauppin commented 2 years ago

Is it so that metadata information is not used to select the correct cover image?

With some epub files DarnkThumbs selects some other file for the thumbnail.

fire-eggs commented 2 years ago

The epub support tries to use the metadata to select the cover image. If DarkThumbs fails to parse the metadata for whatever reason, the code will then select the first image found in the archive.

I've already found several situations where extra work is required to decipher the metadata to get the "correct" cover.

Without a couple of sample epubs that show the problem, I won't be able to investigate this.

fire-eggs commented 2 years ago

No sample files provided. Closed as unable to investigate.