Quote:
Originally Posted by hal9000
That's what I thought, but then if the book has no series you get an ugly " - " before the title. Is there a way to do this so the "-" only appears if a series exists? If no, could it be added to calibre? I mean a way to condition a literal string to the existence of a field. Or even have two different name templates for books with or without series.
|
There's currently no way to do this. Try using this:
Code:
{author_sort}/{series}/{series_index} {title}
To eliminate the "ugly " - " or just change the pattern and select files with/without series_index before saving.