Quote:
Originally Posted by Amalthia
Is it possible to list the word count from the story metadata in the Calibre's tags if you don't have the Count Pages plugin installed or a custom column for word count?
|
Word count is one of standard metadata entries collected for most sites. The FFF entry name is
numWords.
You can set it to a Calibre custom column from the FFF Custom Column config tab, or using
custom_columns_settings from personal.ini.
If you literally mean what you mention above, and want it in Calibre's Tags, you can do that with personal.ini setting
include_subject_tags (or
add_to_include_subject_tags), but be aware that Calibre automagically will change commas ',' in the word count to semicolons ';' because Tags are comma separated.
If you want to do that, but remove the commas and/or add a label to the number, I suggest making a new
extra_valid_entries in personal.ini and manipulating that. Some internal FFF features (such as Words Added in logpage) depend on
numWords not being changed.