Hey, all!
I've installed ZenPhoto, tweaked it, and am generally pretty happy. One issue I'm having is IPTC support.
After reading what I could find here, it seems that ZenPhoto supports IPTC (based on
http://www.zenphoto.org/trac/ticket/100 and the fact that it's listed as "duplicate").
Using the instructions on that page, I was able to get my IPTC titles to appear -- sometimes (I got an error if there wasn't a title or headline). Then I realized that using a separate iptc.php wasn't the right way to go if IPTC was already part of the program.
So I went looking for how to display IPTC tags (namely the headline/title and the caption) in a theme, but found nothing on any of the tag lists.
So... can one of you kind folks tell me if A) it is in fact possible to display IPTC info in a theme, and if so, what tags I need to include in the image.php file?
Many thanks for any help!
Andrew
Comments
Other tags are not provided currently. Are there particular tags that you are interested in? I certainly would like to see an image with IPTC date fields set so that I could have the image date reflect that data. I don't have an application that supports setting the IPTC date.
I recommend that you create a ticket in Trac (http://www.zenphoto.org/trac) describing the tags you would like to be able to display.
Thanks for this!
Those are the main 3 I use (well. except for 'Location')
Keywords is added automatically for new images. It is a bit involved to get it to pick them up for old ones. If you are adventuresome, drop the column 'mtime' in your images table, then run the upgrade.php program. This will make zp look at all your images and load the iptc data. Could take some time, though.
In iVew and Lightroom the IPTC I use is:
Title
Keywords (which is usually a list of people in the images)
Description (or Caption -- never sure which it is)
Location (street address or a place like "Cape Cod")
City
State
Country
I can't use the iView or Lightroom galleries however, 'cause they're so bad.
Add a drop-down menu to Show Keywords (or categories or whatever) and ZP will rule them all.
I just scrolled through all the themes that come with ZP... there's the caption but no keywords (or even "tags" from admin/edit).
The default theme has an "Image Info" toggle link to show meta data, but this seems to be all EXIF...
Put that in image.php after your description. That will display keywords of new images uploaded and tags that you put in using admin. Tags/keywords were JUST implemented yesterday so the features are coming.
Can you put in a ticket for your requested IPTC data? Won't be part of the 1.1 release, too late to make the cut, but would be a good feature for 1.2.
Please be specific. For instance, do you need location, city, state, country to be separate items or could they all go into a zp "location" container?
To submit a ticket go to http://www.zenphoto.org/trac/ and click on the new ticket tab. (You will need to have an account: http://www.zenphoto.org/support/topic.php?id=1320&replies=1)
Any ideas?
Are the keywords part of your image IPTC data? There had been a problem with picking up only the first keyword out of image IPTC, but I believe that had been corrected by the Oct. 29 nightly. Can you provide a URL to the image with the IPTC data? I will download it and look into the problem.
As of today, zenphoto is picking up multiple keywords from images that were placed there by Adobe Bridge.
http://www.meganmcdermott.com/zenphoto/test-album-1/uofwsept10--107.jpg.php
Actual photo is:
http://www.meganmcdermott.com/zenphoto/albums/test-album-1/uofwsept10--107.jpg
The keywords were part of IPTC data created by Lightroom. I'll check the latested build again tomorrow.
Thanks for your help!
Oh, and the IPTC "description" (sometimes called caption) is there, too.
Will the "search" feature be able to find these, as well as file names?
Yes, the search function will find all the above.
Megan:
One thing you might have to do:
drop the `mtime` column in you images table then run upgrade.
zenphoto only looks at the image Exif/IPTC data if it thinks the image is "new". If you processed the image when there was the bug in zenphoto, things will not change until you convince zenphoto that the image is new. the easiest way to do that is by the above procedure.
Keywords are working with the 11-01 nightly!
I might have to build this in myself but it would be nice if it was part of zenphoto so I don't have to worry about upgrades...
You can add your requests to ticket #297