Attached is a KUAL extension for KUAL booklet users to move the listing for KUAL to the top of the Recent view. This does not take effect until some other document is opened and closed.
The technique used is discussed in the thread https://www.mobileread.com/forums/sh...d.php?t=314510
The order of listing in Recent view is based on the last access time in the cc.db database. This gets updated for most documents when they are closed, including the kindlet versions of KUAL. Kindle firmware greater than 5.8.x does not support kindlets so the booklet form of KUAL was created. But, for some reason, the last access time for the KUAL booklet does not get updated. This KUAL extension updates the KUAL last access time to the current time plus 999 seconds. This will keep KUAL at the top of the Recent listing for about 15 minutes. After that, as books are opened and closed, they will be listed above KUAL until it is bumped again.
This has been tested and works on PW3 5.9.6.1 and KOA2 5.9.2
This extension requires the sqlite3 binary from the python package, so it depends on python being installed.
The technique used is discussed in the thread https://www.mobileread.com/forums/sh...d.php?t=314510
The order of listing in Recent view is based on the last access time in the cc.db database. This gets updated for most documents when they are closed, including the kindlet versions of KUAL. Kindle firmware greater than 5.8.x does not support kindlets so the booklet form of KUAL was created. But, for some reason, the last access time for the KUAL booklet does not get updated. This KUAL extension updates the KUAL last access time to the current time plus 999 seconds. This will keep KUAL at the top of the Recent listing for about 15 minutes. After that, as books are opened and closed, they will be listed above KUAL until it is bumped again.
This has been tested and works on PW3 5.9.6.1 and KOA2 5.9.2
This extension requires the sqlite3 binary from the python package, so it depends on python being installed.