Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 04:41 AM   #1
Cyril Gabard
Connoisseur
Cyril Gabard began at the beginning.
 
Posts: 56
Karma: 10
Join Date: Oct 2019
Location: France
Device: Clara HD
Export Calibre page number to e-reader

Hello,
Is there a way to export the new Calibre "page number" information to the Book details panel on my Kobo ? Cant find how to...
Cyril Gabard is offline   Reply With Quote
Old Yesterday, 09:21 AM   #2
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 14,795
Karma: 245110941
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Configure the Kobo driver in Calibre. In the Tab "Metadata" check the box "Book stats" and enter the following in the template field Pages:
program:$$pages
Sirtel is online now   Reply With Quote
Old Yesterday, 10:27 AM   #3
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: 82,273
Karma: 150871427
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 Sirtel View Post
Configure the Kobo driver in Calibre. In the Tab "Metadata" check the box "Book stats" and enter the following in the template field Pages:
program:$$pages
I use
Code:
program:floor($$#pages)
for the pages from Count Pages. So for the calibre p[ages, I'd use
Code:
program:floor($$pages)
JSWolf is offline   Reply With Quote
Old Yesterday, 10:46 AM   #4
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,842
Karma: 80512826
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by JSWolf View Post
I use
Code:
program:floor($$#pages)
for the pages from Count Pages. So for the calibre p[ages, I'd use
Code:
program:floor($$pages)
I've no idea why you'd use floor on a field that IS an integer....
PeterT is offline   Reply With Quote
Old Yesterday, 10:53 AM   #5
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 14,795
Karma: 245110941
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by JSWolf View Post
I use
Code:
program:floor($$#pages)
for the pages from Count Pages. So for the calibre p[ages, I'd use
Code:
program:floor($$pages)
Never used floor there. Personally I use
Code:
program:$$#pages
Sirtel is online now   Reply With Quote
Old Yesterday, 11:03 AM   #6
Cyril Gabard
Connoisseur
Cyril Gabard began at the beginning.
 
Posts: 56
Karma: 10
Join Date: Oct 2019
Location: France
Device: Clara HD
It worked. A big TX to you !

Quote:
Originally Posted by Sirtel View Post
Configure the Kobo driver in Calibre. In the Tab "Metadata" check the box "Book stats" and enter the following in the template field Pages:
program:$$pages
Cyril Gabard is offline   Reply With Quote
Old Yesterday, 11:03 AM   #7
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: 82,273
Karma: 150871427
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
I got the code I use from the Kobo Touch Extended Driver thread.
JSWolf is offline   Reply With Quote
Old Yesterday, 11:40 AM   #8
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 14,795
Karma: 245110941
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by JSWolf View Post
I got the code I use from the Kobo Touch Extended Driver thread.
So did I. Strange.
Sirtel is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Moon+ Reader Pro Dynamic Page Number Calculation Error witchkitten Android Devices 0 05-25-2024 11:18 AM
[Help] How do I get Calibre to show the correct, non-arbitrary page number? todiwan Calibre 6 07-09-2016 10:55 AM
Calibre server - change number of books per page contrabass Related Tools 1 04-24-2016 09:04 PM
Moon+ Reader: How do I see percentage rather than page number? Rheanna Android Devices 0 11-12-2015 03:17 PM
How does the calibre viewer calculate page number and total pages? auspex Development 9 09-24-2014 08:10 AM


All times are GMT -4. The time now is 06:03 AM.


MobileRead.com is a privately owned, operated and funded community.