Giter Site home page Giter Site logo

sachilles / smart-image-renamer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ronakg/smart-image-renamer

0.0 0.0 0.0 34 KB

A script to intelligently bulk rename images using EXIF data

License: GNU General Public License v2.0

Python 100.00%

smart-image-renamer's Introduction

smart-image-renamer

A script to intelligently bulk rename images using EXIF data contained within

Current build status

Install

To install smart-image-renamer:

Recommended method is via pip.

pip install smart-image-renamer

Else install like any other python package.

python setup.py install

Usage

usage: smart-image-renamer.py [-h] -f FORMAT [-s SEQUENCE] [-r] [-i] [-t] [-V] [-d destination]
                            [-v | -q]
                            input [input ...]

Smart Image Renamer

Rename your photos in bulk using information stored in EXIF.

positional arguments:
  input          Absolute path to file or directory

optional arguments:
  -h, --help     show this help message and exit
  -f FORMAT      Format of the new file name
  -c             Copy file
  -d DESTINATION Copy/Move file to destination
  -s SEQUENCE    Starting sequence number (default: 1)
  -r             Recursive mode
  -i             Include hidden files
  -t             Test mode. Don't apply changes.
  -V, --version  show program's version number and exit
  -v, --verbose
  -q, --quiet

Format string for the file name is defined by a mix of custom text and following tags enclosed in {}:
  YYYY        Year
  MM          Month
  DD          Day
  hh          Hours
  mm          Minutes
  ss          Seconds
  Seq         Sequence number
  Artist      Artist
  Make        Camera Make
  Model       Camera Model
  Folder      Parent folder of the image file
  File        Current Filename

Examples:
  Format String:          {YYYY}-{MM}-{DD}-{Folder}-{Seq}
  File Name:              2014-05-09-Wedding_Shoot-001.JPEG
                          2014-05-09-Wedding_Shoot-002.JPEG

  Format String:          {YYYY}{DD}{MM}_{Model}_Beach_Shoot_{Seq}
  File Name:              20140429_PENTAX K-x_Beach_Shoot_001.JPEG
                          20140429_PENTAX K-x_Beach_Shoot_002.JPEG

smart-image-renamer's People

Contributors

ronakg avatar khsing avatar paulmassen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.