I want to remane a group of photo of my holidays. For example, I have:
DSC_0001.JPG
DSC_0002.JPG
...
And I want to obtain:
Malta-(date)-01.jpg
Malta-(date)-02.jpg
...
Where Malta is the name I choose and (date) is the date of the photo. In addition, I want to add a number that rise with time of the day (a photo taken at 9.00 is 001 and a photo taken at 9.01 is 002). I want to fill the number with 0 in order to obtain always the same name length (for example, if I have 1500 photo the first is 0001, if I have only 56 photos the first is 01). The number will restart each day.
Is there any free software (or command line tool) that can do that? I use Mac OS X Lion.
Ps: I can use the hour when the photo is taken instead of numbers.
EDIT: I used Apple's Automator but I had to choose between data or number. It is impossible to use data and hour.
