d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Detect Duplicate Files In Two Different Directory? > Script
Prev12
Add Reply New Topic New Poll
Member
Posts: 62,215
Joined: Jun 3 2007
Gold: 9,039.20
Mar 6 2016 08:29pm
Quote (Azrad @ Mar 6 2016 06:01pm)
another idea is to have the program collect the name of potential matches as before (with say 50% matches) then have it display these to a human and have them make the final decision.


Maybe *100 too so OP knows you're talking about percents.
Member
Posts: 5,988
Joined: May 6 2006
Gold: 30.00
Mar 6 2016 10:46pm
Do you just want a reference to the file names of the duplicates/uniques, or do you want a script that can move all unique movies into a single folder?

How do you intend to handle the case where two distinct movies share some of the same words, or trilogies, etc.

I could write something that suits your needs for some Fg :)

This post was edited by oOn on Mar 6 2016 10:47pm
Member
Posts: 29,346
Joined: Mar 27 2008
Gold: 504.69
Mar 7 2016 09:24am
Quote (oOn @ Mar 7 2016 12:46am)
Do you just want a reference to the file names of the duplicates/uniques, or do you want a script that can move all unique movies into a single folder?

How do you intend to handle the case where two distinct movies share some of the same words, or trilogies, etc.

I could write something that suits your needs for some Fg :)


Probably just record them and make the decision my self. I'll be able to do it myself just bouncing ideas. Seems like powershell is the best once I get there. Still have to rename 2000 or so movies before I need to detect duplicates.
Member
Posts: 10,415
Joined: Aug 24 2005
Gold: 24,533.60
Mar 8 2016 07:29am
you can get the md5 hash of every files
same md5 hash means same file

have fun coding
:)
Go Back To Programming & Development Topic List
Prev12
Add Reply New Topic New Poll