Quote:
Originally Posted by paulfiera
I've changed Ron's template a bit like this:
Code:
{authors}/{series}/{series_index:0>2s|| - }{title}/{series} {series_index:0>2s|| - }{title} - {authors}
This way, the series index is prepended the series title and the folders display in the right order. Probably unnecessary for some but it's working perfect for me.
|
That seems a bit odd. You get a folder for each author. In the author folder you get a folder for each series. In the series folder you get a folder for each book in the series. In that final folder you have a single book. Why not put all the books in the series into the series folder? They'll sort correctly by series_index the same way your folders for each book are sorting. What's the point of one folder per book?