09-08-2022, 05:11 AM | #16 |
Junior Member
Posts: 2
Karma: 10
Join Date: Sep 2022
Device: Inkpad Color
|
|
09-08-2022, 05:25 AM | #17 |
Junior Member
Posts: 2
Karma: 10
Join Date: Sep 2022
Device: Inkpad Color
|
|
Advert | |
|
12-13-2022, 02:38 PM | #18 |
Junior Member
Posts: 5
Karma: 10
Join Date: Dec 2022
Location: France
Device: PB 632
|
Hello !
Thanks for this plugin, works well with my PB632, Calibre 6.9 and OSX Monterey.
I've seen that it will be hard to import the read status but there's a kind of filter in my PB which is "bookcases", and you can create them as you want (read, to read, beloved, etc) and after put easily a book there straight from the PB. So my question is it conceivable to use that kind of folder/list of books through your plugin with a lil' bit of coding in Calibre to synchronise a metadata and those bookcases ? Thanks ! |
12-14-2022, 04:14 PM | #19 | |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
Quote:
It claims to sync the completion state (a yes/no state), so (s)he seems to have gotten the matching part working. Collections are mentioned as a todo. |
|
02-09-2023, 07:12 AM | #20 |
Member
Posts: 17
Karma: 10
Join Date: Feb 2023
Device: pocketbook era
|
Hi There,
I am currently trying to figure out how to get annotations from my PB700 (Era) to my computer. Thus I installed the PB-tools and ran the "fetch / merge annotations" command. Unfortunately I got this response, any idea / tip what I am overseeing? Code:
calibre, version 6.12.0 ERROR: Unhandled exception: <b>NameError</b>:name 'db' is not defined calibre 6.12 embedded-python: True macOS-12.3.1-x86_64-i386-64bit Darwin ('64bit', '') ('Darwin', '21.4.0', 'Darwin Kernel Version 21.4.0: Fri Mar 18 00:45:05 PDT 2022; root:xnu-8020.101.4~15/RELEASE_X86_64') Python 3.10.1 OSX: ('12.3.1', ('', '', ''), 'x86_64') Interface language: None Successfully initialized third party plugins: DeACSM (0, 0, 16) && DeDRM (10, 0, 3) && Annotations (1, 17, 13) && Obok DeDRM (10, 0, 3) && Pocketbook Tools (0, 9, 6) Traceback (most recent call last): File "calibre_plugins.pocketbook_tools.ui", line 488, in show_mergefix_annotations report += 'Nothing found to fix for %s<br />.' % db NameError: name 'db' is not defined |
Advert | |
|
02-11-2023, 05:11 AM | #21 | |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
Quote:
Could you try these things: 1) locate the "books.db" file on your Era, and provide its exact path? (that should be system/config/books.db). If that fails, try and find any file with a .db extension (should be 5-6 at most, pick the most likely ones except the explorer.db). 2) enable debug messaging for the plugin via "Customize plugin" > bottom most option, and provide a log with more details. |
|
02-15-2023, 05:27 PM | #22 |
Member
Posts: 17
Karma: 10
Join Date: Feb 2023
Device: pocketbook era
|
Yap, I also saw the "Export to HTML" option. Though found the output too clumsy to feel happy to work with.
1) I did find the Code:
books.db Code:
/Volumes/PB700/system/profiles/eric/config/books.db Code:
calibre, version 6.12.0 ERROR: Unhandled exception: <b>NameError</b>:name 'db' is not defined calibre 6.12 embedded-python: True macOS-12.3.1-x86_64-i386-64bit Darwin ('64bit', '') ('Darwin', '21.4.0', 'Darwin Kernel Version 21.4.0: Fri Mar 18 00:45:05 PDT 2022; root:xnu-8020.101.4~15/RELEASE_X86_64') Python 3.10.1 OSX: ('12.3.1', ('', '', ''), 'x86_64') Interface language: None Successfully initialized third party plugins: DeACSM (0, 0, 16) && Gather KFX-ZIP (from KFX Input) (1, 51, 0) && DeDRM (10, 0, 3) && Package KFX (from KFX Input) (1, 51, 0) && Annotations (1, 17, 13) && KFX metadata reader (from KFX Input) (1, 51, 0) && KFX Input (1, 51, 0) && Set KFX metadata (from KFX Output) (1, 66, 0) && KFX Output (1, 66, 0) && Obok DeDRM (10, 0, 3) && Pocketbook Tools (0, 9, 6) && WordDumb (3, 28, 2) Traceback (most recent call last): File "calibre_plugins.pocketbook_tools.ui", line 488, in show_mergefix_annotations report += 'Nothing found to fix for %s<br />.' % db NameError: name 'db' is not defined Hope this is roughly what you had in mind?? |
02-16-2023, 02:40 PM | #23 | |||
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
Quote:
Quote:
About the 'Annotations' plugin: it uses two fixed books.db paths instead, that cover(ed) 99,9% of the cases. That will need work, hence Annotations likely won't run for you now. If in a hurry, dig in your PB settings for user profiles, and rename your 'eric' account to 'default', then Annotations should pick it up. Quote:
If you want to go with 'Annotations' instead you can skip doing this, though it might help with 'Annotations' as well. Otherwise, it should suffice to open a terminal, and run Code:
calibre-debug Code:
calibre-debug -g You should then see additional text output in the terminal, describing actions you make when using the program. It's this info that is needed. Don't forget to enable debugging in the plugin as well, as described. Last edited by wold; 02-16-2023 at 02:42 PM. |
|||
02-16-2023, 04:42 PM | #24 |
Member
Posts: 17
Karma: 10
Join Date: Feb 2023
Device: pocketbook era
|
Cool, disabling profiles gets me back to default instead of eric in the directory name. And now annotations does work!
I guess I will leave it with that, since my terminal answers the 'calibre-debug -g' with a 'zsh: command not found: calibre-debug' Many thanks for the help wold! |
02-18-2023, 07:23 AM | #25 |
Junior Member
Posts: 2
Karma: 10
Join Date: Feb 2023
Device: PocketBook Lux Touch 5
|
Doesn't seem to work on my lux touch 5
I have been having trouble connecting my lux touch 5 with calibre on linux. Installing this plugin does not seem to help.
It is a slight improvement to without the plugin as the jobs "get device info" and "set library info" work, but calibre is not able to "Get list of books on device". |
02-18-2023, 08:38 AM | #26 | |
Junior Member
Posts: 2
Karma: 10
Join Date: Feb 2023
Device: PocketBook Lux Touch 5
|
the corresponding error message in debug mode
This is the error i receive in debug mode:
Quote:
Last edited by vls; 02-18-2023 at 08:39 AM. Reason: formatting |
|
01-12-2024, 01:22 PM | #27 |
Junior Member
Posts: 8
Karma: 10
Join Date: Aug 2016
Device: Kobo Aura HD
|
I have a Pocketbook Era. All the menu options are greyed out and it says no Pocketbook Reader Found. Any ideas?
|
01-13-2024, 02:41 AM | #28 | |
Zealot
Posts: 127
Karma: 87007
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
|
Quote:
If not, some more info is needed. Could you please connect the device, and post the output of the following dialog: - Preferences->Miscellaneous > debug device detection Or whatever details the Era reader. (For privacy you can remove the last 5-6 digits or so of the serial). |
|
05-06-2024, 02:44 PM | #29 |
Junior Member
Posts: 1
Karma: 10
Join Date: May 2024
Device: Pocketbook Era
|
Downloading annotations works fine for my Era with Calibre 7.10 (on Windows 11) and Firmware U700.6.8.3246. Nothing is greyed out.
Last edited by digitales; 05-06-2024 at 02:49 PM. |
08-11-2024, 04:13 PM | #30 |
Junior Member
Posts: 1
Karma: 10
Join Date: Aug 2024
Device: Pocketbook Inkpad Color 3
|
Pocketbook Tools are grayed out (USB ID Diva HD)
Hi together,
I have a Pocketbook Inkpad Color 3. I am trying to use it with calibre portable and the "Pocketbook Tools". However, the Pocketbook is detected as Diva HD. I can send books to the device. But the Pocketbook Tools are grayed out and I can't import annotations. If I click on the Debug Device Detection on the Miscellaneous settings in the Preferences it tells me that a Diva HD device is already detected. I think the problem is because the plugin doesn't recognize the USB ID of the device. I don't know how to change it and was wondering if anyone has a solution for this. Thank you for your help. |
Tags |
calibre, plugin, pocketbook |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 07:06 AM |
[GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 06:25 AM |
Mobi2Mobi Mobi2Mobi v0.13 - GUI for Mobiperl tools | Jad | Kindle Formats | 476 | 03-15-2015 06:51 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |