Quote:
Originally Posted by timlegge
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.