Search for video files that do -not- have a jpg with identical name

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
eswul62
Posts: 127
Joined: Wed Jul 31, 2013 6:07 am

Search for video files that do -not- have a jpg with identical name

Post by eswul62 »

I created a thumbnail sheet of many video files (using Video Thumbnails Maker).
Those sheets are saved as .jpg with identical file names, so like this:
SomeVideo.mp4 (or .avi, or .wmv)
SomeVideo.jpg

I am seeking a way to find .mp4|.avi|.wmv
where a jpg with the same name is -missing-

Anyone any suggestions?

Thanks!
void
Developer
Posts: 16679
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search for video files that do -not- have a jpg with identical name

Post by void »

With Everything 1.5, please try the following search:

Code: Select all

file:regex:^(.*)\.(mp4|avi|wmv)$ !fileexists:\1.jpg


fileexists:
eswul62
Posts: 127
Joined: Wed Jul 31, 2013 6:07 am

Re: Search for video files that do -not- have a jpg with identical name

Post by eswul62 »

Wow!
Thank you very much indeed.
Super.
Post Reply