phosort is a simple script to sort a directory of photos and videos. Designed to break down a directory into yearly creation date sub directories. Also rename files to provide a more consistent and readable listing.
PIP install:
pip install phosort
Manual install:
Download the provided source and execute it using the following command:
python setup.py install
Usage:
phosort [directory] [option]
Contribute:
If you wish to contribute to the project you can find the latest source code on GitHub:
http://wiki.github.com/acampbell3000/python-scripts/
Further information:
phosort is now also available on PyPi Package Index (PyPI) (aka, the "Cheeseshop"):
http://pypi.python.org/pypi/phosort
Product's homepage
Requirements:
· Python
· Hachoir
· Hachoir parser
· Hachoir metadata
What's New in This Release: [ read full changelog ]
· Updated usage notes.
· Add keywords to setup.py.
· Output typo fix.