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