-
Notifications
You must be signed in to change notification settings - Fork 228
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
Uploading through Calibre damage KEPUBs #184
Comments
Try this file on your H20: https://kcc.iosphe.re/Samples/Ubunchu-KoAH2O.kepub.epub Upload manually - not using Calibre. |
It's work!!
|
Good. Now only question - Why Calibre doing that? I will need to investigate this matter. |
Could you send me your test file directly from Kobo after Calibre upload? |
Download link: https://www.dropbox.com/s/gtxyzfq6nfbql7k/KCC_Issue_184.zip?dl=0
|
AcidWeb asked for my comments, so... Based on what I can see, the solution is to remove the ",epub" from the filename before adding the book to calibre. The problem is that when you add this book to calibre, the extension says it is an epub. Then, when you send it to the Kobo device, it is sent as an epub and the RMSDK based epub renderer is used. When you manually copy it to the device with the double extension of ".kepub.epub", this will have it treated as a kepub and use the kepub renderer. And the kepub renderer is needed for epub3 books. If the book is added to calibre as a kepub, then calibre will treat it as such and the KoboTouch driver will send it to the device as a kepub. I would recommend installing the KePub Metadata Reader and KePub Metadata Writer plugins. These will allow calibre to get and update the metadata in kepubs. Calibre has some very basic handling of kepubs, but these plugins add the needed support. There are also conversion input and output plugins if you need them, You can also use the KoboTouchExtended driver. With this, when an epub is sent to a Kobo device, it is automatically converted to a kepub. This makes a lot of changes to the epub that the kepub renderer expects. Without them, there will be problems such as remembering the current reading poition. But, for the code in the KCC generated kepubs, this isn't necessary. |
Thank you very much. @davidfor One additional question: Manually uploaded file with extension .kepub is detected correctly by Kobo? Or .kepub.epub is mandatory? |
I tryed rename the "Test Folder.kepub.epub" to "Test Folder.kepub" then |
Ok, It's the next test,, same epub file (created via KCC), all manually upload, just rename: |
OK. So can't do anything about it on KCC side. I will just update documentation. |
The rules are simple:
|
Dears,
I have two ebook reader, Kobo Glo & Aura H2O.
I convert few jpg to epub format, upload to reader with calibre
(no more convert in calibre), Every page is only show half of image.
(The bottom half of image show on top half of display)
Kobo Glo & H2O have same result.
I Tryed every options (Upscale/PNG/Color......) , no change.
(I think maybe kobo can't handle html viewport correct....)
The test files and screenshot & device photo here:
https://www.dropbox.com/s/0w0lfy3tf9qjk7j/KCC%20issue.zip?dl=0
The text was updated successfully, but these errors were encountered: