View Single Post
Old 12-27-2020, 06:19 AM   #809
UMNiK
Member
UMNiK began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Oct 2020
Device: Kindle PW4
Doesn't work, but doesn't error either

So I suppose it's good news that it loads correctly and doesn't throw an obvious error, but it also doesn't work on either old books' annotations or newly transferred ones.

From reading the debug, it finds the book from the calibre library ok, but it can't seem to match the title that is in MyClippings.txt to the book that is on the device. The titles are identical. Only thing I can think of is that kindle adds the author in parentheses when saving to MyClippings.txt, but that can't be it, can it?

Here's the matching.
Code:
DEBUG:   16.4  resolve_paths. looking for book on device: book_path=E:\documents\Atomic Habits_ An Easy & Proven Way to Build Good Habits & Break Bad Ones - James Clear.bookmark
DEBUG:   16.4  resolve_paths. looking for book on device: this_fmt=E:\documents\Atomic Habits_ An Easy & Proven Way to Build Good Habits & Break Bad Ones - James Clear.kfx
DEBUG:   16.4  resolve_paths. found format: this_fmt=E:\documents\Atomic Habits_ An Easy & Proven Way to Build Good Habits & Break Bad Ones - James Clear.kfx
Code:
DEBUG:   76.3  Getting metadata from book. path='E:\documents\Atomic Habits_ An Easy & Proven Way to Build Good Habits & Break Bad Ones - James Clear.kfx'
DEBUG:   76.8  Book on device title: 'Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones'
Here it is failing to find annotations.
Code:
DEBUG:   76.8    Annotation for Title=='Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones'
DEBUG:   76.8      Title not found in books on device
And here's an excerpt from the MyClippings.txt
Code:
==========
Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones (Clear, James)
- Your Highlight on page 6 | location 80-83 | Added on Sunday, 27 December 2020 13:56:53

ON THE FINAL day of my sophomore year of high school, I was hit in the face with a baseball bat. As my classmate took a full swing, the bat slipped out of his hands and came flying toward me before striking me directly between the eyes. I have no memory of the moment of impact.
==========
Tried running with the disable cache option, same thing.
UMNiK is offline   Reply With Quote