Just posting some additional info here:
As above, setting ReadStatus = '0' and FirstTimeReading = 'true' will remove the book from the I'm Reading list
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.
Tim
|