Increasing Confidence in the Import

Howdy @sandeep , welcome to PhotoStructure!

Thanks, that’s really appreciated! Can I use this quote on the public website?

I’m really hoping the new sync report in v2.1 will help answer this question.

Like you said, with 10k+ files, you need some industrial-strength tools to filter and sort, and rather than building that, I’m just emitting a CSV that you can then use Excel, OpenOffice, or any other spreadsheet tool to

  • filter on “rejected”, which will list the files that sync didn’t import (and the reason),
  • filter on “failed” and “timeout”, which are the files that PhotoStructure tried to import but couldn’t, and
  • filter on “skipped”, which are the directories that PhotoStructure didn’t even walk into, due to it being considered “ignorable” (and the details column will explain why it was skipped/ignorable).

Ah! That’s a great idea!

The list tool seems to be a good candidate to add this feature, and a glob pattern would make this easy to work with. You’d run something like

photostructure list --unimported /path/to/photos/**/*

(please do suggest a better switch name for this: --missing-from-library perhaps? --not-in?