Quote:
Originally Posted by rockeh
I want to create a template that will add the book series and index to the filename, but only if they exist.
|
You can't.
Quote:
So, can anyone give me a pointer?
|
Try this:
Code:
{series} {series_index} {authors} - {title}
It puts a couple of spaces at the front of the name when {series} and {series_index} are empty, and the OS strips them off.