sortphotos
sortphotos copied to clipboard
SortPhotos is a Python script that organizes photos and videos into folders using date/time information
Update ExifTool to version 12.45 released on Sep 16, 2022.
I would like to sort my photos into one directory structure, and videos into another - it would be great to have some additional filters: ``` --include_extension --filter_extension ``` which...
New option --extensions can be used to filter by extension so that only files with the specified extension(s) will be searched in the source directory. ExifTool already includes the capability...
Hi, unfortunately something seems to be wrong with the date recognition. At least in one case for me: ``` Preprocessing with ExifTool. May take a while for a large number...
When running on MacOS with Python 3.7.6, I get the following error: ``` git clone [email protected]:andrewning/sortphotos.git cd sortphotos python3 setup.py install cd src python3 sortphotos.py source_dir dest_dir -r -s --rename...
1. [Added ability to prioritize specific groups/tags for date information](https://github.com/andrewning/sortphotos/commit/301e7f74c509b083d05ee347ed20073ee591945f) 2. [Add --disable-time-zone-adjust option](https://github.com/andrewning/sortphotos/commit/0096ad52969174ec9e66935c422bd812da47e1ad) 3. [Add --ignore-file-types option](https://github.com/andrewning/sortphotos/commit/6f4917c0b49c1fe32be1ae00c27658630878db55)
Photos are getting sorted by the UTC-stamped date and not the local time. Here is an example. I'd like this video to be in 2021/December/16, but it is getting sorted...
Exif-Tool updated to 11.92 version. Including .pm files required for master branch to work. Btw Phil changed his email!
It would be very nice to be able to remove the duplicates from the source folder, so that there is no remaining processed image in the source folder
Added an additional arg to allow optional cleaning of the source directory. In my case I was taking years of mixed managed photos and dumping that mess into a single...