View Single Post
Old 08-07-2016, 02:48 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,086
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by jcrawfordx View Post
In Calibre, is there some relatively non-complex way to append the #word_count field to each title en masse (i.e. batch mode)?

e.g. I would like my "Moby Dick" title field to look like "Moby Dick [395]", indicating there are 395 pages in it. (brackets are not critical)
Thanks
You do not really want to dirty standard fields (in the Library) like this. It breaks many fetches


You can:
Move the columns around so #word is next to title for browsing the list

You can use it in any Template when sending:
Code:
 {title}-[{#word}]
theducks is offline   Reply With Quote