Quote:
Originally Posted by chaley
If you have looked at the code then you would have seen that the calibre driver syncs only two metadata fields: read and date read. If you want to sync more than that you will need to:
|
Thanks @chaley I saw where _is_read_ and _last_read_date_ get picked up and managed to get them to appear in Calibre. However, I noticed that CC sends abbreviated metadata in response to GET_BOOK_COUNT and *full* metadata in response to NOOP, {"priKey": 1}. I assumed that the full metadata wouldn't be sent only to be thrown away and that I must have missed something.
Thanks for the clarification.