KoboCloud icon indicating copy to clipboard operation
KoboCloud copied to clipboard

No cover on books imported with kobocloud after new upgrade

Open sidecar12 opened this issue 2 years ago • 31 comments

Strange thing appear in my kobo after firmware upgrade 4.32.19501 .. if i charge the book with kobocloud (dropbox) the book is readble but it don't have a cover in the homepage instead of that if i charge the same book with pc throught usb all works fine. Note: the book have inside the correct cover. KOBO Aura ONE Any idea or solution

best regard enrico

sidecar12 avatar Apr 22 '22 13:04 sidecar12

The same issue on Kobo Libra H20 when downloading from GDrive after updating to 4.32.19501

Krzycho666 avatar Apr 23 '22 21:04 Krzycho666

Same here on a Kobo Forma running 4.32.19501

duiffie avatar Apr 27 '22 10:04 duiffie

Same here. Kobo Libra H2O after updating to 4.32.19501(0e55e3f620, 4/14/22).

williamutbult avatar Apr 27 '22 22:04 williamutbult

Same issue with Clara HD at firmware 4.32.19501

anilkarip avatar May 08 '22 19:05 anilkarip

Anyone knows this makes a difference between a "kepub" or "epub"? Anyone has some more information on what might have changed in the Firmware? Or that it is (hidden) folder related or something?

groentebroer avatar May 20 '22 12:05 groentebroer

I did a small test. I uploaded the same book, as KEPUB (file extension: .kepub.epub) and as EPUB (file extension .epub) through KoboCloud.

It displays the cover correctly in the overview for the KEPUB format. It does not display the cover in the overview for the EPUB format. So a workaround is at least saving the EPUB to KEPUB (and properly name the file to work with KoboCloud correctly (e.g. .kepub.epub)).

groentebroer avatar May 20 '22 13:05 groentebroer

Same issue for me 😔, can you please try to fixe this ?

EnzoPoint avatar May 23 '22 22:05 EnzoPoint

Yeah, same. I spent a long time trying to nail it down. I think it has to be this. Kobo Libra H2O. Thanks for your work!

ghost avatar May 31 '22 20:05 ghost

Same issue here with my Clara

Abushawish avatar Jul 25 '22 18:07 Abushawish

Same here with Kobo Libra 2 Solved with kepub conversion

micdabe avatar Aug 04 '22 12:08 micdabe

Also having this issue w/libra h2o I am on firmware 4.33.19759

dirtbaghippy avatar Aug 05 '22 18:08 dirtbaghippy

Experiencing same issue with Libra H2O.

avesst avatar Aug 31 '22 21:08 avesst

Same here with kobo aura one 4.34

salama288 avatar Sep 23 '22 07:09 salama288

Got a new Libra 2 here but the covers don't work (Syncing through Nextcloud). epub or kepub.epub does not make a difference for the cover image.

Copying the exact same file via USB and the cover works perfectly. Strange!

Mattie112 avatar Oct 05 '22 13:10 Mattie112

Same for me. Aura H2O.

vnoel avatar Oct 31 '22 20:10 vnoel

Same issue here on Kobo Clara 2e (Google drive)

DylanDOT avatar Jan 29 '23 08:01 DylanDOT

Same problem with Kobo Clara HD. Is there any solution?

Bastet91 avatar Mar 29 '23 09:03 Bastet91

Is this repo still active? Having this problem as well but doesn't look like a lot of activity.

Love the tool btw, but just wondering if there are more up to date alternatives?

isaacgr avatar Jul 04 '23 00:07 isaacgr

Hi, I'm still keeping an eye on it, but at the moment it's on a "works for me" state and I don't have the resources to fix the problems. I also have a quite old Kobo and can't reproduce most of the problems. Thanks for understanding.

fsantini avatar Jul 04 '23 07:07 fsantini

@isaacgr see the above workaround I posted. I use Calibre to create the kepub format, and give it the extension '.epub', then the covers are displayed fine.

groentebroer avatar Jul 04 '23 09:07 groentebroer

The problem is the way how importing the new files work. The bind mount to a virtual sd card gives me double issues. no cover and double the books. For each file there are 2 books added to the library. This will happen after a connect reconnect with USB when it imports the book correctly with cover. BTW I am using google cloud and adobe digital edition books with DRM on a libra 2. I am poking around telnet to see if there is any other way to update the library. For now I removed the bindmounts in the code. https://github.com/fsantini/KoboCloud/blob/cf7b0bf9d177bfb1a389f719770547f30da5b550/src/usr/local/kobocloud/get.sh#L85 and https://github.com/fsantini/KoboCloud/blob/cf7b0bf9d177bfb1a389f719770547f30da5b550/src/usr/local/kobocloud/udev_mount.sh#L20

divx118 avatar Aug 02 '23 15:08 divx118

Ok after much poking around nothing simple popped up to rescan the library. So I installed https://github.com/shermp/NickelDBus and just put the following command in get.sh and udev_mount.sh. Which works very well. qndb -t 30000 -s pfmDoneProcessing -m pfmRescanBooksFull I pushed the changes to my clone https://github.com/divx118/KoboCloud IMO qndb could be a good option instead of the bind mount. If it is something that you want to merge I could clean up the code and add a check if qndb is available. Then followed with a proper pull request.

divx118 avatar Aug 02 '23 17:08 divx118

Ok after much poking around nothing simple popped up to rescan the library. So I installed https://github.com/shermp/NickelDBus and just put the following command in get.sh and udev_mount.sh. Which works very well. qndb -t 30000 -s pfmDoneProcessing -m pfmRescanBooksFull I pushed the changes to my clone https://github.com/divx118/KoboCloud IMO qndb could be a good option instead of the bind mount. If it is something that you want to merge I could clean up the code and add a check if qndb is available. Then followed with a proper pull request.

I tried your clone but still no cover for me. it works on you?

Bastet91 avatar Sep 28 '23 15:09 Bastet91

Qndb is now used in the latest version of the original KoboCloud. I believe that the cover issue is mitigated by converting the books to kepubs using kepubify. However, I noticed it doesn't always work.

fsantini avatar Sep 28 '23 16:09 fsantini

I confirm that it does not always work, I tested 2 ebooks with the online version of Kebubify and I don't have the cover on my Kobo.

thomas-negrault avatar Oct 24 '23 16:10 thomas-negrault

Just tried KoboCloud and this seems to be an issue still - no cover image. Can anyone else confirm?

svenbox avatar Jan 08 '24 15:01 svenbox