View Single Post
Old 10-02-2011, 10:36 PM   #11
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by ednemo View Post
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
DoctorOhh is offline   Reply With Quote