11-30-2023, 10:43 PM | #2791 |
Junior Member
Posts: 3
Karma: 10
Join Date: Nov 2023
Device: Kobo Forma
|
Thank you DNSB! You are brilliant. That fixed the issue. All working now. I really appreciate your help on this one. It had me stumped.
Great work. Thank you. |
12-01-2023, 12:09 AM | #2792 | ||
null operator (he/him)
Posts: 21,186
Karma: 28819096
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
Quote:
Moderator Notice
And please raise issues about a plugin in the plugin's thread. I merged your other thread into this one. BR |
||
12-01-2023, 07:15 PM | #2793 | |
Enthusiast
Posts: 25
Karma: 10
Join Date: Dec 2023
Location: New England USA
Device: Kobo Aura One
|
Quote:
Thanks, Tim |
|
12-01-2023, 08:02 PM | #2794 |
Custom User Title
Posts: 9,814
Karma: 68360983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
It was merged.
|
12-01-2023, 09:12 PM | #2795 |
Bibliophagist
Posts: 41,700
Karma: 161499392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
See message #2787 to #2790 in this thread. #2787 and #2789 were posted in the other thread, #2788 and #2790 were posted in this thread. #2789 contains my suggested fix which was stated to have worked in #2791.
|
12-01-2023, 09:31 PM | #2796 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Dec 2023
Location: New England USA
Device: Kobo Aura One
|
@davidfor,
It took a while, but I did figure out my issue. I read your directions, and using the debug logs figure out that the option "Store current bookmarks on connect" is required to load the reading status and location information. I must have skipped past that section a dozen times since I do not use bookmarks. Any chance you change the text of the option to state "Store current bookmarks/reading location on connect"? Anyways, now when I sync, I have two issues. First it looks like roughly 100 books have imported the reading status, and it should be closer to 200 that I have marked as finished. I am now on my second Kobo eReader, is it possible Kobo (and I think likely) that the reading status was lost when I switched eReaders? Second, there are two books which show a new reading status each time I connect; and I did not even eject the eReader (just restarting Calibre). Here is the debug log from one of the two (I have the full log if desired): DEBUG: 0.1 ----------- _store_bookmarks - top of loop ----------- DEBUG: 0.1 _store_bookmarks - Current book: Maverick Gambit - Marjorie King DEBUG: 0.1 _store_bookmarks - contentIds='['20713488-3bf9-4649-a771-9b8c63b1b77e', 'file:///mnt/onboard/King, Marjorie/Maverick Gambit - Marjorie King.epub']' DEBUG: 0.1 _store_bookmarks - contentId='20713488-3bf9-4649-a771-9b8c63b1b77e' DEBUG: 0.1 _store_bookmarks - device_status='None' DEBUG: 0.1 _store_bookmarks - result='{'ChapterIDBookmarked': '20713488-3bf9-4649-a771-9b8c63b1b77e!OEBPS!0_cover.xhtml#kobo.1.1', 'adobe_location': None, 'ReadStatus': 2, '___PercentRead': 95, 'Attribution': 'Marjorie King', 'DateLastRead': '2023-11-29T03:40:43Z', 'Title': 'Maverick Gambit', 'MimeType': 'application/x-kobo-epub+zip', 'Rating': None, 'ContentID': '20713488-3bf9-4649-a771-9b8c63b1b77e'}' DEBUG: 0.1 _store_bookmarks - device_status is None DEBUG: 0.1 _store_bookmarks - contentId='file:///mnt/onboard/King, Marjorie/Maverick Gambit - Marjorie King.epub' DEBUG: 0.1 _store_bookmarks - device_status='{'ChapterIDBookmarked': '20713488-3bf9-4649-a771-9b8c63b1b77e!OEBPS!0_cover.xhtml#kobo.1.1', 'adobe_location': None, 'ReadStatus': 2, '___PercentRead': 95, 'Attribution': 'Marjorie King', 'DateLastRead': '2023-11-29T03:40:43Z', 'Title': 'Maverick Gambit', 'MimeType': 'application/x-kobo-epub+zip', 'Rating': None, 'ContentID': '20713488-3bf9-4649-a771-9b8c63b1b77e'}' DEBUG: 0.1 _store_bookmarks - result='{'ChapterIDBookmarked': None, 'adobe_location': None, 'ReadStatus': 0, '___PercentRead': 0, 'Attribution': 'Marjorie King', 'DateLastRead': None, 'Title': 'Maverick Gambit', 'MimeType': 'application/epub+zip', 'Rating': None, 'ContentID': 'file:///mnt/onboard/King, Marjorie/Maverick Gambit - Marjorie King.epub'}' DEBUG: 0.1 _store_bookmarks - finished reading database for book - device_status= {'ChapterIDBookmarked': '20713488-3bf9-4649-a771-9b8c63b1b77e!OEBPS!0_cover.xhtml#kobo.1.1', 'adobe_location': None, 'ReadStatus': 2, '___PercentRead': 95, 'Attribution': 'Marjorie King', 'DateLastRead': '2023-11-29T03:40:43Z', 'Title': 'Maverick Gambit', 'MimeType': 'application/x-kobo-epub+zip', 'Rating': None, 'ContentID': '20713488-3bf9-4649-a771-9b8c63b1b77e'} DEBUG: 0.1 _store_bookmarks - Start of checks for current_last_read - reading_position_changed='False' DEBUG: 0.1 _store_bookmarks - current_last_read='2023-11-29 03:40:43+00:00' DEBUG: 0.1 _store_bookmarks - new_last_read ='2023-11-29 03:40:43+00:00' DEBUG: 0.1 _store_bookmarks - current_last_read != new_last_read='False' DEBUG: 0.1 _store_bookmarks - After checking current_last_read - reading_position_changed='False' DEBUG: 0.1 _store_bookmarks - current_percentRead ='100' DEBUG: 0.1 _store_bookmarks - new_kobo_percentRead='100' DEBUG: 0.1 _store_bookmarks - current_percentRead != new_kobo_percentRead='False' DEBUG: 0.1 _store_bookmarks - After checking percent read - reading_position_changed= False DEBUG: 0.1 _store_bookmarks - current_chapterid ='20713488-3bf9-4649-a771-9b8c63b1b77e!OEBPS!0_cover.xhtml#kobo.1.1' DEBUG: 0.1 _store_bookmarks - new_chapterid='20713488-3bf9-4649-a771-9b8c63b1b77e!OEBPS!0_cover.xhtml#kobo.1.1' DEBUG: 0.1 _store_bookmarks - current_chapterid != new_chapterid='False' DEBUG: 0.1 _store_bookmarks - After checking location - reading_position_changed= False DEBUG: 0.1 _store_bookmarks - current_rating=8, new_kobo_rating=0 DEBUG: 0.1 _store_bookmarks - current_rating != new_kobo_rating= True DEBUG: 0.1 _store_bookmarks - current_rating != new_kobo_rating and not (current_rating is None and new_kobo_rating == 0)= True DEBUG: 0.1 _store_bookmarks - current_rating != new_kobo_rating and new_kobo_rating > 0= False DEBUG: 0.1 _store_bookmarks - position changed for: Maverick Gambit - Marjorie King |
12-01-2023, 09:32 PM | #2797 | |
Enthusiast
Posts: 25
Karma: 10
Join Date: Dec 2023
Location: New England USA
Device: Kobo Aura One
|
Quote:
Thanks, Tim |
|
12-01-2023, 10:07 PM | #2798 | |
Custom User Title
Posts: 9,814
Karma: 68360983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Quote:
|
|
12-01-2023, 10:28 PM | #2799 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Dec 2023
Location: New England USA
Device: Kobo Aura One
|
|
12-01-2023, 10:43 PM | #2800 |
Custom User Title
Posts: 9,814
Karma: 68360983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Not officially. Community members contribute patches, and chaley moves it to the first post.
|
12-02-2023, 03:44 AM | #2801 |
Custom User Title
Posts: 9,814
Karma: 68360983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Beta Version 2.16.12
As requested by @tspear, this changes one string in config.py to "Store current bookmarks/reading position on connect." Last edited by chaley; 12-06-2023 at 05:01 PM. Reason: Beta copy released |
12-02-2023, 11:21 AM | #2802 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Dec 2023
Location: New England USA
Device: Kobo Aura One
|
Thanks, for the tweak.
Glad the community came together. Any ideas on two books repeatedly showing as updates although nothing changed? Tim |
12-02-2023, 01:15 PM | #2803 | |
Custom User Title
Posts: 9,814
Karma: 68360983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
I've had that happen before. Going onto the Kobo, searching for them, manually marking as unread fixes that.
Quote:
Last edited by ownedbycats; 12-02-2023 at 03:28 PM. |
|
12-02-2023, 04:25 PM | #2804 | |
Groupie
Posts: 194
Karma: 12092
Join Date: May 2014
Device: Kobo Libra 2
|
Quote:
|
|
12-02-2023, 04:39 PM | #2805 | |
Enthusiast
Posts: 25
Karma: 10
Join Date: Dec 2023
Location: New England USA
Device: Kobo Aura One
|
Quote:
Tim |
|
Tags |
calibre, kobo, kobo utilities, kobo-utilities, plugins |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Manga plugin | mastertea | Plugins | 6 | 01-06-2022 03:43 AM |
[GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 06:25 AM |
Kobo Utilities Plugin Question | nikev | Kobo Reader | 10 | 09-26-2018 12:55 AM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |