View Single Post
Old 12-29-2010, 09:32 PM   #1
3dusty
Connoisseur
3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.3dusty ought to be getting tired of karma fortunes by now.
 
Posts: 54
Karma: 528520
Join Date: Jun 2010
Location: Arkansas
Device: Google Nexus 7
Send to Device with Series Info

The template I'm using to send to my pocketbook 360 is
{author_sort}/{series}/{series_index:0>2s}{title} - {authors}
This gives me:
Author/Series/01title - Author
This is ok, but I've run across a book in a series that starts with a number. So then I have: Author/Series/018 Seconds - Author
I would like it to be: Author/Series/01 - 8 Seconds - Author
I changed the template to:
{author_sort}/{series}/{series_index:0>2s} - {title} - {authors}
This didn't change anything. There is no space and/or dash between the series number and the title of the book. How can I get the dash between the series number and the title?
What am I doing wrong?

Thanks for your help.
3dusty is offline   Reply With Quote