Quote:
Originally Posted by firefoxxy
I'm not sure I understand this new feature for Count Pages. Do you mean that FFF will count the words and put them on the title page? And if the standard setting (only count if not found on site) is set, this will only be done if there is no wordcount given by the website - I don't understand the 'count during processing' part, sorry...
|
"only count if not found on site" == "will only be done if there is no wordcount given by the website"
I don't know how to make that any clearer.
Quote:
Originally Posted by firefoxxy
The second thing is that I would like to have a feature that automatically counts and shows the length of a story with a tag. What I mean is something like this: If a story has up to 1,000 words, I would like to have a tag that says 'drabble', for fics with up to 5,000 words 'short fic' and so on. Is it possible to do something like that with FFF?
|
FFF can't really do that as is. (A regexp replace_metadata solution may be possible, but
it would be kinda ugly.)
I could add a new feature for it, but how many people would use it? And I'd have to make it all configurable: number of size categories, numbers, names.
Calibre can do some things that are close.
If you have/make a numeric word count column, you could then create a custom column 'built from other columns', I believe, that displays different words depending on the number in the first column.
Personally, I use a Saved Search such as:
tags:completed and #wordcount:>30000 and #wordcount:<60000