View Single Post
Old 11-19-2011, 07:32 PM   #1
cipesek
Junior Member
cipesek began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2011
Device: none
Variable "Send to device" path

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....
cipesek is offline   Reply With Quote