Slashdot Mirror


User: EvandroJúnior

EvandroJúnior's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re: write it yourself on Does Anyone Make a Photo De-Duplicator For Linux? Something That Reads EXIF? · · Score: 1

    I had written it myself. Had the same problem This program does all that and more with a graphic interface. It uses md5 hashes to deduplicate files from a source folder to a destination folder. https://github.com/evandrojr/F... It is open source works for windows and should work for linux with minor changes. It uses mono with c# Hope it helps. Worked for me pretty well.

  2. Re: General case on Does Anyone Make a Photo De-Duplicator For Linux? Something That Reads EXIF? · · Score: 1

    This program does all that and more with a graphic interface https://github.com/evandrojr/F... It is open source works for windows and should work for linux with minor changes. It uses mono with c# Hope it helps