Quote:
Originally Posted by recook
But it could know because i start Sigil through the Pligin "Open With" and subsequently watch the file date, no?
|
Calibre's
last_modified/Modified column refers to the date/time the metadata, as represented in the library database, was last changed.
When you edit a format file (epub or azw3) with the calibre editor, the
last_modified/Modified column in the book's library metadata is not changed.
The
formats_modtimes(date_format) template function could be used to populate a custom column with file system
Date modified values, but it would probably carry a performance penalty. See
The calibre template language
BR