View Single Post
Old 08-02-2023, 04:55 AM   #1655
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,212
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Rivanov View Post
Is it possible to show the counted pages that has been stored in a column in Calibre, on my Kobo Libra H2O?
I don't see the counted pages on the Details page right now.

I use the KoboExtendedDriver (KePub).
Go to to the settings for the KoboTouchExtended Driver.

Go to the Metadata, on device & advanced tab

check Book stats

For Words, click Template Editor. Put in
Code:
program:floor($$#words)
For Pages, click Templace editor and put in
Code:
program:floor($$#pages)
#words and #pages are my columns. Put in whatever your columns are named.
JSWolf is offline   Reply With Quote