![]() |
#451 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 798
Karma: 409966
Join Date: Sep 2017
Location: Argentina
Device: moon+ reader, kindle paperwhite
|
Quote:
|
|
![]() |
![]() |
![]() |
#452 | |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Apr 2023
Location: Galiza
Device: kindle 4.1
|
![]() Quote:
edit the utilities.py file, as indicated by dmeyer0 (https://www.mobileread.com/forums/sh...72#post4269772) changes to utilities.py: where it references QtGui.QTableWidgetItem.UserType change that to QtGui.QTableWidgetItem.ItemType.UserType and where it references Qt.ItemFlags change that to Qt.ItemFlag Save the edited file and then close 7-zip. |
|
![]() |
![]() |
Advert | |
|
![]() |
#453 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: May 2023
Device: Kindle PW
|
Hello to the forum,
I'm new here and found the platform because I finally want to treat my somewhat older but still new-looking Kindle PW to collections on the Mac. I'll admit it was a bit of a challenge to get used to everything on the forums, probably due to the age of the PW, but I downgraded the kindle, doing the jailbrak and am now in the process of creating collections from the tags. I also rewrote the caliber plugin so that the error message doesn't come up anymore, but..... Collections are created, these are also sent to the Kindle and I am told to update collections (from caliber plugin.json) in LibrarianSync to load changes. i can start the Kual Window, it is no Popup like discribbed, but when i check the Menupoint, nothing happens. All books are outside of the collections that were created, the menu item - Collections - on the Kindle are grayed out and I can't create any on the Kindle either. What am I not understanding or what am I doing wrong? I know the Kindle is a bit older, but I would still like to get it done because I've put so much time into it, now I want to know too ;-) Thanks in advance for advice and support. Achso, I also brought the firmware back up to date, but that didn't help either, it's now at 5.6.1.1 |
![]() |
![]() |
![]() |
#454 |
Junior Member
![]() Posts: 8
Karma: 10
Join Date: May 2013
Device: Kobo Glo 2.5.2
|
Hi,
I jailbroke my PW5 and installed LibrarianSync on it and Kindle Collections on Calibre on my macbook. After creating a collection.json (which i can see on /mnt/us/system) i press "Rebuild collections (calibre plugin)", but I only see the message at the bottom "Rebuilding collections (from calibre)..." How long should this take? Even after several minutes and pressing the "/" button i cannot see the new collections. |
![]() |
![]() |
![]() |
#455 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,501
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
The plugin hasn't been updated to support the PW5, IIRC.
|
![]() |
![]() |
Advert | |
|
![]() |
#456 |
Member
![]() Posts: 13
Karma: 10
Join Date: Mar 2016
Device: kindle touch 5.3.7.3
|
Books with no file ....
Meanwhile I have a very lot of entries called "book with no file ..." etc. As far as I understand this is the result of deleting books manually in my kindle (kindle 4) and not using Calibre/Kindle Collections.
So far, so bad. But how can I easily remove this entries? I suppose that deleting every "book with no file"-entry in every collection could help/solve the problem, but I have a lot of collections and a very lot of thos entries. Isn´t there a easy way, some kind of gobal deleting all this entries? |
![]() |
![]() |
![]() |
#457 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 538
Karma: 1000000
Join Date: Dec 2011
Location: Rome, Italy
Device: Kindle PW5, Kindle PW4, Kindle 4 NT
|
I have the same issue of OP (and I have PW5), but it is not really an issue: what is missing on PW5 is the status message that tells you how much time it took to update/rebuild collections - which is usually a matter of seconds - but if you click on KUAL buttons after a while you will see that it is responsive, and the collections are indeed created.
So if you ever decide to update it, there is not much to work, at least you do not need to change the hardcore part, only what triggers the final status message. But that is for the LibrarianSync plugin, I'm not sure you're managing it. That said, there is another feature I'd like to request and I think this is for the Calibre plugin: I have noticed that the newly created collections (didn't test for the updated ones) are automatically marked as favourites. I would like this to stop, if it possible, or better yet it would be nice an option to choose whether do it or not. The reason I ask is because in the latest firmwares there is an option to show ALL collections together with books, never show them, or show only the ones you mark as favourites. At the moment latter options equals the first one unless you manually remove the "favourite" flag. Thanks! |
![]() |
![]() |
![]() |
#458 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 106
Karma: 2724
Join Date: Nov 2011
Device: Multiple Kobos, multiple Kindles
|
Just tested it with python3 (set it in the first line instead of python2.7) from the commandl ine. It works without problems, but prints the following warnings:
Code:
[FBInk] Unidentified Kindle device 1LG (0x690) [G001LG]! [FBInk] [refresh_kindle] MXCFB_SEND_UPDATE: Interrupted system call! [FBInk] [fbink_print] Failed to refresh the screen! [FBInk] [refresh_kindle] MXCFB_SEND_UPDATE: Interrupted system call! [FBInk] [fbink_print] Failed to refresh the screen! [FBInk] [refresh_kindle] MXCFB_SEND_UPDATE: Interrupted system call! [FBInk] [fbink_print] Failed to refresh the screen! [FBInk] [refresh_kindle] MXCFB_SEND_UPDATE: Interrupted system call! [FBInk] [fbink_print] Failed to refresh the screen! [FBInk] [refresh_kindle] MXCFB_SEND_UPDATE: Interrupted system call! [FBInk] [fbink_print] Failed to refresh the screen! The collections are successfully deleted (with --delete) and rebuilt (with --rebuild-calibre), only printing doesn't seem to work. I assume that a new build of the python libraries should do the trick (since fbink can print without problems). Can I do this? Is there a tutorial to create the needed environment? Cheers, Joachim |
![]() |
![]() |
![]() |
#459 | |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,501
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Quote:
(I hotpatched an updated fbink *CLI* binary in *some* of the packages because of the new JB, which explains why the CLI works). |
|
![]() |
![]() |
![]() |
#460 |
Connoisseur
![]() Posts: 88
Karma: 18
Join Date: Jun 2020
Device: Boox Note Air3, don't use my kindle anymore
|
It all seems to work on a new PW5 btw. the important bit is installing the python package or it will just keep failing *silently*... I posted the steps I did to get it working here
https://www.mobileread.com/forums/sh...&postcount=566 Last edited by bigwoof; 12-19-2023 at 04:56 AM. |
![]() |
![]() |
![]() |
#461 |
Member
![]() Posts: 13
Karma: 10
Join Date: Apr 2020
Device: kindle paperwhite 3
|
Calibre library gives me the 'collections saved to the kindle message,' and then I am using librarian sync -> update collections (calibre plugin), and it gives me the updating collections message and then the time taken when completed on my kindle, but when I go to my library there are no collections at all (if i go to filters, collections under view options is greyed out). i am also unable to create new collections (as it is greyed out in the three dot menu). wanted to ask if i'm missing a step somewhere, as everything seems to be working right except for the collections actually being created on the kindle?
|
![]() |
![]() |
![]() |
#462 | |
Member
![]() Posts: 13
Karma: 10
Join Date: Apr 2020
Device: kindle paperwhite 3
|
Quote:
|
|
![]() |
![]() |
![]() |
#463 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Feb 2024
Device: Kindle Paperwhite 7th Gen
|
![]()
When I'm trying to edit the collections manually this error shows up. How do I fix it?
calibre, version 7.5.1 ERROR: Unhandled exception: <b>AttributeError</b>:type object 'Qt' has no attribute 'ItemFlags' calibre 7.5.1 embedded-python: True Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE') ('Windows', '10', '10.0.19045') Python 3.11.5 Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free') Interface language: None EXE path: C:\Program Files\Calibre2\calibre.exe Successfully initialized third party plugins: Kindle Collections (1, 7, 29) Traceback (most recent call last): File "calibre_plugins.kindle_collections.kindle_edit_co llections", line 333, in collection_combo_index_changed File "calibre_plugins.kindle_collections.kindle_edit_co llections", line 406, in refresh_table File "calibre_plugins.kindle_collections.kindle_edit_co llections", line 530, in populate_table File "calibre_plugins.kindle_collections.kindle_edit_co llections", line 554, in populate_table_row File "calibre_plugins.kindle_collections.utilities" , line 247, in __init__ AttributeError: type object 'Qt' has no attribute 'ItemFlags' |
![]() |
![]() |
![]() |
#464 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4
Karma: 26878
Join Date: Jul 2011
Device: Kindle
|
This is due to changes between Qt5 and Qt6. See https://www.mobileread.com/forums/sh...72#post4269772 for how I fixed it.
|
![]() |
![]() |
![]() |
#465 |
Member
![]() Posts: 20
Karma: 10
Join Date: Nov 2023
Device: kindle
|
Can't work in Kindle paperwhite 10 Gen 4
i do everything install python
and librariansync and apper in kual after choose update collections calibre plugin message show up librariansync updating collection the done in xxxx and nothing apper what should i do whats wrong ![]() |
![]() |
![]() |
![]() |
Tags |
collections plug-in, kindle |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Kindle Collections plugin | JosephWebber | Plugins | 1 | 08-21-2017 12:44 PM |
[GUI Plugin] Kindle Collections (old) | meme | Plugins | 2070 | 08-11-2014 01:02 AM |
KIndle collections Calibre plugin | atp | Library Management | 0 | 02-21-2012 08:26 PM |
[GUI Plugin] WebOS Kindle-Import | CranstD | Plugins | 0 | 01-24-2012 04:36 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |