Hi everybody,
I want my calibre to find out if book comes in series and accordingly to answer choose from saving it to "author_sort" folder or "_series_" folder....please - where I catch wrong grip?
Code:
{series:'test($,
strcat("Knihy/_",field("series"),"_/",field("series_index"),". ",field("title")," (",field("author"),")"),
strcat("Knihy/",field("author_sort"),"/",field("title")," (",field("author"),")"))'}
PS: Even start may be wrong using "series" as output variable, but I couldn't use #var from some reason i don't get....