Hide missing attributes

Any questions? Need some help?
Post Reply
mattx38
Posts: 2
Joined: 09 Jan 2022, 19:16

Hide missing attributes

Post by mattx38 »

Hello,

I'm looking for a solution to hide dots when an attribute or a metadata is missing while renaming video files ?
I use the following preset :

Code: Select all

{n.space('_')} ({y}).{vf}.{vc}.{source}.{ac}.{af}
When there is no source in the metadata, the name of the file contains 2 dots.

Thank you.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Hide missing attributes

Post by rednoah »

e.g.

Code: Select all

{'-'+vf}{'.'+bitdepth+'bit'}{'.'+hdr}
:arrow: viewtopic.php?t=1895
:idea: Please read the FAQ and How to Request Help.
mattx38
Posts: 2
Joined: 09 Jan 2022, 19:16

Re: Hide missing attributes

Post by mattx38 »

Thank you for your fast and goo answer !
It works great.
Post Reply