EDIT: file removed, replaced with later version.
New version attached to this post. Can you test it against the errors you saw. I'll wait to update the first post until it looks ok, and see if anything else pops up
Fixed import for Windows, and Linux. The Windows bug was due to pathnames using \ instead of / like the Kindle and Linux. I had changed the code to key everything off of pathnames instead of codes. And I found another bug that meant the collections weren't being assigned to the right books so that's been corrected as well. Always the most recent changes...
Quote:
Originally Posted by nynaevelan
  U think I would be silly enough to say it wasn't working without checking??
|
lol - well its worth asking just in case
@Nyssa, thanks for confirming
Quote:
Originally Posted by OneMore
ERROR: Unhandled exception: <b>TypeError</b>:delete_quiet() got an unexpected keyword argument 'kindle_managed'
|
Fixed this. Thanks for the feedback and trace details.
However, this call is only made if you selected Delete in Customizations. Create is the usual action. Delete is only used when you want to clean collections you no longer want. Are you sure you're using Create as the action for the column?
Quote:
|
* option to "trigger fast hack reboot..." does not seem to have any effect on this Kindle.
|
This only works if you have the hacks installed on your Kindle.
Quote:
|
* "kindle category" column is empty
|
Fixed as above.
Quote:
|
* when I remove some books from Kindle using Calibre, there are orphaned records in category (title: book with no file - #[GUID]^EBOK, other fields empty). They can be seen in "edit kindle collections manually" dialog window.
|
Yes - you have deleted them from the Kindle, but the Kindle does not delete entries from collections just because it can't find the book anymore. I show them in Edit Collections to make you aware of this, but mainly because there are some Kindle books that aren't stored on the filesystem and I want you to be able to put those into a collection.
Quote:
|
* these orphan books do not disappear even after I re-create the collection automatically (i.e. overriding Kindle collection).
|
This is odd. Create recreates all the collections that Calibre manages. Is the collection listed as Calibre or Kindle managed in the report you get after running Create?
Quote:
after I imported these Kindle collections to Calibre, the folowing message is displayed attempting to re-create Kindle collections from Calibre:
ERROR: Unhandled exception: <b>KeyError</b>:u'#importedkindlecollections'
|
This was caused because there was no data in the import column (due to the bug above). Added a check to fix this.