A script to clean up and move photo files.
options:
-h, --help show this help message and exit
-s, --subfolders Move all files from all YYYYMMDD subfolders in the source folder to single destination folder
-r, --raw Delete all raw files for which there are no JPEGs with same filename. Mutually exclusive with -j.
-j, --jpg Delete all JPEG files for which there are no RAWs with same filename. Mutually exclusive with -r.
-m, --move Move all files from source folder to appropriate subfolder in the storage folder based on camera model and photo date
--source_folder SOURCE_FOLDER For -s option: source folder to look for YYYYMMDD subfolders, default = current folder
--dest_folder DEST_FOLDER For -s option: destination folder where all files from subfolders will be moved, default = current folder
--clean_folder CLEAN_FOLDER For -j or -r option: folder that holds files to be cleaned up, default = current folder
--move_source_folder MOVE_SOURCE_FOLDER For -m option: source folder from which files will be moved to --storage_folder, default = current folder
--storage_folder STORAGE_FOLDER For -m option: storage folder to which files from --move_source_folder will be moved, default = current folder