Just for an update, this is my actual template (and a work in progress!)
Example book:
Title: The Working Title: in Progress
Authors: John Doe Livingstone & Jane Doe Bernadette
Series: My series title with several words
Series Number: 1.00
Date: 2019
"Save to disk" Template
Code:
{author_sort:.20s:sublist(0,1,&)}/{author_sort:.28s:sublist(0,1,&)}{title:re(\,,_)|--|}/{author_sort:.28s:sublist(0,1,&)}{pubdate:| (|)}{series:.20s| [|}{series_index:0>2s|-|]}{title:.50:re(\,,_)|--|}
Output is
Code:
Author Sort/Author Sort--Title/Author Sort [Series-03]--Title
or live folders and file:
Livingstone,_John_Do
Livingstone,_John_Doe--The_Working_Title__in_Progress
Livingstone,_John_Doe_(2019)_[My_series_title_with-01]--The_Working_Title__in_Progress.epub
Tweek applied:
Code:
author_sort_copy_method = u'invert'
save_template_title_series_sorting = u'strictly_alphabetic'
Save to disk pptions:
- Format date as: %Y
- Replace Space with undersores (Check)
Thank you all for sharing ideas and helping in this and other posts!