Quote:
Originally Posted by bob_bookworm
What '['s are you referring to? The ones in the plugboard?
I found that plugboard somewhere here, so I supposed that '[' was the character needed to make it work...
I'm afraid I didn't get it, sorry 
|
Your (plugboard) template is trying to insert square brackets around the series_index
The simple template on:
My Title in
My Series[0] using
Code:
{series}-{series_index:0>2s}-{title}
results in
My Series-00-My Title
Start by removing the conditional stuff and start with a basic:
Code:
{series}{series_index}-{title}
then start adding the tricks until it breaks
Code:
{series}[{series_index}]-{title}
My Series[00]-My Title