photoname: Rename JPEG photo files based on shoot date

[ application, console, library, program ] [ Propose Tags ]

Command-line utility for renaming/moving photo image files based on EXIF tags.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2.0, 2.1, 2.2, 2.3.0, 3.0.0, 3.0.1, 3.1, 3.2, 3.3, 5.0, 5.1
Dependencies base (>=3 && <5), directory, exif, filepath, mtl, old-locale, parsec, time, unix [details]
License BSD-3-Clause
Copyright 2007-2011 Dino Morelli
Author Dino Morelli
Maintainer Dino Morelli <dino@ui3.info>
Category Application, Console
Home page http://ui3.info/d/proj/photoname.html
Uploaded by DinoMorelli at 2011-05-08T15:41:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables photoname
Downloads 7333 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-28 [all 7 reports]

Readme for photoname-3.0.0

[back to package description]
photoname
----------

author: Dino Morelli <dino@ui3.info>


*about*

photoname is a command-line utility for renaming/moving photo image
files. The new folder location and naming are determined by the the
photo shoot date information contained within the file's EXIF tags.

This program is known to build with GHC 6.12.3


*install*

With cabal-install, get it directly from Hackage:

   $ cabal install photoname

Or manually after unpacking source:

   $ runhaskell Setup.lhs configure
   $ runhaskell Setup.lhs build
   $ runhaskell Setup.lhs test
   $ runhaskell Setup.lhs install