|
|
#1 |
|
Member
![]() Posts: 15
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? |
|
|
|
|
|
#2 |
|
Member
![]() Posts: 15
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.
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,313
Karma: 174315444
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.
|
|
|
|
|
|
#4 | |
|
Member
![]() Posts: 15
Karma: 10
Join Date: Jul 2014
Device: Kobo Libra Colour
|
Quote:
![]() When I fixed that the problem went away. |
|
|
|
|
|
|
#5 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,313
Karma: 174315444
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')
|
|
|
|
| Advert | |
|
|
|
|
#6 |
|
Member
![]() Posts: 15
Karma: 10
Join Date: Jul 2014
Device: Kobo Libra Colour
|
Oh I like those. Thanks for that.
|
|
|
|
|
|
#7 |
|
Member
![]() Posts: 15
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. |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] Kobo Utilities | Majutsushi | Plugins | 490 | 11-02-2025 06:43 PM |
| [GUI Plugin] Kobo Utilities | davidfor | Plugins | 3216 | 02-08-2025 05:23 AM |
| Kobo Utilities Question | normaprice | Kobo Reader | 3 | 10-15-2021 06:53 AM |
| Kobo Utilities Plugin Question | nikev | Kobo Reader | 10 | 09-26-2018 12:55 AM |
| Help with Kobo Utilities needed | chiara_sc | Kobo Reader | 3 | 09-02-2016 08:05 PM |