Quote:
Originally Posted by Rivanov
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.