View Single Post
Old 02-19-2020, 04:17 PM   #33
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,117
Karma: 92190133
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by mergen3107 View Post
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 View Post
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.
jhowell is offline   Reply With Quote