| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2011-09-08 | 1.0 kB | |
| rpbd.php | 2011-09-08 | 4.9 kB | |
| Totals: 2 Items | 5.9 kB | 0 | |
RenPhotoByDate is a simple command-line php script which take one o more files, tests if there is an EXIF date of creation e eventually it renames the file according to YYYYMMDD_HHMM format. It's designed to rename digitl-camera generated JPG files from standard name (e.g. DSC0001.jpg, or IMG_0034.jpg) into a name created using shot time (year, month, day, hour and minutes) like 20110531_1534.jpg. This shuould create unique and ordered photo names. If there are more photos with tha same time of creation in the same directory the script will add a progressive numeric suffix to the file name. If no EXIF data is founded RPbN bypasses the file. RenPhotoByName was created in 2010 by Fabrizio Biondi (http://www.britz75.it) and it's released under GPL license. RenPhotoByName is writter in PHP so it's multiplatforms but it was tested only under Unix/Linux environments. It's assumes that php-cli is installed on the system. Usage: rpbd.php <filename1> [<filename2>...] or rpbd.php *.jpg or rpbd.php *.*