Quote:
Originally Posted by Crusher
...
I need a template for my save to disk section. Atm I'm trying to use {author_sort}/{title}/{author_sort} - {series} - {title} but It's not working.
|
??? define specifically "not working"
Quote:
I want the file to save on disk with the Author name (ex. Frederik Pohl) - Series + number (Heechee Series 01) - Name of book (Gateway).
|
- If you want author Fn/Ln order then don't use {author_sort}; it yields Ln/Fn
- {series} returns only series name; if you want the number you need an additional field {series_index}.