>  2. If we want all the files except between 2018/12/31 and 2021/01/01:
>  Enable   Target   Op    Value
>  Or Not   Time     Gt>    2018/12/31 00:00:00
>  Or Not   Time     Lt<    2021/01/01 00:00:00
Did you mean "BEFORE 2018/12/31 and AFTER 2021/01/01"?
Exactly!


My examples, I use, below:

### z_myMediaBin_2018_only ###
Enable   Target   Op      Value
Or       Time     Ge >=   2018/01/01 00:00:00
And      Time     Lt <    2019/01/01 00:00:00

### z_myMediaBin_between2019-2020 ###
Enable   Target   Op      Value
Or       Time     Ge >=   2019/01/01 00:00:00
And      Time     Lt <    2021/01/01 00:00:00

### z_myMediaBin_exceptBetween2019-2020 ###
Enable   Target   Op      Value
Or Not   Time     Ge >=   2019/01/01 00:00:00
Or Not   Time     Lt <    2021/01/01 00:00:00

The characters "z_" in the head of the folder name is to put them in the bottom of the list in the Resource window.
--
Cin mailing list
[email protected]
https://lists.cinelerra-gg.org/mailman/listinfo/cin

Reply via email to