Cheers
You would have to set $file_checksums=true;
then run pages/tools/update_checksums.php
and then run a search for !duplicates, or uncomment the link that is
commented out in pages/team/team_resource.php:
<li><a href="../search.php?search=<?php echo
urlencode("!duplicates")?>"><?php echo
$lang["viewduplicates"]?></a></li>
This check has worked well for me to find duplicate files that are
exactly the same (ex. it will stop working if embedded metadata is
altered from file to file ) regardless of filename,
I've also been experimenting with visual comparison tools which
wouldn't care about things like metadata or file format, but rather
find duplicates based on visual similarity of the previews. None of
that has been developed far enough to release.
Tom
> --
> You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
> To post to this group, send email to resour...@googlegroups.com.
> To unsubscribe from this group, send email to resourcespac...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/resourcespace?hl=en.
>
>
--
Tom Gleason, PHP Developer
DBA Impressive Design
Exploring ResourceSpace at:
http://resourcespace.blogspot.com
--
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Feb 27, 2015, at 11:07 AM, Robert Damrau <robert...@gmail.com> wrote:I just started writing a plugin to find similar images using this php implementation which looks very promising. My first tests indicate it's pretty fast, maybe have a look at it!
--