Quote:
Originally Posted by j.p.s
The sqlite3 in the python package worked great.
I'll probably put together a KUAL package next weekend.
|
I've made a KUAL extension that works like the first post except that it sets the last access time for KUAL 999 seconds into the future, which will keep it on top for about 15 minutes.
I'll make a new thread for it and attach the extension to it tomorrow.
ETA: The extension is attached to the thread
https://www.mobileread.com/forums/sh...63#post3803463
Quote:
Originally Posted by knc1
Why not use a stored procedure to update last used time of KUAL, triggered on open, close, or 'home' button press?
|
I might give this a shot. My first thought was update the KUAL access time whenever the Entries database is updated, but as I type this, I guess that would cause an infinite loop of updates.
So I guess I have to learn how do detect events after all.