View Single Post
Old 05-11-2023, 04:20 PM   #452
andregaliza
Junior Member
andregaliza began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2023
Location: Galiza
Device: kindle 4.1
Smile clarification of the modifications kindle collections proposed by demeyer0

Quote:
Originally Posted by andregaliza View Post
It works great on calibre version 6.14.1 on windows 10 and with a kindle 4.1.

For newbies (like me) these are the steps I had to follow:
1-previously uninstall the kindle collections plugin from calibre(did not work).
2-download the original plugin from the forum (https://www.mobileread.com/forums/sh...d.php?t=244202)
3-Open (do not extract) the downloaded kindle Collections.zip file with the 7-zip program and then edit the utilities.py file, as indicated by dmeyer0.

4-Save the edited file and then close 7-zip.
5- Start calibre and install the kindle Collections.zip that we have modified. And voila, it works perfectly.

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.
andregaliza is offline   Reply With Quote