-
Notifications
You must be signed in to change notification settings - Fork 691
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
Default cover is not generated in ePub #113
Comments
A bit tweak should suffice. Before digging in, I'd like to underline some general knowledges about EPUB specification.
For some reason in the third version they deprecate the .opf format and substitute with .ocf. More info on wikipedia. Anyway, I extend
and append the other in manifest ,
You were right about cover.* but not always the case, thus I present another method to extract path/to/real/cover from api not the thumbnail as in get_default_cover()
Hope that help solve your problem and please feel free to contribute. |
Use Calibre's |
The ePub is generated well, but the default cover is not present in the book. On Apple Books, this means that i don't see the image of the cover, only a text with the name of the book.
If I convert from ePub to ePub in calibre, I do get the cover, however this messes up other indentation parts of the book.
I think the default is just a cover.jpeg at the root of the folder (not really sure, I just checked the output of the calibre generated ePub)
The text was updated successfully, but these errors were encountered: