06-17-2014, 07:08 AM | #1 |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
[GUI Plugin] Annotations
The Annotations plugin is under new management. With GRiker taking a long vacation, he has passed the development and support for the plugin to me. From now on, this thread will be used for any support questions and to host the plugin. All future questions should be posted here, but the older thread is here for reference. The Annotations plugin imports annotations from supported ebook readers and applications described in the following table: Main Features:
Installation Steps:
Plugin configuration:
Typical Kindle workflow: The Kindle UI must be set to English, French, German, Spanish, Italian, Portuguese, Japanese or Chinese for the plugin to be able to retrieve locations and timestamps from your 'My Clippings.txt' file.
Typical GoodReader workflow:
Modifying the appearance of imported annotations:
How the plugin decides where to add imported annotations Spoiler:
Special Notes:
Developer Notes: The Annotations plugin can be extended to support devices whose annotations can be fetched while connected via USB, or exported via email. If you are a developer interested in adding support for a particular device or reader app meeting these requirements, contact me for more information. Version History: Spoiler:
Last edited by davidfor; 07-19-2022 at 10:06 AM. Reason: Update to version 1.17.13 |
06-20-2014, 12:00 PM | #2 |
Junior Member
Posts: 8
Karma: 112156
Join Date: Dec 2013
Device: Kobo Mini
|
Export annotations to Kobo
Hi,
Would it possible to export annotations to Kobo ? For the ADE annotations it is not a problem, but for annotations stored in Kobo database, it is more difficult to manage it by hand. I wait for this function since long time... I do not know how to program a plugin, so if I can't find a way to do this before this summer, I will make it in bash script. Pierre |
Advert | |
|
06-20-2014, 01:28 PM | #3 | |
Well trained by Cats
Posts: 30,443
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
|
|
06-20-2014, 08:59 PM | #4 | |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Quote:
There are some alternatives:
|
|
06-24-2014, 02:24 PM | #5 |
Junior Member
Posts: 7
Karma: 10
Join Date: Jun 2014
Device: Kindle Paperwhite 2
|
Hi! Is this plugin usable in Linux? Because I can't get it to work, it installs fine and then I reboot the program but I can't import annotations from the Kindle and when I try to click on "Customize plugin" it shows me this:
These are the details: Code:
calibre 1.40 isfrozen: False is64bit: True Linux-3.15.0-1-mainline-x86_64-with-glibc2.2.5 Linux ('64bit', 'ELF') ('Linux', '3.15.0-1-mainline', '#1 SMP PREEMPT Mon May 26 09:43:21 CEST 2014') Python 2.7.7 Linux: ('', '', '') Traceback (most recent call last): File "/usr/lib/calibre/calibre/gui2/preferences/plugins.py", line 286, in customize_plugin self.modify_plugin(op='customize') File "/usr/lib/calibre/calibre/gui2/preferences/plugins.py", line 361, in modify_plugin if plugin.do_user_config(self.gui): File "/usr/lib/calibre/calibre/customize/__init__.py", line 150, in do_user_config config_widget = self.config_widget() File "calibre_plugins.annotations.__init__", line 28, in config_widget File "calibre_plugins.annotations.config", line 60, in __init__ AttributeError: 'AnnotationsAction' object has no attribute 'opts' |
Advert | |
|
06-24-2014, 04:01 PM | #6 |
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
I do know that according to your error message [isfrozen: False] you do not seem to be running the version that came from Kovid, but are instead using a distro calibre.
It is generally recommended to use the official calibre build. Most distros do not update as frequently as calibre does (weekly) and Kovid prefers to have one self-contained package to support. The plugin does work on linux -- I use it. |
06-25-2014, 12:04 AM | #7 |
Junior Member
Posts: 7
Karma: 10
Join Date: Jun 2014
Device: Kindle Paperwhite 2
|
You're right. I just removed the version I had installed (which wasn't too old, 1.40) and installed the binary package from Calibre's website and now the plugin works.
Thanks. |
06-25-2014, 12:10 AM | #8 | |
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Quote:
Perhaps the plugin is written in a way that depends on 2.7.5? |
|
06-25-2014, 12:46 AM | #9 | |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Quote:
Rain: Where did you try to configure the plugin from? The toolbar button or the plugin list? |
|
06-25-2014, 12:55 AM | #10 | |
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Quote:
Doesn't it use calibre's python? Which in this case is updated distro python. |
|
06-25-2014, 01:43 AM | #11 |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Yes, that was badly phrased. The plugin doesn't have its own version of Python. It is dependent on the version of Python included with calibre.
|
06-25-2014, 08:55 PM | #12 |
Junior Member
Posts: 7
Karma: 10
Join Date: Jun 2014
Device: Kindle Paperwhite 2
|
|
06-29-2014, 01:11 AM | #13 |
Junior Member
Posts: 8
Karma: 10
Join Date: Apr 2014
Location: Sherbrooke, QC
Device: Kindle3, Android, Win7x64
|
I am trying to use this plugin but I'm encountering an error message. I wonder if someone is still providing support for this apparently glorious plugin? If I get a reply, I will post the exact error message and jobs log, and all the relevant details. I would love to be able to use this plugin ! Thanks !
|
06-29-2014, 01:16 AM | #14 |
Grand Sorcerer
Posts: 12,751
Karma: 75000002
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Davidfor is supporting it....
|
06-29-2014, 02:24 AM | #15 | |
Grand Sorcerer
Posts: 24,905
Karma: 47303822
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Quote:
|
|
Tags |
sampleexportingapp |
|
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] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Annotations (closed) | GRiker | Plugins | 68 | 06-17-2014 07:11 AM |
[GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 07:39 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |