Quote:
Originally Posted by JimmXinu
The problem is the ${title:|: |}.
The chapter title pattern uses Python's Template object from it's string module.
The :|: | part of that is, I assume, copied from Calibre's templating language which has additional features.
This works:
Code:
chapter_title_add_pattern:Chapter ${number} ${title} ◈ ${date}
chapter_title_addnew_pattern:Chapter ${number} ${title} ◈ ${date} | New <3
|
Thank you!!
But then, there is no way to display the ': ' only if there is a chapter title available?