Hi,
Is it possible to pull all files that appear first in their respective folders into a search?
For example: If I have 20 folders all containing photo sets, can I pull the first photo from each folder into a search showing 20 images, the first one in each folder?
Hopefully that makes sense.
Thanks
Search by position in folder?
Re: Search by position in folder?
Yes and no.
Yes, you can perform a distinct search to find at most one file from each directory.
No, you cannot specify what the first file is. -It is currently always the first name-sorted file.
Please try the following:
The jpg shown will be the first name sorted jpg in the folder.
The following search also does the same:
*.jpg distinct:path
More control over the 'first' file is on my TODO list.
Yes, you can perform a distinct search to find at most one file from each directory.
No, you cannot specify what the first file is. -It is currently always the first name-sorted file.
Please try the following:
- In Everything 1.5, type in your image search, for example:
*.jpg - Hold down Shift and right click the Path column header, under the Find Path Duplicates menu, click Find Unique (Including First Duplicate)
The jpg shown will be the first name sorted jpg in the folder.
The following search also does the same:
*.jpg distinct:path
More control over the 'first' file is on my TODO list.
-
- Posts: 2
- Joined: Thu Nov 10, 2022 4:34 pm
Re: Search by position in folder?
distinct:path is perfect, just what I needed!void wrote: ↑Fri Nov 11, 2022 3:48 am Yes and no.
Yes, you can perform a distinct search to find at most one file from each directory.
No, you cannot specify what the first file is. -It is currently always the first name-sorted file.
Please try the following:Everything will show one jpg for each distinct folder.
- In Everything 1.5, type in your image search, for example:
*.jpg- Hold down Shift and right click the Path column header, under the Find Path Duplicates menu, click Find Unique (Including First Duplicate)
The jpg shown will be the first name sorted jpg in the folder.
The following search also does the same:
*.jpg distinct:path
More control over the 'first' file is on my TODO list.
Thank you!
Re: Search by position in folder?
Not really that important, but is it possible to configure Everything to show the menu without having to hold down shift, or is there a reason the menu doesn't show without holding shift?
Re: Search by position in folder?
You can right click the Find <property> duplicates menu item without holding down Shift and then click Find duplicates/distinct/unique.