Hacker News new | ask | show | jobs
by qwerty456127 2614 days ago
Is there one that can import Mac photo libraries an remove duplicate pictures by the way?
4 comments

I had this same issue.

PhotoStructure can read iPhoto libraries (and LR XMPs), and will coalesce both "sidecar" dupes (like JPG/RAW pairs), as well as images that were downsampled from other photo services (like Google Photos). It can leave your originals where they are, or copy them into a single time-stamped folder hierarchy (yes, you can edit the format of the timestamp if you don't like the LR standard). Files with the same SHA are not copied, but referenced in your library db.

Your library's metadata is kept both on disk (in XMP sidecars) as well as a sqlite db for fast access, and you can run queries on the db to do anything more exotic.

I am looking for this exact feature. Identifying duplicates from multiple back-ups. Is there a cool way?
Exiftool allows you to handle dupes while organizing photos.

http://owl.phy.queensu.ca/~phil/exiftool/

I found this doing a quick internet search: https://itunes.apple.com/us/app/photos-duplicate-cleaner/id5...
I successfully used fdupes and findimagedupes (both commandline tools) for that purpose. I moved my photos Mac library to shotwell (LINUX).