Hoping to return folders cotaining audio with certain attributes.

Discussion related to "Everything" 1.5.
Post Reply
Klevant
Posts: 2
Joined: Sat Aug 31, 2024 3:41 am

Hoping to return folders cotaining audio with certain attributes.

Post by Klevant »

Hi,I would like to return a list of folders that contain audio files that are either 24bit or a higher sample rate than 44100 and so far I have this.

audio-bits-per-sample:24 | audio-sample-rate:>44100)

This gets me the files themselves but I'm not sure how to get it list the folders that contain them.Any help would be great, a shove in the direction.
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Hoping to return folders cotaining audio with certain attributes.

Post by void »

You will need to do two passes to find your folders.

1). Search for your files:

audio-bits-per-sample:24 | audio-sample-rate:>44100


Copy all the filenames to the clipboard:
Select All (Ctrl + A)
Copy all filenames (Ctrl + Shift + C)



2). Search for your parent folders:

Search for:

childfilelist1:


Right click the childfilelist1: text in the search box and click Edit File List Slot...
Paste your filenames and click OK.



childfilelist1:
Klevant
Posts: 2
Joined: Sat Aug 31, 2024 3:41 am

Re: Hoping to return folders cotaining audio with certain attributes.

Post by Klevant »

Excellent.This got me exactly what I was after. Thanks.
ChrisGreaves
Posts: 821
Joined: Wed Jan 05, 2022 9:29 pm

Re: Hoping to return folders cotaining audio with certain attributes.

Post by ChrisGreaves »

void wrote: Sat Aug 09, 2025 11:10 pm You will need to do two passes to find your folders.
@KLevant: Me too! Thanks for asking.
Cheers, Chris
Post Reply