Help with descendant-folder:

Discussion related to "Everything" 1.5 Alpha.
Post Reply
TersonWatt
Posts: 19
Joined: Wed Oct 26, 2022 7:21 am

Help with descendant-folder:

Post by TersonWatt »

I am using:

"any folder name" descendant-folder:1 descendant-folder:2

I'd like the results to only return folders containing descendant folders named exactly "1" and "2" and exclude folder names that have a 1 or 2 in them. I've tried using

"any folder name" descendant-folder:exact:1 descendant-folder:exact:2

but the results are not what I was expecting. I guess I've not found the right syntax. Any help would be appreciated. Thanks in advance for any help that can be provided.
void
Developer
Posts: 15707
Joined: Fri Oct 16, 2009 11:31 pm

Re: Help with descendant-folder:

Post by void »

Please try the following search:

"any folder name" exact:descendant-folder:1 exact:descendant-folder:2

Search modifiers must appear on the left of search functions.
TersonWatt
Posts: 19
Joined: Wed Oct 26, 2022 7:21 am

Re: Help with descendant-folder:

Post by TersonWatt »

Thanks @void. Exactly what I needed. Works perfectly. Cheers Terson
TersonWatt
Posts: 19
Joined: Wed Oct 26, 2022 7:21 am

Re: Help with descendant-folder:

Post by TersonWatt »

Lack of syntax knowledge again. I'm trying to search for folders that have MP3s with the year 2024.

I can find the MP3s using year:2024

I've tried using descendant-file:year:2024 This shows me folders where the MP3 filenames contain "2024".

Is there a search I can use to look at the Year stored in the MP3?

Thanks in advance for any help that can be provided.
void
Developer
Posts: 15707
Joined: Fri Oct 16, 2009 11:31 pm

Re: Help with descendant-folder:

Post by void »

Everything can do this with a two-pass search.

First search for:

*.mp3 year:2024

Select all the results (Ctrl + A)
Copy all the filenames (Ctrl + Shift + C)

Change the search to:

childfilelist1:

Press F2 in the search box to edit your file list.
Paste your filenames and click OK.



To show the year column:
  • Right click the result list column header.
  • Click Add Column...
  • Search for: year
  • Select Year and click OK.
TersonWatt
Posts: 19
Joined: Wed Oct 26, 2022 7:21 am

Re: Help with descendant-folder:

Post by TersonWatt »

Thanks @void. The folders containing the 2024 MP3s appeared when I selected Folders. Magic. Mind boggling!! :shock: I'll have to read up about childfilelist1: :geek:
Cheers Terson
Last edited by TersonWatt on Fri May 17, 2024 9:26 am, edited 1 time in total.
void
Developer
Posts: 15707
Joined: Fri Oct 16, 2009 11:31 pm

Re: Help with descendant-folder:

Post by void »

Post Reply