View Single Post
Old 06-14-2022, 03:05 AM   #24
wold
Zealot
wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.wold knows better than to ask about the Gravitic Imploder Lance.
 
Posts: 137
Karma: 87012
Join Date: Apr 2021
Device: Lux 5, Libra 2, PRS-T2N
Quote:
Originally Posted by Huwaetzel View Post
Installation works well. Attached find 2 documents
1. A screenshot from the actual installation
2. The html file created with the pocketbook own Notes export.

My firmware version is the latest with U741.6.5.1684

Let my know in case I can help further with testing
Thanks. Mhmm, in the DB there are various dates stored. Used now is 'time altered'. A sync could explain them being equal, or manual insertion - but that matters less now.

To properly investigate this the SQL rows are needed. I'll add a debug function to show those ASAP.
In the meantime, if you can run a SQL query on books.db, then see the code below. Ensure the original DB row number are shown under settings > annotation viewer. Added in now are those from the screenshot.

Code:
--for the item data
SELECT * FROM Items WHERE OID IN (690, 736, 751, 756, 758, 759)

--for the tag data
SELECT * FROM TAGS WHERE ItemID IN (690, 736, 751, 756, 758, 759)
The UI issues will get also get fixed.
wold is offline   Reply With Quote