https://github.com/runejuhl/imgreorder
Order images (and movies) to YY/MM/DD/filename.ext scheme
https://github.com/runejuhl/imgreorder
Last synced: 3 months ago
JSON representation
Order images (and movies) to YY/MM/DD/filename.ext scheme
- Host: GitHub
- URL: https://github.com/runejuhl/imgreorder
- Owner: runejuhl
- Created: 2012-12-05T00:12:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-05T01:03:39.000Z (over 12 years ago)
- Last Synced: 2025-02-28T17:08:40.017Z (3 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imgreorder
Order images (and movies) to YY/MM/DD/filename.ext scheme. Date/Time
information is taken from EXIF if possible, otherwise using stat
information (mtime).## Usage
imgreorder reorders images (.jpg or .JPG) and movies (.mov or .MOV)
into a YY/MM/DD structure from the current directory.`imgreorder.py PATH [--verbose]`