This PR adds from_date and to_date command line options to limit the file processing based on the calculated data. Files with unknown date are unfiltered.
This is useful to me because I have a sync folder where the phones keep dumping the data so deleted pictures will be recreated.
I use phockup to copy the pics to a nice structure and then select the ones that I want to keep, so reprocessing all the source folder would replace the photos that I deleted.
This PR adds
from_date
andto_date
command line options to limit the file processing based on the calculated data. Files with unknown date are unfiltered.This is useful to me because I have a sync folder where the phones keep dumping the data so deleted pictures will be recreated. I use phockup to copy the pics to a nice structure and then select the ones that I want to keep, so reprocessing all the source folder would replace the photos that I deleted.