View Single Post
Old 04-10-2012, 10:44 AM   #1
razorsoup
Enthusiast
razorsoup began at the beginning.
 
razorsoup's Avatar
 
Posts: 33
Karma: 10
Join Date: Jan 2012
Location: Texas, USA
Device: Kindle Paperwhite 4
Help with series_sort()

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?

Last edited by razorsoup; 04-10-2012 at 10:49 AM. Reason: Question about board
razorsoup is offline   Reply With Quote