Is it possible to search based on height and width, while comparing them?
As in, find all the portrait images, or landscape videos.
Using "\\path\to\media filename width:>height" doesn't appear to do any comparisons.
Search based on height and width as comparisons?
-
- Posts: 17
- Joined: Sun Nov 07, 2021 2:42 pm
Re: Search based on height and width as comparisons?
In Everything 1.4, include the following in your search:
orientation:landscape
-or-
orientation:portrait
orientation:
In Everything 1.5, include the following in your search:
width:>height:
-or-
aspect-ratio:landscape
-or-
aspect-ratio:portrait
-or-
$width:>$height:
aspect-ratio:
orientation:
$width:>$height:
orientation:landscape
-or-
orientation:portrait
orientation:
In Everything 1.5, include the following in your search:
width:>height:
-or-
aspect-ratio:landscape
-or-
aspect-ratio:portrait
-or-
$width:>$height:
aspect-ratio:
orientation:
$width:>$height:
-
- Posts: 17
- Joined: Sun Nov 07, 2021 2:42 pm
Re: Search based on height and width as comparisons?
Ah, I was unaware of being able to use the $ prefix to get the contents of a variable. That's handy.
Likewise portrait and landscape orientation options.
Nice!
Likewise portrait and landscape orientation options.
Nice!