Quote:
Originally Posted by ownedbycats
The 'always overwrite' option is from the Count Pages options. I know it override a checked option and doesn't overwrite the wordcount.
Does it also override an unchecked option and overwrite the pagecount?
|

FFF calls Count Page's count_statistics() method. See
https://github.com/kiwidude68/calibr...action.py#L168
It looks to me like CP will apply its settings. Personally, I'd just try it and see.
I'd forgotten about it, but there is an important difference between 'Calculate Word Count' option on FFF's General tab and the settings on the FFF Count Pages tab.
'Calculate Word Count' uses Calibre's internal word count mechanism
during the download phase and sets numWords as if that number had come from the site. Affects titlepage and if you are setting a word count column from FFF, either on Custom Columns tab or from custom_columns_settings.
The FFF Count Pages tab settings
only control whether CP is called and with what count algorithms. After that it's all on CP.