Quote:
Originally Posted by mergen3107
Could you please elaborate on this a little more? I used KRDS to analyze .sdr files of an azw3 book, but couldn't find such record in any of the two json files.
|
Sure. From the .azw3f.json file you uploaded:
Code:
"lpr": {
"position": "1343671",
"time": "2020-01-31T00:08:32.347000"
}
This shows the last page read (lpr) as a KF8/azw3 position and the time it occurred. The position is a decimal number giving an offset within the raw HTML content of the book, as can be obtained using the
kindleunpack software. See
the work done by j.p.s for an example of how to make use of this information.
Quote:
Originally Posted by mergen3107
Also, as far as I understood, the pages numbers/locations of the table of content are not written in the sdr files, right?
|
That is correct.