I’ve got a problem that it seems like there should be an easy tool for, but a bunch of searching came up completely empty.
Basically, I want a tool that gives the same sort of “generate a text string with some combination of characters and incremented counter/etc” that tools like Rename, Name Mangler, and A Better Finder Rename give you. Except instead of changing filenames in batch, I want to set the description EXIF tag. (To a sequence like “Tuesday, Picture 24”, “Tuesday, Picture 25”, etc.)
There are plenty of tools that will pull data from an EXIF tag and put it into the filename. And there are some tools that will mess with the EXIF date tags to get them set right. Even iPhoto, of all things, will let you set Description tags in bulk, but without any ability to increment a counter or do anything past just add a block of text. And I can’t seem to find anything that just provides a simple GUI to let me generate a bunch of slightly-different EXIF tags in batch.
exiftool can probably do this if I can figure out how to get it to increment a value in the description tag, but I haven’t been able to get a command sorted to actually do that, and a basic GUI would make life simpler. I can sort of manually do it relatively quickly with the GUI frontend to exiftool, but I was needing to manually increment the counter and set each file individually, rather than just doing them as a batch.
Is there something obvious I’m missing that will do this? Suggestions appreciated.
(The reason is to make importing several large chunks of images into Wordpress and have it tag them correctly faster. I can manually change the media titles in Wordpress or use one of the batch media manipulators, but all of those were a bit flakey, and since it pulls titles from EXIF description tags, if I had something to set a few hundred images quickly it’d make life easier. That said, now I’m just wondering why there aren’t better EXIF tag manipulators available.)
Basically, I want a tool that gives the same sort of “generate a text string with some combination of characters and incremented counter/etc” that tools like Rename, Name Mangler, and A Better Finder Rename give you. Except instead of changing filenames in batch, I want to set the description EXIF tag. (To a sequence like “Tuesday, Picture 24”, “Tuesday, Picture 25”, etc.)
There are plenty of tools that will pull data from an EXIF tag and put it into the filename. And there are some tools that will mess with the EXIF date tags to get them set right. Even iPhoto, of all things, will let you set Description tags in bulk, but without any ability to increment a counter or do anything past just add a block of text. And I can’t seem to find anything that just provides a simple GUI to let me generate a bunch of slightly-different EXIF tags in batch.
exiftool can probably do this if I can figure out how to get it to increment a value in the description tag, but I haven’t been able to get a command sorted to actually do that, and a basic GUI would make life simpler. I can sort of manually do it relatively quickly with the GUI frontend to exiftool, but I was needing to manually increment the counter and set each file individually, rather than just doing them as a batch.
Is there something obvious I’m missing that will do this? Suggestions appreciated.
(The reason is to make importing several large chunks of images into Wordpress and have it tag them correctly faster. I can manually change the media titles in Wordpress or use one of the batch media manipulators, but all of those were a bit flakey, and since it pulls titles from EXIF description tags, if I had something to set a few hundred images quickly it’d make life easier. That said, now I’m just wondering why there aren’t better EXIF tag manipulators available.)