View Single Post
Old 07-10-2021, 11:31 AM   #4
DrChiper
Bookish
DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.
 
DrChiper's Avatar
 
Posts: 1,033
Karma: 2006208
Join Date: Jun 2011
Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11
Also, Kobo software is picky about the fact that the used file extensions must match the file internal format. Hence, file extension .CBR (RAR compression) and file extension .CBZ (ZIP compression) must correspond to the file contents. I've seen myself that mismatched files did not show up in the e-reader.

You can check this with the aid of for instance the Notepad++ editor whether the first 2-4 bytes of the file (=magic number) corresponds with the extension:
  • CBR files must start with Rar!
  • CBZ files must start with PK
When needed, adjust the file extension to the real file internal format.
DrChiper is offline   Reply With Quote