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.
|