peircej / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

[feature request] duplicates find #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Info about all files is sored in database, so there is no grate problem to
realize like a plugin feature: to find possible duplicates, files similar
by name (registry dependable/undependable) by size, and may be by crc.

I think it is really useful feature for pictures organizer. 

Original issue reported on code.google.com by Oleg.Bla...@gmail.com on 15 Jul 2009 at 9:23

GoogleCodeExporter commented 8 years ago

Original comment by r...@wallace.gen.nz on 9 Aug 2009 at 2:09

GoogleCodeExporter commented 8 years ago
This feature would be very welcome.

I've made some research and i found mrquery, GPL licensed
http://edcjones.tripod.com/pycode.html

I unzipped mrquery.06.01.22.tgz
I installed python2.6-dev and python-numarray
I followed the INSTALL file (NONCEFILE must be an existing html file which will 
be written)
(I corrected some #include <Python.h> in #include 
</usr/include/python2.6/Python.h> in /usr/include/python2.6/numarray/* )

Then i ran ./mrq.py basename new test/images
I open the NONCEFILE in my web browser
And it works, it shows you the duplicate images with a score between 0 and 1 !
Even with cropped, resized images, jpg vs png, exif or not.

So if someone has some time and knows python, he could try to integrate this in 
jbrout (then making a button 'look for duplicates' and ask which one should go 
to trash, or automatically remove the file with no exif, or with little size).
(I see a comment "Do not use filenames containing a space or other weird 
character." in the code, mrquery need to be clean before integration, hard 
work.)

Original comment by p...@gmx.fr on 22 Oct 2010 at 1:07

GoogleCodeExporter commented 8 years ago
I would vote here for WONTFIX or keeping it NEW. This is a huge undertaking, 
which would probably not be done by the current maintainers. If somebody wants 
to step and investigate this bug, it would be almost an independent project.

Obviously this should be a plugin.

Original comment by matej.c...@gmail.com on 12 Aug 2013 at 10:12