Skip to main content

Organize image files by date taken

Project description

https://travis-ci.org/leinz/imagesort.svg?branch=master

Organize image files by date taken

All tiff and jpg images under the given source directory are placed in the destination directory under subdirectories with names corresponding to when they are taken. Files with no or invalid exif metadata are put in the unknown directory.

The destination directory have the following structure after processing:

2013/
    2013_12_20/
        1.jpg
2014/
    2014_03_06/
        2.jpg
        3.jpg
    2014_07_01/
        4.jpg
unknown/
    5.jpg

The original filenames are preserved. If a destination filepath already exist, there are two possible outcomes:

  • If the old filepath’s content is identical to the new one, the program does nothing and continues to the next image.

  • If the contents of the old and new files are different, it will append an integer until the content of an existing file matches or the path does not already exist. This means that if there are three source files named 1.jpg with identical date metadata but different contents, the final names will be 1.jpg, 1-1.jpg and 1-2.jpg.

Installation

Install with one of the following commands:

$ easy_install imagesort

or alternatively if you have pip installed:

$ pip install imagesort

Usage

Type imagesort -h for a list of available options.

Examples

Copy images from inputdir to outputdir:

$ imagesort copy inputdir outputdir

Use the dry-run flag to see which actions will be performed without actually doing anything:

$ imagesort --dry-run copy inputdir outputdir

Replace copy with move or hardlink to move or hardlink files instead of copying them.

Development

Testing

Running the tests during development requires pytest. Install dependencies with

$ pip install -r requirements.txt

and then run tests with

$ py.test

Alternatively, if you have tox installed, just run tests by running:

$ tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imagesort-0.4.0.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

imagesort-0.4.0-py2.py3-none-any.whl (6.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file imagesort-0.4.0.tar.gz.

File metadata

  • Download URL: imagesort-0.4.0.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for imagesort-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e2478853a6d4e2fffce9944107360077e70af4e324276d73f5a21e32e61e498c
MD5 62719ea1705fba54bfc41c17132b3a5a
BLAKE2b-256 70ca7b200480bd777b271044683f4fd4c2f0462c86b63548f473114fb591bc42

See more details on using hashes here.

File details

Details for the file imagesort-0.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for imagesort-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5a6fc99cd7672a835bb10ffdaa734e37e22a0ec1578b8e9a46ced9b49b165720
MD5 72d9fb9b35131dc5de4bd63a64b602a5
BLAKE2b-256 fd6312cff99f7b11109545d9d12e663e0b738fc677266087a33e6c34ec413aab

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page