List folders containing "*.flac>150MB" AND "*.cue"

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
manontour
Posts: 1
Joined: Mon Nov 29, 2021 11:47 am

List folders containing "*.flac>150MB" AND "*.cue"

Post by manontour »

Hi! I'm trying to list all folders that contain
  • *.flac files bigger than 150MB
AND
  • *.cue files
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: 4655
Joined: Thu Sep 03, 2009 6:48 pm

Re: List folders containing "*.flac>150MB" AND "*.cue"

Post by therube »

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: 15565
Joined: Fri Oct 16, 2009 11:31 pm

Re: List folders containing "*.flac>150MB" AND "*.cue"

Post by void »

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.
Post Reply