Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPUB3 support #31

Closed
fire-eggs opened this issue Oct 19, 2021 · 9 comments
Closed

EPUB3 support #31

fire-eggs opened this issue Oct 19, 2021 · 9 comments
Labels
enhancement New feature or request

Comments

@fire-eggs
Copy link
Owner

Copied over from issue #15

After doing that, I've noticed that no covers are displayed for EPUB3 files, but I think that this format isn't fully supported yet. You can't probably read an AZW3 file in an ebook reader, and as for Calibre, which supports any format, it's able to read the ebook, but it doesn't provide the cover either. Therefore, there must be something tricky about covers in EPUB3.

Just in case, I've created a ZIP file containing EPUB3 ebooks from Standard Ebooks (https://standardebooks.org/):

https://drive.google.com/file/d/1Lvfj9IQLMzXvTqnch1FpbZNLskuXskma/view?usp=sharing

Again, there must be something peculiar about this format, as it's hard to find support for it, so don't bother too much. Thanks!

@fire-eggs fire-eggs added the enhancement New feature or request label Oct 19, 2021
@vivadavid
Copy link

Hi! I'm not sure if you've done something to support EPUB 3 files in the updated 1.4 version, but just in case, the covers are still not shown.

@fire-eggs
Copy link
Owner Author

I've found two things going on with EPUB3 files [using the samples you helpfully provided!!]

  1. The standard has changed. The metadata tags which specify the cover image are different from what DarkThumbs is searching for.
  2. The standard fallback - i.e. to use the first found image - isn't working with the samples because the cover is a SVG file. DarkThumbs V1.x doesn't support SVG images.

My thanks for bringing this to my attention!

@vivadavid
Copy link

Hi, @fire-eggs !

Judging by the comments I've been reading for a while, I knew there was something tricky about the EPUB3 format: not even Calibre can display the cover of these ebooks. I don't think there are many EPUB3 ebooks around anyway. Standard Ebooks, for example, provides their ebooks in three other formats: AZW3, EPUB and EPUB for Kobo.

Thank you spending time on this issue!

@fire-eggs
Copy link
Owner Author

The "EPUB3" metadata issue was fixed. Lack of SVG support tracked in issue #34. Nothing further to do for this issue.

@vivadavid
Copy link

Thank you, @fire-eggs ! Will you be releasing an update soon?

@fire-eggs
Copy link
Owner Author

The sample EPUB3 files [those without SVG] have been working for some time now. I'm not sure why I didn't close this issue earlier.

But yes, I'm working on a minor update to release "soon".

@vivadavid
Copy link

Hi, @fire-eggs,

Any updates on this? I still can't see the thumbnails for epub3 files (for example, those downloaded from the Standard Ebooks website).

Thanks in advance!

@fire-eggs
Copy link
Owner Author

Hi, David. Thanks for the query! Due to a family crisis, I lost the latter half of 2022. Picking up the pieces I hope to get back on this with the New Year 2023.

Please watch issue #34 : the "advanced epub"s from Standard Ebooks belong in that issue.

@vivadavid
Copy link

Hi, David. Thanks for the query! Due to a family crisis, I lost the latter half of 2022. Picking up the pieces I hope to get back on this with the New Year 2023.

Please watch issue #34 : the "advanced epub"s from Standard Ebooks belong in that issue.

Sorry to hear about your family crisis. I hope things get better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants