sortphotos
sortphotos copied to clipboard
SortPhotos is a Python script that organizes photos and videos into folders using date/time information
Hi, would like to use the model and original filename in the renaming string? is there a way or is really only possible to rename by date?
One issue that may come up is that JPG and raw files can get different names if there was a burst of pictures taken (i.e., more than one image a...
Line 210 and 211 in sortphotos.py: increment.decode('utf-8') encountered issue because it truncated bytes in size = 4096. encoding 'utf-8' can have various bytes (1 to 4), thus increment = os.read(fd,...
Hi Andrew, I really like how sort-photos evaluates a file for the oldest date in the exif data prior to sorting & renaming based on my chosen naming format. Hoping...
Should fix https://github.com/andrewning/sortphotos/issues/115
Instead of ExifTool binary can use more integrated python lib to find EXIF tags. Then no need to install Perl and another tool.
Read lat,lng GPS geocoordinates exif (present in most mobile photos) and reverse-geocode them, so can put optional country and city name to folder name, something like "US-NY-New York City"
Hi, I found this script useful but discovered it was Python 2 only. Also had to figure out installation. Have added a check and a docs update to help newbs...
Hello it would be nice the possibility on the sorted site 2017 - 2017_01 -- 2017_01_12 | her would be all the jpg file --- 2017_01_12-RAW | her would be...