Videos/images height greater than width

Discussion related to "Everything" 1.5 Alpha.
Post Reply
lifu
Posts: 26
Joined: Tue Jun 15, 2021 11:04 pm

Videos/images height greater than width

Post by lifu »

I tried to do a search using height:>width but I guess it doesn't treat "width" like a variable with a value in it. Is there a way to do this?
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Videos/images height greater than width

Post by raccoon »

This is currently in development, however, you can already use the Aspect Ratio property that is available to images and videos.

Examples:

pic: aspectratio:<1 <--- Images that are tall.

pic: aspectratio:>1 <--- Images that are wide.

Optional: You can add the Aspect Ratio column to see the aspect ratio of media. You can also add the Aspect Ratio property to your Options -> Indexes -> Properties search to remember the aspect ratios to speed up your future searches. Narrow down the parameters of this property search to only the folder paths of interest so it indexes faster and uses less RAM.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Videos/images height greater than width

Post by void »

lifu
Posts: 26
Joined: Tue Jun 15, 2021 11:04 pm

Re: Videos/images height greater than width

Post by lifu »

void wrote: Fri Feb 25, 2022 11:41 pm aspect-ratio:
Ah, thanks!
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Videos/images height greater than width

Post by void »

Everything 1.5.0.1304a now supports the following search:

height:>width:
Post Reply