Visual filters - Tags, labels, comments, properties

Features wanted...
kunkel321
Posts: 645
Joined: 10 Jun 2012 03:45
Location: Near Seattle

Re: Visual filters - Tags, labels, comments, properties

Post by kunkel321 »

admin wrote:This worked already before tags supports. But you need the right syntax:

Code: Select all

"1920x1080 pixels" prop:#image.dimensions: 1920 x 1080 >FFFF80,FB4F04
Thanks Don! As it turns out.... I was getting deja vu, so I searched my old posts. One of the first posts I ever made here, back in 2012, was to inquire about this same topic. That same evening, you added the feature to XY :biggrin:
http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=8311

EDIT: An additional question though: Back in 2012 you recommended limiting the filter to only image files. Is that still the case? What would the syntax for that be?
This "1920x1080 Images only" prop:#image.dimensions: 1920 x 1080|*.jpg;*.png;*.bmp >FFFF80,FB4F04 is not correct. And using a semicolon is too inclusive...
ste(phen|ve) kunkel

klownboy
Posts: 4397
Joined: 28 Feb 2012 19:27
Location: Windows 11, 25H2 Build 26200.7171 at 100% 2560x1440

Re: Visual filters - Tags, labels, comments, properties

Post by klownboy »

Hi kunkel321, take a look at my post above...I'm pre-filtering for *.jpg files with this: "Fugi Camera" prop:CameraModel:*X100S* //|filter:*.jpg So in your case, it would be...

Code: Select all

"1920x1080 pixels1" prop:#image.dimensions: 1920 x 1080 //|filter:*.jpg>FFFF80,FB4F04
Pre-Filters (Advanced Feature only for Geeks) is covered in Help under Colored Filters.

kunkel321
Posts: 645
Joined: 10 Jun 2012 03:45
Location: Near Seattle

Re: Visual filters - Tags, labels, comments, properties

Post by kunkel321 »

klownboy wrote:[...]Pre-Filters (Advanced Feature only for Geeks) is covered in Help under Colored Filters.
Yup, that works. Many thanks!
ste(phen|ve) kunkel

Post Reply