Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 05-12-2025, 06:05 AM   #331
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,226
Karma: 145488788
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 Majutsushi View Post
I can't think of any change that could have caused this. It would probably be helpful to see a debug log where this is getting updated for a book.
I just thought of something. If KU is getting the accurate % such as 99.6%, it could be calibre doing the rounding if the column for % is set to integer. I know mine is set that way.
JSWolf is offline   Reply With Quote
Old 05-12-2025, 08:12 AM   #332
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 10,713
Karma: 74203799
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I noticed it mostly happen when the last page is 100%. When I go back to a menu, it's 99%. So maybe it is rounding.
ownedbycats is offline   Reply With Quote
Old 05-12-2025, 08:35 AM   #333
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,226
Karma: 145488788
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 ownedbycats View Post
I noticed it mostly happen when the last page is 100%. When I go back to a menu, it's 99%. So maybe it is rounding.
I made a new column that's floating point. I then tried to get % that was not a whole number. That did not work. So I have no idea if it's calibre or KU that's rounding.
JSWolf is offline   Reply With Quote
Old 05-12-2025, 08:52 AM   #334
Majutsushi
Connoisseur
Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.
 
Posts: 94
Karma: 8592
Join Date: Aug 2023
Location: New Zealand
Device: Kobo Clara HD, Kobo Libra Colour
The percentage is already an integer in the Kobo database, so any rounding will be done by the Kobo itself:

Code:
CREATE TABLE content(
    ...
    ___PercentRead INTEGER,
    ...
);
Majutsushi is online now   Reply With Quote
Old 05-12-2025, 09:14 AM   #335
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,226
Karma: 145488788
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 Majutsushi View Post
The percentage is already an integer in the Kobo database, so any rounding will be done by the Kobo itself:

Code:
CREATE TABLE content(
    ...
    ___PercentRead INTEGER,
    ...
);
Thanks for that. So now we know it's not calibre or KU doing the rounding.
JSWolf is offline   Reply With Quote
Old 05-12-2025, 04:51 PM   #336
Majutsushi
Connoisseur
Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.Majutsushi shines like a glazed doughnut.
 
Posts: 94
Karma: 8592
Join Date: Aug 2023
Location: New Zealand
Device: Kobo Clara HD, Kobo Libra Colour
The only other potentially relevant thing I can think of is that the plugin will set the percent to 100 if a book is marked as finished, but that has been the case since before I started working on it.
Majutsushi is online now   Reply With Quote
Old 05-12-2025, 05:59 PM   #337
compurandom
Wizard
compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.
 
Posts: 1,001
Karma: 418804
Join Date: Jun 2015
Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color
Quote:
Originally Posted by Majutsushi View Post
The only other potentially relevant thing I can think of is that the plugin will set the percent to 100 if a book is marked as finished, but that has been the case since before I started working on it.
I think this is the case, and 99% vs 100% is only an indicator of "finished".

The percentage is not really useful for reading position, it's just a human readable estimate.

The actual position is in the form of a bookmark.
compurandom is offline   Reply With Quote
Old Yesterday, 11:10 AM   #338
Gurgling2791
Member
Gurgling2791 began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Aug 2023
Device: kobo libra 2
In some recent update, it's been a while since I've synced my Libra 2, the save template in the driver settings doesn't seem to work how it used to. I have Library/{title} - {authors} as I have a "Library" folder on my kobo, and when sending to device, it just sends the book to the root of the device. What am I missing here?
Gurgling2791 is offline   Reply With Quote
Old Yesterday, 11:19 AM   #339
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 10,713
Karma: 74203799
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by Gurgling2791 View Post
In some recent update, it's been a while since I've synced my Libra 2, the save template in the driver settings doesn't seem to work how it used to. I have Library/{title} - {authors} as I have a "Library" folder on my kobo, and when sending to device, it just sends the book to the root of the device. What am I missing here?
Calibre integrated Extended driver into KoboTouch but didn't copy the plugin settings.

KoboTouchExtended is disabled in Preferences > Plugins and you can access the config to copy it to KoboTouch.

Last edited by ownedbycats; Yesterday at 11:24 AM.
ownedbycats is offline   Reply With Quote
Old Yesterday, 11:41 AM   #340
Gurgling2791
Member
Gurgling2791 began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Aug 2023
Device: kobo libra 2
Quote:
Originally Posted by ownedbycats View Post
Calibre integrated Extended driver into KoboTouch but didn't copy the plugin settings.

KoboTouchExtended is disabled in Preferences > Plugins and you can access the config to copy it to KoboTouch.
Ah thanks for that clue. Changing it in Pref > Import/export > Sending books to devices still doesn't seem to work with "/Library/{title} - {authors}" or "Library/{title} - {authors}". I feel like I'm probably missing something basic here.

KoboTouchExtended also isn't installed and can't be installed. I go to install it, restart calibre, and it's still not there. Hmm.

Last edited by Gurgling2791; Yesterday at 11:54 AM.
Gurgling2791 is offline   Reply With Quote
Old Yesterday, 11:54 AM   #341
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 10,713
Karma: 74203799
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
You have to change the driver settings, not send-to-device settings. If you KoboUtiliites is menu option.
ownedbycats is offline   Reply With Quote
Old Yesterday, 12:01 PM   #342
Gurgling2791
Member
Gurgling2791 began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Aug 2023
Device: kobo libra 2
Yea that's what I did in my first try. Changed it in both locations, still not sending to the Library folder.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20250520_110015.png
Views:	20
Size:	58.5 KB
ID:	215772  
Gurgling2791 is offline   Reply With Quote
Old Yesterday, 12:26 PM   #343
bkennelly
Member
bkennelly has a complete set of Star Wars action figures.bkennelly has a complete set of Star Wars action figures.bkennelly has a complete set of Star Wars action figures.
 
Posts: 23
Karma: 260
Join Date: Jun 2018
Device: none
Did you try enabling "Use sub-folders"?
bkennelly is offline   Reply With Quote
Old Today, 09:44 AM   #344
Gurgling2791
Member
Gurgling2791 began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Aug 2023
Device: kobo libra 2
Quote:
Originally Posted by bkennelly View Post
Did you try enabling "Use sub-folders"?
That did it! I didn't think that setting would apply as I don't believe I had that toggled before. Thanks much!
Gurgling2791 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Kobo Utilities davidfor Plugins 3216 02-08-2025 04:23 AM
[GUI Plugin] Noosfere_util, a companion plugin to noosfere DB lrpirlet Plugins 2 08-18-2022 03:15 PM
[GUI Plugin] Save Virtual Libraries To Column (GUI) chaley Plugins 14 04-04-2021 05:25 AM
Kobo Utilities Plugin Question nikev Kobo Reader 10 09-25-2018 11:55 PM


All times are GMT -4. The time now is 06:24 PM.


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