Rhet Turnbull

Results 846 comments of Rhet Turnbull

@moffat I use iTerm as well and I've noticed that sometimes it fails to ask for authorization but this is not easily reproducible. Unfortunately, testing the PhotoKit authorization is difficult...

What happens if you run the same command without `--use-photos-export`? Maybe related to #625 Are you on Intel or M1? Which terminal app are you using?

This would be great but I don't use Projects and haven't attempted to reverse engineer information about these yet. I'm still working on getting the person info / faces working...

Yes, they should generate the same report. I'll take a look and see if I can figure out what's going on.

Hmmm ``` $ diff -q report1.csv report2.csv Files report1.csv and report2.csv differ $ sort report1.csv > report1.csv $ sort report2.csv > report2.csv $ diff -q report1.csv report2.csv ``` It may...

I think this is fixed in v0.50.12 -- please upgrade and let me know if exportdb is working as expected now (has your latest runs, etc.)

I'll work on a separate fix for the sorting. 0.50.12 should have at least fixed the other exportdb weirdness

I'll take a look at this. I agree it's an easy mistake to make. But many people use cleanup and I know several users use it in an unattended fashion...

One option might be a new `--cleanup-prompt` which prompts the user before deleting files. I *always* run with `--dry-run` any time I'm trying a new configuration. This would have caught...

Great debug info -- thanks! My first guess would've been photoinfo was changing (labels are sometimes re-computed by Photos) but your step 6 above shows that's not the case. Does...