Hi!
I'm sure this is answered many times before, but I am new to Everything (loving it!) and haven't been able to relate the other answers to my scenario, and find the help docs a bit intimidating.
On a shared network drive, my company has a gazillion folders, not very organized. I'm trying to find video files for different projects, and have to search for the folder name. That's fine, I can find many folders with the correct search term. But, it would help a lot to either only list folders that have video files in them, or, list all the video files that "comes from" a folder that fit the search criteria.
Example:
Search term: "dancing monkeys"
Result option 1:
Folders:
"Dancing monkeys in November 2020"
"Jungle safari 2019, dancing monkeys doing something insane"
"another folder with dancing monkeys"
Each one of those folders contains video files. For example 1234.mp4, monkey.mov, 4281.mp4, and so on.
Result option 2:
"1234.mp4"
"monkey.mov."
"4281.mp4"
These files originates from folders containing the word "Dancing monkeys".
Would anyone be so kind to explain how I would set up such a search?
Filtering file types within folders
Re: Filtering file types within folders
Although not impossible in Everything 1.4, this gets a lot easier when using version 1.5:
Code: Select all
child:video:
mr.kenken wrote: Thu Mar 06, 2025 9:37 am list all the video files that "comes from" a folder that fit the search criteria
Code: Select all
video: "*dancing monkeys*\*"
Re: Filtering file types within folders
WOW! Thank you for the prompt reply!
"*search term*\*" worked!
But I couldn't get the child:video: to work. How is this entered? Is it through a filter or something? I tried typing this in the search field:
"search term" child:video:
"*search term*\*" worked!
But I couldn't get the child:video: to work. How is this entered? Is it through a filter or something? I tried typing this in the search field:
"search term" child:video:
Re: Filtering file types within folders
Exactly like this:
child:video:
It will show all folders that contain video-files.
The "search term" you add should therefor be related to the folder-names.
But I might be misunderstanding your goal here. Please post some examples (and what should be the results) for better understanding.
Re: Filtering file types within folders
The goal is to list the folders that fit the search criteria, and have videos in them. Can't see any results by typing child:video:
But if I can't get it to work it's no big deal, I can use the other method.
But if I can't get it to work it's no big deal, I can use the other method.
- Attachments
-
- 1.png (5.85 KiB) Viewed 275 times
Re: Filtering file types within folders
You are using version 1.4 instead of 1.5 ...
NotNull wrote: Thu Mar 06, 2025 10:19 am Although not impossible in Everything 1.4, this gets a lot easier when using version 1.5:
Re: Filtering file types within folders
Ah, I see! Didn't think that applied to that method. Thank you for helping out and your insane response time!