View Single Post
Old 05-14-2023, 07:20 AM   #90
igorius
Zealot
igorius began at the beginning.
 
Posts: 123
Karma: 34
Join Date: Jun 2015
Device: ipad & inkpad X
I dont know if the maintainer still maintains the plugin or if its dead, so i decied to make the following things:
I found an error in koreader sync - Percent read (float) was wrong:
A book completely read was shown in the percent read column with 1%, therefore when read 46%, it was shown as 0.46.
So i changed the relevant line in action.py.
Next i wanted to get an own column #read which shows the reading status as "true/false", so i added a new column setting bool to achieve this.
All changed things are commented inside the relevant files and inside readme.md.
To make it complete i changed the version from 0.4.1 to 0.4.2.
The changes work as expected, so its a "do what you want, but dont ask"-thing...

If you cannot add the plugin, unzip it, change via terminal inside the unzipped folder and add the plugin via
calibre-customize -b .

(Dont forget the dot at the end of the command!) You should get a
Plugin updated: KOReader Sync (0, 4, 2)
Attached Files
File Type: zip KOReader Sync.zip (140.2 KB, 280 views)
igorius is offline   Reply With Quote