Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 09-18-2022, 09:31 PM   #811
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,234
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by pazos View Post
I don't have a Kobo since 2017 but IIRC the RMSDK shows the same kind of "real pages" like KOReader does (see attachment)

The only difference is that KOReader follows the spec and thus require a proper epub(3) that features that and Adobe does its nasty magic on all kind of epubs.
RMSDK uses Adobe synthetic page-map algorithm if a page-list or pagemap is not present.
  • Determine a compressed byte length of each resource which is referenced in the spine, subtracting any known encryption overhead (IV size)
  • Assume that there is a page for each 1024 compressed bytes in each resource, rounding up to the nearest whole number of pages for each resource
  • To map page breaks into a resource, use the number of pages for the resource as determined in step 2, count the number of Unicode characters in the resource; distribute synthetic page breaks in the resource evenly between the characters by dividing the number of characters by the number of pages; if the number of characters don’t divide evenly among the pages, round the number of characters per page up and let the last “page” contain less characters than the rest.

If you happen to have a Base64 encoded image, it will do terrible things to the page count.

If the ebook does not have a physical edition but does have a pagemap or page-list, it does cause a certain degree of curiosity as to where those number come from.
DNSB is offline   Reply With Quote
Old 09-22-2022, 02:29 PM   #812
johnydon3
Enthusiast
johnydon3 began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Sep 2022
Device: Clara HD, Nook Glowlight Plus (2015), Kindle 4, x2 Kindle Basic 10gen
So finally i decided to install both Plato and Koreader in my Clara HD, but i have 2 questions before doing that, does Plato accept startdict dictionaries like Koreader or do i need a specific format? and last question, how can i uninstall them in case i just dont want to have them anymore?
johnydon3 is offline   Reply With Quote
Advert
Old 09-23-2022, 10:56 AM   #813
vugtitan
Addict
vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.
 
Posts: 299
Karma: 1042776
Join Date: Aug 2010
Device: none
Kobo Mini

Quote:
Originally Posted by NiLuJe View Post
Alternatively, I've also come up with small scripts to automate the process somewhat, with a few caveats:
  • They rely on decently recent features, on every platform (i.e., Windows 10, a not terribly outdated macOS version, and a decently recent Linux distribution).
  • They'll only behave properly with a *single* Kobo plugged to the computer. Running 'em with *no* Kobo plugged in is safe, running 'em with multiple Kobos may lead to unexpected behavior: it may be handled sanely, but it might not.
  • On macOS, this doesn't protect you from some of its stupid "Quality of Life" features. Of particular interest here, Safari and its tendency to do stupid things with ZIP archives. If you don't want to change your Safari settings, you'll have to fish out the original ZIP archive from your Trash.
  • Most browsers will treat the Windows script as a text file, so you'll have to Right Click > Save Link As (or Download Linked File in Safari) on the link to download it.
  • Every OS allows you to eject an USB device safely, without having to unplug it. Always do that. Only unplug it as a last resort.
  • Don't download the packages onto the device itself, that's unnecessary, and may actually complicate matters on Linux & macOS.

With that out of the way, here's what this is supposed to automate: figuring out where the Kobo is mounted, asking you to confirm what you want to install, and properly unpacking the right archive. This will also automatically prevent Nickel from scanning *nix hidden folders on FW 4.17+.

Note that, in addition to the packages in the first post, the scripts also handle KFMon's standalone install package, to quickly restore functionality after a FW update, for instance .

Onwards!

Windows:
  1. Check the previous message, and download the ZIP package that you're interested in.
  2. Download the Windows install script, in the same folder.
  3. Run the install.ps1 script with PowerShell (Right Click > Run with PowerShell).
    That should look like this:
  4. Follow the on-screen instructions.
  5. Safely eject your Kobo, watch it process & reboot .

macOS:
  1. Check the previous message, and download the ZIP package that you're interested in, remembering the macOS/Safari quirks I mentioned above.
  2. Download the macOS install script archive, and unzip it in the same folder.
  3. Run the install.command script (Right Click > Open > Then click Open in the GateKeeper popup).
    That should look like this:

  4. Follow the on-screen instructions. Close the window when it's done.
  5. Safely eject your Kobo, watch it process & reboot .

Linux:
  1. Check the previous message, and download the ZIP package that you're interested in.
  2. Download the Linux install script archive, and unzip it in the same folder.
  3. Run the install.sh script with your favorite terminal emulator.
    Here's how it looks like on KDE:
  4. Follow the on-screen instructions. Close the window when it's done.
  5. Safely eject your Kobo, watch it process & reboot .

And that's it! For reference, here's how the script's output could look like:

Will this work on Kobo Mini?

Biggest problem is there no back or forward buttons on search. You have to go main menu and search again. Curse the lazy designers.

Will this fix that problem?
vugtitan is offline   Reply With Quote
Old 09-23-2022, 11:47 AM   #814
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,234
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by vugtitan View Post
Will this work on Kobo Mini?

Biggest problem is there no back or forward buttons on search. You have to go main menu and search again. Curse the lazy designers.

Will this fix that problem?
It worked when I tested it on my Kobo Mini. Also there was no need to quote the entirety of the the 2nd message in this thread.

As for the search issue? Is this a search issue on your Kobo? With Mobileread? ???
DNSB is offline   Reply With Quote
Old 09-23-2022, 11:51 AM   #815
vugtitan
Addict
vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.
 
Posts: 299
Karma: 1042776
Join Date: Aug 2010
Device: none
Quote:
Originally Posted by DNSB View Post
It worked when I tested it on my Kobo Mini. Also there was no need to quote the entirety of the the 2nd message in this thread.

As for the search issue? Is this a search issue on your Kobo? With Mobileread? ???
have you used the search function on the kobo mini?

When searching for title or author on kobo mini you have to go to Menu enter author/title and will give you a list but no way to search for a different author/title as no back button to search. you have go to menu then search again... so annoying.

So does this update fix this with a back button?
vugtitan is offline   Reply With Quote
Advert
Old 09-23-2022, 11:57 AM   #816
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,234
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by vugtitan View Post
have you used the search function on the kobo mini?

When searching for title or author on kobo mini you have to go to Menu enter author/title and will give you a list but no way to search for a different author/title as no back button to search. you have go to menu then search again... so annoying.

So does this update fix this with a back button?
Which update? KOReader? Plato? Nickel?
DNSB is offline   Reply With Quote
Old 09-27-2022, 04:04 PM   #817
vugtitan
Addict
vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.
 
Posts: 299
Karma: 1042776
Join Date: Aug 2010
Device: none
Quote:
Originally Posted by DNSB View Post
Which update? KOReader? Plato? Nickel?
I only have the original firmware.

i have not installed anything else.
vugtitan is offline   Reply With Quote
Old 09-27-2022, 09:25 PM   #818
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@vugtitan: Then you're in the wrong thread .
NiLuJe is offline   Reply With Quote
Old 09-29-2022, 12:09 AM   #819
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,234
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by NiLuJe View Post
@vugtitan: Then you're in the wrong thread .
And running well out of date firmware.
DNSB is offline   Reply With Quote
Old 09-30-2022, 04:20 PM   #820
vugtitan
Addict
vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.
 
Posts: 299
Karma: 1042776
Join Date: Aug 2010
Device: none
Quote:
Originally Posted by DNSB View Post
And running well out of date firmware.

how can i update it?
vugtitan is offline   Reply With Quote
Old 09-30-2022, 04:20 PM   #821
vugtitan
Addict
vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.
 
Posts: 299
Karma: 1042776
Join Date: Aug 2010
Device: none
Quote:
Originally Posted by NiLuJe View Post
@vugtitan: Then you're in the wrong thread .
which one is right thread?
vugtitan is offline   Reply With Quote
Old 09-30-2022, 05:47 PM   #822
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by vugtitan View Post
how can i update it?
Turn on WiFi and perform a sync.
JSWolf is offline   Reply With Quote
Old 10-01-2022, 06:21 PM   #823
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,234
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JSWolf View Post
Turn on WiFi and perform a sync.
Jon, you did notice that he has a Kobo Mini? I've sent them a PM with information.

Last edited by DNSB; 10-01-2022 at 06:29 PM.
DNSB is offline   Reply With Quote
Old 10-07-2022, 10:32 PM   #824
noobie
Junior Member
noobie began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2022
Device: Kobo Clara HD
Hi, not really techie, so pls bear with me.

I tried following the one click guide, but i didn't understand this one:

NOTE: On FW >= 4.17, you'll need to prevent Nickel from scanning *nix hidden folders.

So I just continued installing stuff, so long story short, it didn't work. And now, unknown authors files is in my list of books.

Idk how to uninstall stuff too, I'm using windows and people seems to be giving scripts for linux? I'm not really sure and now I can't follow.

So now, I want things to be fixed. I copy pasted this in the Kobo ereader file:

[FeatureSettings]
ExcludeSyncFolders=(\\.(?!kobo|adobe).+|([^.][^/]*/)+\\..+)

I am beyond confused. Can anyone help me please?
noobie is offline   Reply With Quote
Old 10-08-2022, 05:52 PM   #825
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,234
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
The script files in the 2nd message in this thread include a version for Windows which is run under PowerShell.

Those scripts will install either or both of KOReader and Plato plus make the appropriate changes to the Kobo eReader.conf file. Please note some of the references to *nix are due to your Kobo running Linux.

Please note that if you added the exclusions to the Kobo eReader.conf after the fact, it will delete files and you will need to do a re-install.

As for uninstalling? AFAIR, deleting the KOReader and Plato directories from .adds will remove them.
DNSB is offline   Reply With Quote
Reply

Tags
kfmon, kobo, koreader, plato


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aura How to install ksm and koreader mhss Kobo Reader 0 01-17-2018 07:45 PM
Koreader could not be opened by click an epub file on the books list johnleo KOReader 4 12-11-2017 07:57 AM
Cannot install custom update packages via MRPI anunay Kindle Developer's Corner 9 02-09-2017 07:46 AM
Kobo-how to install koreader sahbi KOReader 22 01-02-2016 03:49 PM
Koreader install help mrmojorizing Kobo Developer's Corner 3 09-29-2014 01:24 PM


All times are GMT -4. The time now is 10:23 PM.


MobileRead.com is a privately owned, operated and funded community.