Quote:
Originally Posted by Tweetygirl10111
Thanks so much, that custom column works really nicely,
|
Glad it is working how you want.
Quote:
but sorry to trouble, but is there a way use the new column as part of the file name in calibre documents... I tried using the save to disk option and editing the template using the lookup name I created which was just series_title but it didn't seem to work.
|
My current save to disk template is:
Code:
{author_sort}/{title} - {authors}
To use your column, I would try:
Code:
{author_sort}/{#series_title} - {authors}