I've been trying to start a fresh with my calibre library but it has been a while and even though I've gone back to refresh my memory, my new template is not working. I'm using -
{author_sort:.1}/{author}/{series}/{title} - {series}{series_index:0>2s| -|- }{author}
Which I want to be -
A (1st letter of Authors last name) > Author (First Last) > Series (if applicable) > Title - Series -03- Author
eg: J > Robert Jordan > Wheel of Time > The Eye of the World – Wheel of Time -01- Robert Jordan
But its just not happening and I can't figure it out. I also, like another forum post I have some series have novellas or short stories between books, so I have some entries' series numbers labeled like 2.50. Which I want to save series as 01, 02, 02.50, 03.
Which the response was -
{author_sort}/{series:||/}{series_index:re(^(\d)(\.|$),0\1\2)||. }{title}
but I am just not sure how to add this into my template.
Please help I am really confused!
Thank you for any help