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!
Search for video files that do -not- have a jpg with identical name
Re: Search for video files that do -not- have a jpg with identical name
With Everything 1.5, please try the following search:
fileexists:
Code: Select all
file:regex:^(.*)\.(mp4|avi|wmv)$ !fileexists:\1.jpg
fileexists:
Re: Search for video files that do -not- have a jpg with identical name
Wow!
Thank you very much indeed.
Super.
Thank you very much indeed.
Super.