Quote:
Originally Posted by livingenzyme
How do I make calibre to save my converted files with filename in the following format?
<title> # <author>
Usually, it's <title> - <author>
Much thanks.
|
Is # a series number (without a series name (not valid in Calibre) ).
The (

) template would be
Code:
{title} {series_index} {authors}
A better variation, in that you don't lose the series NAME:
Code:
{title} {series}-{series_index} {authors}
but this still is not good if you want a series to show in order that only uses file names.