Quote:
Originally Posted by ednemo
I have messed with the default a bit which is this:
{author_sort}/{title}/{title} - {authors}
But everything just comes back with the title and no author.
|
Your template above creates a file title - author.mobi inside a directory of the title inside the directory of author_sort. Could you just be seeing the first subdirectory which is the Title and not actually opening that directory to see the filename?
I would use the following if I wanted series-title-author with series being an optional field that only fills in when there is an actual series.
Code:
{author_sort}/{series:||-}{series_index:05.2f||-}{title}-{author}
Also make sure your in the Saving books to Disk area there are multiple areas that have save templates depending on what you are doing.
Good Luck