View Single Post
Old 09-09-2010, 06:34 AM   #23
farrioth
Enthusiast
farrioth began at the beginning.
 
Posts: 36
Karma: 12
Join Date: Aug 2010
Device: Kobo eReader
Quote:
Originally Posted by timlegge View Post
However, to add a book to the I'm Reading list it must have a DateLastRead as in:

update content
set ReadStatus=1,
FirstTimeReading='false',
DateLastRead='2010-09-08T23:10:10'
where BookID is Null and ContentID = 'ENTER YOUR CONTENT ID HERE'

That being said, I have successfully modified the I'm Reading list using Calibre for the first time. I have a bit of work to do but a future version of Calibre should support editing the I'm Reading list.
Thanks for the information and for your time working on this. I assume the functionality will be implemented as a plugin? It would be nice to see a command-line interface or some sort of library so someone can write another interface if they want to.
farrioth is offline   Reply With Quote