It has resolutions in the file name like 720p 854p etc.
I have since downloaded those same videos in higher resolutions.
What I am trying to do is find those lower resolution duplicates.
The problem is, some file names will have the video id in it and some do not, file sizes for the same video downloaded by the same app can have different file sizes usually a little bigger or smaller but never the same file size.
The unique video id is the only unique identifier and it is 11 characters, it can have 0-9, a-Z, _ and -
I'm thinking of various ways to find these files.
There are file names like these, some has the video id in it and some do not, for this example the unique video id is -A_bcd01-3_
Some example file names, if a video id exists it would have a space or a dash in the beginning and end of the video id
Fundamentals of Finance & Economics for Businesses – Beginners Course 1.mp4
Fundamentals of Finance & Economics for Businesses – Beginners Course 1 -A_bcd01-3_ 720p.mp4
Fundamentals of Finance & Economics for Businesses – Beginners Course 1--A_bcd01-3_-720p.mp4
Fundamentals of Finance & Economics for Businesses – Bonus Lesson.mp4
I think to find duplicate file names that doesn't have the video id, I would need regex to match first 50 characters, this would bring up files that do not have the unique id and files that have the unique id.
I entered this in the search and it doesn't seem to work:
Code: Select all
regex:^.{1,50}