how to search property length

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

how to search property length

Post by yusef88 »

Code: Select all

Length: >= 01:00
I used to use this pattern but it no longer works
Attachments
2018-12-28_110501.png
2018-12-28_110501.png (2.36 KiB) Viewed 504 times

jupe
Posts: 2801
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: how to search property length

Post by jupe »

It doesn't work because you are missing the first 2 00's in your pattern. ie 00:01:00, anyway for future reference these should all work:

Code: Select all

Length: >= 00:01:00

Code: Select all

prop:*length: >= 00:01:00
or maybe

Code: Select all

prop:#27: >= 00:01:00
or replace 00:01:00 in the above examples with 01:00:00 if required.

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: how to search property length

Post by yusef88 »

Thank you so much :tup:

Post Reply