12-04-2024, 08:15 AM | #3151 |
Custom User Title
Posts: 9,860
Karma: 68367739
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
|
12-04-2024, 08:31 AM | #3152 | |
Guru
Posts: 964
Karma: 418804
Join Date: Jun 2015
Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color
|
Quote:
I think background jobs like rendering covers, and syncing also can trigger it. It doesn't help that it works for a while after the corruption so I don't notice immediately. I wonder if it would be possible to add code to the kobo driver to detect this -- or maybe there is some there already? But I haven't felt like testing since the latest firmware update. It's such a bother to reload everything. Maybe this weekend. |
|
12-04-2024, 08:48 AM | #3153 |
Custom User Title
Posts: 9,860
Karma: 68367739
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
On the bugged versions, I was able to rarely trigger it by re-connecting immediately after importing new books, which made me suspect either the import process or cover generation. But I think DNSB or someone else said that the sql-wal files didn't show up for those processes so I'm not sure.
Last edited by ownedbycats; 12-04-2024 at 08:54 AM. |
12-04-2024, 12:28 PM | #3154 | |
Resident Curmudgeon
Posts: 77,458
Karma: 139151278
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
12-04-2024, 12:50 PM | #3155 |
Custom User Title
Posts: 9,860
Karma: 68367739
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
|
12-05-2024, 08:14 AM | #3156 | |
Guru
Posts: 964
Karma: 418804
Join Date: Jun 2015
Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color
|
Quote:
Does calibre always send a cover, or just when it has one? Also, I'm not saying cover generation specifically causes it, I'm just saying things like that might. |
|
12-06-2024, 01:56 PM | #3157 |
Junior Member
Posts: 9
Karma: 10
Join Date: Nov 2024
Device: Kobo Libra Colour
|
Sorry, was busy this week. I did check the database using KU and it just says OK. Whenever I use the Restore current bookmark, my book just disappears. It says it's in the Main Device memory but Kobo doesn't display the book. I can still see the kepub in the kobo memory when I plug it to Windows. It's really annoying but the only workaround so far that I'm doing is to factory reset my Kobo everytime I have to update the reading progress and capture last reading location to Calibre.
|
12-06-2024, 03:01 PM | #3158 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Nov 2024
Device: Kobo Libra Colour
|
Quote:
I was testing a few things when I thought I should just force the update for the reading % in my Kobo. So I connected my device and edited metadata.calibre and I looked for the book I'm reading, changed the value to what I need and saved. Expectedly, this corrupted my device database so I tried to factory reset, repair, and signing out from my account but none of it worked, my database is still corrupted/malformed even after resetting. So I decided to just format my device through Windows. After reformatting the device, everything went fine. The reading info is now showing up correctly, using the Restore function of KU no longer sends my books to the void. Not sure what happened but it seems that my device internal database/memory (not sure if this even exists) was corrupted and it's not updating no matter what I do. The reformat reset that database and I'm finally happy that I can use my Calibre Library correctly. |
|
12-14-2024, 12:19 AM | #3159 |
Member
Posts: 15
Karma: 10
Join Date: Nov 2020
Device: Onyx Poke3
|
Hi -- I updated my Kobo plugins and when I built an ePub using the news feature, and sent it to my kobo, there are all sorts of instances of text being munged together. this doesn't happen if I sent the ePub to my kindle. Circled in red. Again, on a Kindle, these have spaces.
Last edited by InnovationHack; 12-14-2024 at 12:22 AM. Reason: Added picture |
12-14-2024, 12:52 AM | #3160 | |
Custom User Title
Posts: 9,860
Karma: 68367739
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Quote:
Last edited by ownedbycats; 12-14-2024 at 12:55 AM. |
|
01-18-2025, 02:01 AM | #3161 |
Member
Posts: 19
Karma: 3644
Join Date: Aug 2023
Location: New Zealand
Device: Kobo Clara HD, Kobo Libra Colour
|
Hi all,
Since I use the Kobo Utilities plugin regularly I wanted to make it easier to maintain in the longer run to make contributions to it easier, both for the contributing person and for whoever is responsible for integrating them. As a result I have cleaned up a number of things in the plugin and set up a GitHub repository with some basic project configuration like automatic formatting, linting, and CI to automatically do pull request checks and releases. I also added a basic test framework to make it easier to add tests for changed or new code in the future. At the moment there's only one basic test, but at least it verifies that the plugin loads successfully in both the minimum supported version of Calibre and the latest version. I started from @chaley's repository but set things up in a more standard way so that releases are not themselves added to the repository. There are still quite a few linting errors and areas that I think could really benefit from some larger refactoring, but I realised that fixing all of this would take a really long time and so I've put it off for now. Note that my goal is not really to "take over" the plugin, just to make it easier to work on it as a community. I would be very happy if @chaley and/or @ownedbycats wanted to become co-maintainers on GitHub, for example. I certainly don't have any plans for any great changes so far, and I'm far from an expert on the code. The repository can be found here: https://github.com/majutsushi/kobo-utilities I've attached a version of the plugin that includes all of my changes, but I haven't done an actual release yet so there isn't any potential confusion about release versions. I'm not sure how releases should be handled in the future, it would certainly be easiest for users if @chaley would continue updating the first post in this thread. The changes I've made to the actual plugin are:
It would be great if a few people could test my changes to make sure everything is working as it should. I don't think there should be any problems, but you never know. |
01-18-2025, 05:34 AM | #3162 |
Grand Sorcerer
Posts: 12,179
Karma: 7908995
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
@Majutsushi: thank you for taking on (I hope) this work. IMO someone must be a gatekeeper for changes and I would be happy if that person is you.
What I mean by "gatekeeper" is someone who accepts (or not) changes made by other people and chooses when to release the changes. The "accept" process is influenced by the proposed changes and by work in progress. That is what I have been doing, merging proposed changes into my repo. I think using a Pull Request (PR) system would be better but I haven't bothered to set that up. What I am trying to say is that I would be happy:
One note: Kobo Utilities is tied rather tightly into the calibre Kobo Driver. You will likely find reasons you want to change both the driver and the utilities. @Kovid is very open to accepting changes from people who seem reliable and will be around for a while. He uses PRs and it works well. |
01-18-2025, 12:14 PM | #3163 |
Custom User Title
Posts: 9,860
Karma: 68367739
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
There is one outstanding bug that might be worth fixing:
https://www.mobileread.com/forums/sh...83#post4251283 |
01-18-2025, 03:40 PM | #3164 |
Resident Curmudgeon
Posts: 77,458
Karma: 139151278
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Has anyone tested the newly reworked version? If so, have you found any issues (or not hopefully)?
|
01-18-2025, 07:20 PM | #3165 |
Resident Curmudgeon
Posts: 77,458
Karma: 139151278
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Can we please get rid of the dialog that pops up when we have no reading information to be updated from the Kobo? Thanks.
|
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 |