View Single Post
Old 07-18-2025, 11:59 AM   #3328
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,592
Karma: 79436940
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by jiembe View Post
KoboTouchExtended option:

Use Template for kepubification

That option is still in calibre 8 and above.

It's found in the Configure this device menu of the driver, on the tab labelled Collections, covers and uploads and is labelled Template to decide conversions. The help for the field reads
Quote:
Enter a template to decide if an EPUB book is to be auto converted to KEPUB.

If the template returns false or no result, the book will not be converted to KEPUB. For example to only kepubify books that have the tag as_kepub, use the template:
Code:
{tags:str_in_list(\,,as_kepub,true,false)}
or to only convert books that do not have the tag as_epub, use the template:
Code:
{tags:str_in_list(\,,as_epub,false,true)}
If no template is specified conversion to KEPUB is controlled only by the setting above to use the Kobo viewer.

Note that the setting above must be enabled for the template to be checked.'
PeterT is offline   Reply With Quote