View Single Post
Old 07-18-2010, 03:46 AM   #16
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 Partzz View Post
??? ??? Is there a Combo Save filename expression? Something that can generate a filename for AUTHOR - SERIES 00 - TITLE.ext and AUTHOR - TITLE.ext without having to re-enter for each individual group save? The postings in this forum look like Metadata Import only, but I didn't see a SAVE settings forum.
Yes and no. The following will give you what you want in one pass. But it will not have preceding zeros so may not sort right beyond 9 books in a series.

{author_sort}/{series} {series_index:>2s} - {title} - {authors}

If the preceding zeros are critical to you then you need to make two passes and manually select all books in a series for pass one.

{author_sort}/{series} {series_index:0>2s} - {title} - {authors}

Then select all books without a series for pass two.

{author_sort}/{title} - {authors}
DoctorOhh is offline   Reply With Quote