Quote:
Originally Posted by Maverynthia
However when I try to use the code I get:
calibre, version 1.37.0
ERROR: Invalid template:
The template {series:.1:'ifempty($, field("title"))'}/{series}{series_index| [|] - }{title} ({authors}) is invalid:
string indices must be integers, not unicode
|
You are missing a ":" between "series_index" and its following "|". The template should be
Code:
{series:.1:'ifempty($, field("title"))'}/{series}{series_index:| [|] - }{title} ({authors})