View Single Post
Old 08-05-2010, 11:18 AM   #3
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,212
Karma: 16534894
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
Quote:
Originally Posted by Adoby View Post
The only problem is that you can only have one Save template active. And if you use a Save template with the series index, and the book doesn't belong to a series, then a ugly 0 sneaks into the name.

This is the template I use when sending books, belonging to a series, to my device:

{author_sort[0]}/{author_sort}/{series}/{series_index} {title} - {authors}

It would be nice to be able to have two different templates, one for books belonging to a series, and one for book that are not part of a series. Or if {series_index} was empty if the book doesn't belog to a series. (I just registered a ticket regarding this...)
In the meantime, you could compromise by trying this (or a variation) as a template which should handle both cases:-
Code:
{author_sort[0]}/{author_sort}/{series} {series_index:>2s} {title} - {authors}
jackie_w is offline   Reply With Quote