View Single Post
Old 05-09-2010, 02:33 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by livingenzyme View Post
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.
theducks is offline   Reply With Quote