I am trying to create a custom column that combines the series info with the title info in Calibre. What I currently have that column define as is
Code:
{series}{series_index:0>2s| [|]: }{title_sort}
and that is working as expected. But I would rather have the series portion use the library sort form rather than keep the articles(a, an, the) at the beginning. I tried
Code:
{series:series_sort()}{series_index:0>2s| [|]: }{title_sort}
but I get the following message:
Quote:
TEMPLATE ERROR evaluate() takes exactly 5 arguments (7 given)
|
What am I doing wrong?
Calibre version 0.8.46, Windows XP SP3
Edit: Also, is this the right board for this question or should I have posted somewhere else?