This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Name: EXIFmover | |
# Forked from EXIFmover.py by Brian Klug (@nerdtalker / [email protected]) | |
# Purpose: | |
# Move Files into directory based on dates | |
# Designed to un-clusterfuck the Dropbox camera upload directory which is a mess as all files are | |
# uploaded to same folder. | |
# Moves files into /YEAR/MONTH eg /2014/03 | |
# Creates directory if it doesn't exist, moves into that directory if it exists | |
# Files without "YYYY-mm-dd" pattern on its name are scanned looking for exif data |