![]() |
Batch rename photos from a text file?
Is there a prog or app that can do this.
I have a folder of say 400 pics with default file names DSCF0001.jpg - DSCF0400.jpg. I need to rename them and don't want to do each one individually so wondered if a prog was the best way to go. I figured it was quicker cutting and pasting the new file names into one text file or excel document and have the prog or app do it. Ideally, if I can pull in the datestamp from the exif data into the filename also then great. Associated file names are sporadic and don't really follow a sequence. DSCF0001.jpg - boat1.jpg DSCF0002.jpg - house1.jpg DSCF0003.jpg - car1.jpg DSCF0004.jpg - house3.jpg DSCF0005.jpg - hotel1.jpg DSCF0006.jpg - boat2.jpg |
This can be easily done in any scripting language. PHP would be easiest.
http://www.php.net/manual/en/functio...-read-data.php |
are they on your windows machine?
If so, select all, right click, rename - windows will rename them all [yourname]1.jpg [yourname]2.jpg etc. |
Quote:
|
Quote:
|
ACDSee might be able to do that for you
|
separate them by the titles you want that then you can use a free program like xnview. Then all you have to do is rename them like this house# and it will number them accordingly.
|
Quote:
It is that part that I essentially need. |
On my Mac I use a program called File List -- drag the list in, tell it what you want, and press rename.
|
there are lots of programs out their for windows. I am on the mac so use Name Mangler which works great.
|
Quote:
|
php.. heres what you want to do
make a new folder on your server called temp, upload all images to temp, upload the list of new names in a file called newlist.txt filenames should be on a new line example name1.jpg name2.jpg name3.jpg save this is index.php Code:
<?php chmod folder 777 run the index in your browser |
Thanks all. Looks like Smokey's is the best option for me. Thanks Smokey.
|
af5 its free its easy and has lots of different items for you to use
|
All times are GMT -7. The time now is 06:38 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123