finding folder that has specified video duration

Discussion related to "Everything" 1.5.
Post Reply
golly
Posts: 3
Joined: Tue Jan 07, 2025 9:55 pm

finding folder that has specified video duration

Post by golly »

so i want to find a folder that has these two duration in them and i can't figure it out

i try these to find the folder but it doesn't work
length:25:56 length:24:44
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: finding folder that has specified video duration

Post by NotNull »

That is currently not possible in one step.

It *is* possible to find the files (audio or video) with these lengths:

Code: Select all

audio:|video:  length:25:56;24:44
And to find the matching folders:
- Select all matching files (CTRL + A)
- Press 'Ctrl + Shift + C' (or Menu => File => Copy Full Path)
- Open a new Tab
- Type the following search:
childfilelist1:

- Right-click the text childfilelist1: (or press F2)
- Select Edit File List Slot
- Paste the filenames
- OK

The result list will show your folders.
golly
Posts: 3
Joined: Tue Jan 07, 2025 9:55 pm

Re: finding folder that has specified video duration

Post by golly »

thanks for the answer but i think it doesn't work? it shows folder about any duration that listed, what i want if in that folder both duration exist
so if the folder doesn't have any video that have video that 25:56 long and 24:44 don't show the folder and only show the folder that have both duration in that one folder
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: finding folder that has specified video duration

Post by NotNull »

Missed that ...

Can I have a second chance? :D

Code: Select all

audio:|video:  length:25:56;24:44  dupe:path
That is the closest I can get for now. If there are 2 files with length 25:56 in one folder, that folder will be listed too.
Post Reply