If you are experiencing problems with "Everything", post here for assistance.
manontour
Posts: 1 Joined: Mon Nov 29, 2021 11:47 am
Post
by manontour » Mon Nov 29, 2021 12:14 pm
Hi! I'm trying to
list all folders that contain
*.flac files bigger than 150MB
AND
I've tried to Advanced Search -> Folders with a child subfolder or file name containing: "*.cue *.flac" but the list is empty. Besides, I don't know how to specify that the FLAC files contained in the folder have to be bigger than 150MB.
I'd be glad if someone could help me, thanks in advance!
therube
Posts: 4955 Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Mon Nov 29, 2021 3:54 pm
size: will handle the size part, size:>150mb
ext: will handle the extension part, ext:flac;cue
Part of (or) the rest, I believe can be handled by one of the child*.*: functions, but I'm not sure, offhand.
void
Developer
Posts: 16678 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Mon Nov 29, 2021 10:47 pm
Please try creating a file list to find the folders:
In Everything , type in the following search:
*.cue | < *.flac size:>150mb >
From the File menu, click Export... .
Choose a filename and click Save .
From the File menu, click Open File List... .
Select the file list from above and click Open .
Search for the following:
child:*.flac child:*.cue
When you are finished with the results, close the file list:
From the File menu, click Close File List .