A File-Centric Photo Manager?
JeremyDuffy writes "I have a photo project of over 7,000 photos. I want to tag them based on location, time of day, who's in them, etc. Doing this by hand one at a time through the Windows 7 interface in Explorer is practically madness. There has to be a better way. Is there a photo manager that can easily group and manage file tags? And most importantly, something that stores the tag and other data (description etc.) in the file, not just a database? I don't care if the thing has a database, but the data must be in the file so when I upload the files to the Internet, the tags are in place."
It stores the information in the images, as it should, and it maintains a database for fast access. And it's free.
Adobe Lightroom is pretty awesome. Has a free trial. Check it out.
Picasa by Google is pretty good, too. Free.
Google Picassa is actually quite good at everything you asked for, and, it has face recognition, so once you tag one face, it generally recognises most of the images of the same person for you.
portfolio
http://sourceforge.net/projects/fototagger/
Lightroom is likely more than you need, but Lightroom does this.
I convert my various (nef, cr2) raw files to DNG upon importation to my library, and save metadata to the files themselves, not XML sidecar files.
While Adobe Lightroom will want work with its own database, by always syncing metadata to file you will have a 100% portable set of images.
I've been searching for the same feature set, a file centric image manager whose metadata is stored exclusively in the file.
One of the best ones I have found is Mapivi:
http://mapivi.sourceforge.net/mapivi.shtml
I still often use Digikam, but its metadata support is inconsistent at best. On the other hand the front end is more useable than Mapivi.
You should also look at ExifTool, because you can manipulate and query metadata with it on the command line.
http://www.sno.phy.queensu.ca/~phil/exiftool/
If you find a solution, please share!
OS X comes with a graphical scripting tool called Automator. You can set up a batch file rename script with it that will rename every photo in a folder of your choice with the date and time added to the file name, plus a sequence number, and any other text if you desire. I used it to rename over 8000 photos originally named img_xxxx in 2 or 3 minutes.
So just copy them onto a Mac, run the Automator script on them, and copy them back.
Picasa is best, however, AFAIK it doesn't store the info in the files...stores the face stuff in its own database. I learned this the hard way...
I second that reocmmendation -- I have not found a better tool than lightroom. You'll have to remember to either select the auto-write option or remember to manually sync, and quite oddly it won't let you add geotags -- it'll read them and even gives you nifty Google maps links, but it won't let you edit them; everything else you can, and the sorting and tagging features are superb. Of course it's also a brilliant editor, and not too cheap, but it's one software package I, as an avid amateur photographer, felt was worth every penny.
I'm using Digikam with more than 15k files. Good program though it lacks some polish here and there.
Quick way to get 30% Funny 70% Troll: defend Opera browser on
Picasa doesn't store its tagging info locally in each directory; this information is put in the "Program Files"
I'm often surprised by how few people understand how Picasa really works, as this is not the case.
Any potentially 'destructive' changes to a photo are stored in a picasa.ini file in each folder. These changes include rotations, cropping, sharpen, etc. When you view a photo in picasa, it displays with all these changes applied. You can undo a change at any time. Changes are NOT applied to the file on disk until you press 'save'.
To be clear, there is no magic, hidden, or proprietary database; it's just a simple per-directory picasa.ini file. As for backups, if you've backed up the directory including the picasa.ini file, then any non-saved changes will be backed up.
Non-destructive changes, such as captions or tags, are applied immediately to the photo. Again, to be clear, these are applied directly to the photo and can be read by any other photo tool that can read exif data.
The one exception to this is the recently introduced face tagging feature. Unfortunately, Google really messed up with their implementation of this feature. Facial tags are stored in a combination of the picasa.ini file & a central database. I've found the implementation to be quite poor, and I would not recommend using this feature.
Comment removed based on user account deletion