Hiding '- or .' inbetween syntaxes

Any questions? Need some help?
Post Reply
iKUd
Posts: 14
Joined: 25 Jan 2024, 18:32

Hiding '- or .' inbetween syntaxes

Post 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
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Hiding '- or .' inbetween syntaxes

Post 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.
:idea: Please read the FAQ and How to Request Help.
iKUd
Posts: 14
Joined: 25 Jan 2024, 18:32

Re: Hiding '- or .' inbetween syntaxes

Post by iKUd »

works ty..
Post Reply