View Single Post
Old 11-13-2019, 04:32 PM   #1
imans314
Enthusiast
imans314 began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jul 2012
Device: sony prs-t1
Question Dashes in Save to Disk

I used to have just 1 template to save both books with and books without series.

The outcome of the template was:
No series: author - title
Series: author - series seriesnumber - title

The two templates I am using now are:
No series: {authors} - {title}
Series: {authors} - {series} {series_index:0>2s} - {title}

I have been trying something like this:
{authors} - {series}{series_index:0>2s| - | }{title}
This works fine without a series but with a series it looks like:
author - series - seriesnumber title.

I cannot find a way to remove the dash betweern series and serienumbers and add a dash between seriesnumber and title.

Can anyone explain what I am doing wrong?
imans314 is offline   Reply With Quote