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.
Hoping to return folders cotaining audio with certain attributes.
Re: Hoping to return folders cotaining audio with certain attributes.
You will need to do two passes to find your folders.
1). Search for your files:
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:
Right click the childfilelist1: text in the search box and click Edit File List Slot...
Paste your filenames and click OK.
childfilelist1:
1). Search for your files:
audio-bits-per-sample:24 | audio-sample-rate:>44100Copy 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:
Re: Hoping to return folders cotaining audio with certain attributes.
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.
@KLevant: Me too! Thanks for asking.
Cheers, Chris