Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 03-21-2025, 07:44 AM   #1
palaran
Member
palaran began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jul 2014
Device: Kobo Libra Colour
[Kobo] Kobo Utilities strange numbers in store position

Hi there

Apologies if this has been posted before. I did search and could not fnd anything.

When I connect my Kobo Libra Colour, and the prompt pops up for storing the current reading positions, the numbers listed for the books alternate between silly large ones and the actual %, as shown in the two screen snips below.





My worry is, if I needed to do some restores and Calibre/Kobo Utilities was holding those higher numbers at the time, it will not set my reading % on the Kobo back to where I actually was.

Very new to the Kobo so wondering if I am missing some obvious setting?
palaran is offline   Reply With Quote
Old 03-21-2025, 08:03 AM   #2
palaran
Member
palaran began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jul 2014
Device: Kobo Libra Colour
I should add these are alternate connections, and I ma fully ejecting the Kobo from the computer before disconnecting, and have also tried with soft resets of the kobo by holding down the power button with same effect.
palaran is offline   Reply With Quote
Advert
Old 03-21-2025, 04:16 PM   #3
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,220
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Could you post your custom columns and the templates used to create them. I would suspect that is where your issues are coming from. At a wild eyed guess, the column you have listed as current % is actually holding the reading time in seconds.
DNSB is offline   Reply With Quote
Old 03-26-2025, 02:52 PM   #4
palaran
Member
palaran began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jul 2014
Device: Kobo Libra Colour
Quote:
Originally Posted by DNSB View Post
Could you post your custom columns and the templates used to create them. I would suspect that is where your issues are coming from. At a wild eyed guess, the column you have listed as current % is actually holding the reading time in seconds.
Thank you so much - you hit the nail soundly on the head. I had the same column for both reading% and time spent reading;



When I fixed that the problem went away.
palaran is offline   Reply With Quote
Old 03-26-2025, 05:31 PM   #5
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,220
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
For what it may be worth, here's my Kobo reading time columns setup. I've added two custom columns that display the reading time and reading time remaining in hours/minutes instead of seconds.

The templates for the two columns are:
Code:
program:

total = $#kobo_time_spent_reading;
hours = floor(total/3600);
minutes = round((total-hours*3600)/60);

def format(v, str):
    if v == 0 then return '' fi;
    return v & ' ' & str & ' '
fed;
format(hours, 'hr') & format(minutes, 'min')
Code:
program:

total = $#kobo_rest_of_book_estimate;
hours = floor(total/3600);
minutes = round((total-hours*3600)/60);

def format(v, str):
    if v == 0 then return '' fi;
    return v & ' ' & str & ' '
fed;
format(hours, 'hr') & format(minutes, 'min')
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2025-03-26 142557.png
Views:	51
Size:	53.9 KB
ID:	214670   Click image for larger version

Name:	Screenshot 2025-03-26 142626.png
Views:	47
Size:	25.2 KB
ID:	214671   Click image for larger version

Name:	Screenshot 2025-03-26 142710.png
Views:	52
Size:	36.0 KB
ID:	214672   Click image for larger version

Name:	Screenshot 2025-03-26 142743.png
Views:	47
Size:	34.8 KB
ID:	214673  
DNSB is offline   Reply With Quote
Advert
Old 03-28-2025, 01:26 AM   #6
palaran
Member
palaran began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jul 2014
Device: Kobo Libra Colour
Oh I like those. Thanks for that.
palaran is offline   Reply With Quote
Old 03-28-2025, 02:53 AM   #7
palaran
Member
palaran began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jul 2014
Device: Kobo Libra Colour
Went to edit my post but it isn't allowed after 5 mins.

have now added. I do get a few starnge ones such as books that I have finished that are showing 1 or 2 min read time, but no remaining time. This does match the underlying data coming from the Kobo though so I assume is likely something that I have re-opened after finishing or similar.

Similarly have a cook book that I have jumped around quite a bit as I look at recipes which has 1 min read and 2 mins remaining, but again matches the underlying data.
palaran is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Kobo Utilities Majutsushi Plugins 378 Yesterday 06:14 PM
[GUI Plugin] Kobo Utilities davidfor Plugins 3216 02-08-2025 04:23 AM
Kobo Utilities Question normaprice Kobo Reader 3 10-15-2021 05:53 AM
Kobo Utilities Plugin Question nikev Kobo Reader 10 09-25-2018 11:55 PM
Help with Kobo Utilities needed chiara_sc Kobo Reader 3 09-02-2016 07:05 PM


All times are GMT -4. The time now is 05:37 PM.


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