Hi! I am testing how to make a plugboard that results in something like this:
When there is a series:
[CUSTOMCOLUMN] (series [01]) - Title
When there is no series
[CUSTOMCOLUMN] - Title
But I am not sure how to do it.
For now, I managed to get
customcolumn - series [01] - Title
and
customcolunm - Title,
using
{#customcolumn} - {series}{series_index:0>2s| [|] - }{}{title}
What can I change to get my Uppercase and put the brackets and parentheses where I want them?