Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 465a7663f3f73155276d826da7a6b03e > files > 8

digicamerge-2.00-4mdv2009.1.noarch.rpm

# $Id: README,v 1.7 2006/02/19 14:03:03 jalet Exp $
digicamerge v2.00 - February 19th, 2006

(c) 2002-2006 Jerome Alet <alet@librelogiciel.com>
You're welcome to redistribute this software under the
terms of the GNU General Public Licence version 2.0
or, at your option, any higher version.

You can read the complete GNU GPL in the file COPYING
which should come along with this software, or visit
the Free Software Foundation's WEB site http://www.fsf.org

============================================================

DigicaMerge is a command line tool to merge directories of pictures 
taken with digital cameras. 

If you've got a digital camera, your hard disk probably contains 
many directories full of pictures all named with the same names. 
This utility allows you to merge such directories' contents into a 
new directory, and renames all the pictures on the fly, ensuring no 
filename clash will occur. 

You can define your own naming scheme, and also specify a pattern to 
select only certain files. You can also launch post-processing 
commands which have access to many preset environment variables
giving you full control over filesystem interaction.

Of course, digicamerge is not limited to picture files, you
can use it as successfully with any directory containing files
named from a regular pattern.

============================================================

INSTALL:
========

1 - Download the latest digicamerge version from :

        http://www.librelogiciel.com/software/

2 - Extract it :

        $ gzip -d digicamerge-x.xx.tar.gz | tar -xf -

        where x.xx is digicamerge's latest version number.

3 - Install it :

  Go to digicamerge's directory:

        $ cd digicamerge-x.xx

  Just type:

        $ python setup.py install

  You may need to be logged in with sufficient privileges (e.g. root)

  This will generally install digicamerge in /usr/local/bin or
  an equivalent path depending on your system.

4 - Launch it :

  Just type :
  
        $ digicamerge
        
  And read the long help message which contains examples.
  
NB : You need a Python Exif Module. Two exists and both are supported.
     Just download one of them from :
     
PyExif :

  http://sourceforge.net/projects/pyexif/
  
EXIF.py by Gene Cash :  

  http://home.cfl.rr.com/genecash/digital_camera/EXIF.py
  
and install it on your system before running digicamerge.

NB : You need Python version 2.0 or higher to run digicamerge.
     
============================================================

Please e-mail bugs to: alet@librelogiciel.com (Jerome Alet)