I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-08-23 22:37:42-07 by linuxuser in response to 5942
Re: Unique identification of K100D-PEF-files?
Phil, I am using a bash script to change the filenames. I can't tell you in a few sentences, which conditions result in which filename. Assume I need a unique number, which is yyyymmddhhmmss(+sequencenumber, if there was a rapid sequence). So yes, I am renaming the files according to the date/time but I can't do it with exiftool, the conditions are too complex. Now i am modifying my script for future photos, where the original filename of the camera still exists. This could help me with my problem, but I don't like it very much to modify an original file, which would be necessary with my workflow then.

I like to write the "number-part" in the ImageNumber-filed, but this doesn't work. I use Exiftool 6.95 and executed
exiftool -q -q -overwrite_original -EXIF:ImageNumber="$Number" "$INP"
.

Before I checked if the tag is empty with
exiftool -q -q -s -s -s -EXIF:ImageNumber "$INP"
and it looks like the wrong tag is queried. Please note my othe posting re ImageNumber.

Of course I can send you samples, but this means a lot of mailspace for you. I use samples from raw-files (10MB), which I use and jpg-files. Please let me know, if I should send you the samples. Unfortunately, I have no webspace for upload at the moment, but I will think about it.
Direct Responses: 5948 | Write a response