Quote:
Originally Posted by kovidgoyal
IIRC the rescan does work if the file has been modified (it checks the file size and if it is different does the recount).
|
No, just check in to be sure (and what I say it's seem intended to me):
Calibre first check if the Page Object in the db has the same format_size that the "db.format_db_size()", and only
if their is different, redo the calc.
The new size of the files is retrived only
after that and used only in the new Page Object.
So you need to commit a size change for this format for that a new Page Object could be create.
MaintainPageCounts.count_book()