Quote:
Originally Posted by Npnth
Sorry for the chatter, this was the result of a plugboard I was using. I had been using
Code:
{series:re(([^\s])[^\s]+(\s|$),\1)}{series_index:0>2s| - | - }
instead of
Code:
{series:re(([^\s])[^\s]+(\s|$),\1)}{series_index:0>2s| - | - }{title}
|
What you are seeing seems to be to be expected behavior for your metadata plugboard.
If you just put series in the title then books without a series would be labeled as unknown because there is nothing to place in the title. Why did you remove {title} from the plugboard?