View Single Post
Old 01-01-2024, 10:00 PM   #4
bulldogmo
Connoisseur
bulldogmo knows what's going on.bulldogmo knows what's going on.bulldogmo knows what's going on.bulldogmo knows what's going on.bulldogmo knows what's going on.bulldogmo knows what's going on.bulldogmo knows what's going on.bulldogmo knows what's going on.bulldogmo knows what's going on.bulldogmo knows what's going on.bulldogmo knows what's going on.
 
Posts: 65
Karma: 25748
Join Date: Apr 2011
Device: kindle
Okay, what am I doing wrong?

program:
if series_sort then
template (series/{author_sort[0]}/{author_sort}/{series}/{series_index:0>3s} - {title}/{author_sort} - {series} - {series_index:0>3s} - {title})
else
template ( single books/{author_sort[0]}/{author_sort:sublist(0,1,&)}/{title}/{author_sort} - {title})

What I want to do is this:
series/{author_sort[0]}/{author_sort}/{series}/{series_index:0>3s} - {title}/{author_sort} - {series} - {series_index:0>3s} - {title}

The books will be saved to the hard drive in the directory series/author first Initial of last name, then by full name (last, first), it will then be saved by series title, then under that by series index, and book title. The formats will then be placed into that directory.

If the book is NOT part of a series, it is to be saved with this:
single books/{author_sort[0]}/{author_sort:sublist(0,1,&)}/{title}/{author_sort} - {title}
directory single books, first letter of last name, last name and then first name, title, and finally author last name, first, and title of book.
bulldogmo is offline   Reply With Quote