Page 1 of 1

Hiding '- or .' inbetween syntaxes

Posted: 27 Jan 2024, 22:39
by iKUd
When no match there are hyphens left.

Shell: Select all

{ vf } - { any{hdr}{null} } - { vc }
The hyphen in front or the one behind the {any{hdr}{null}} should be included somewhere somehow that if its 'null' it's hiding also.
Otherwise it looks like

Shell: Select all

1080p - - x265

Re: Hiding '- or .' inbetween syntaxes

Posted: 29 Jan 2024, 12:06
by rednoah
e.g.

Format: Select all

{ allOf{vf}{hdr}{vc}.join(' - ') }
:arrow: Please read Learn how {expressions} work and useful Helper Functions for details.

Re: Hiding '- or .' inbetween syntaxes

Posted: 30 Jan 2024, 16:31
by iKUd
works ty..