Help How can I add brackets???
Hi, I would like to know how I can add brackets [ ] before the source and at the end
Before BDRip and at the end
Thanks
Help How can I add brackets???
Re: Help How can I add brackets???
What is the format you are currently using?
Easy answer, where [...] is included regardless of {vs} being defined or not:
Easy answer, where [...] is excluded if {vs} is undefined:
Complicated answer where we combine and join multiple values that each individually may or may not be defined using the given separator / prefix / postfix characters:
See Learn how {expressions} work and useful Helper Functions for details.
Easy answer, where [...] is included regardless of {vs} being defined or not:
Format: Select all
[{ vs }]
Format: Select all
{ [vs] }
Format: Select all
{ allOf{ vs }{ vf }{ vc }.joining(' ', ' [', ']') }
Please read the FAQ and How to Request Help.
Re: Help How can I add brackets???
Thank you very much for your help
Re: Help How can I add brackets???
Please share the format you end up using in the end for the next guy who might stumble on this thread.
Please read the FAQ and How to Request Help.
Re: Help How can I add brackets???
This is the format I'm using now.
And what I would like is that before {vcf} I had [
and at the end ]
Format: Select all
{ny} {sxe} {t} {vf} {source} {vcf} {vc} {audioLanguages} {acf} Subs{textLanguages}{tags}
and at the end ]
Re: Help How can I add brackets???
You probably mean before {vf} so you can just add [...] there and at the end:
Format: Select all
{ny} {sxe} {t} [{vf} {source} {vcf} {vc} {audioLanguages} {acf} Subs{textLanguages}{tags}]
Please read the FAQ and How to Request Help.
Re: Help How can I add brackets???
Perfect, Thank you very much