![]() |
|
IPTC handling - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: IPTC handling (/thread-9794.html) |
IPTC handling - kyrd - 2012-03-23 hi, first of all let me tell you how I was delighted to see that my photos embedded data were shown with no further effort by my side. IPTC handling - acrylian - 2012-03-23 There is an option in the options image tab (I believe offhand) where you can enable what metadata files are imported and which not. I don't remember offhand if that is even supported. You cannot manage the order unless you do custom coding on your theme. IPTC handling - kyrd - 2012-03-23 oh, yes I even forgot that I've setted those options since the beginning, fact is that it's set but doesn't show in the output 2nd question, yes I'm aware of that, can you suggest where/which file/s can I start editing with trial&error method? IPTC handling - acrylian - 2012-03-23
IPTC handling - kyrd - 2012-03-23 1)ok, waiting... IPTC handling - acrylian - 2012-03-23 You should never touch core files as you will have to re-apply all change on every update of Zenphoto (which is recommend to do frequently naturally). Additionaly this could break dependent functionality in other places. So the way to do this is to either write a theme custom function or a plugin to achieve custom functionality. HTML and CSS will not help, you need PHP knowlegde for this. This function returns the an array of the metadata: IPTC handling - sbillard - 2012-03-23 This is all working correctly for me. Maybe your images have the field mis-coded? IPTC handling - kyrd - 2012-03-24 yes, I have some photos with the location name filled in but it isn't retrieved by the sytstem, while sublocation does... the above linked photo is one of those which have the location name not printed out. none of those photos show that field even if in my admin is correctly set to active. IPTC handling - sbillard - 2012-03-24 That link is not much use. We would need the actual image to see what is in its metadata. But, if you have some that work and some that do not, you should try to figure out what the difference is. IPTC handling - kyrd - 2012-03-26 @sbillard - maybe I wasn't clear, so let me recap, my workflow is like that: 1- I embed IPTC data in the photos I actually can read them also in the uploaded photos, both the resized (which has had the exif data destroyed, I guess by gd) and the original file, which I've retrieved back to my desktop. here are again the relevant links: something is clearly not working as expected at some point, but I can't figure out where exactly, I hope you can... IPTC handling - sbillard - 2012-03-27 Probably we are failing to communicate somewhere. I have downloaded your image and looked at it with Zenphoto and Adobe Bridge. I see nothing present in the image metadata that is not present in Zenphoto. I guess I really do not know what you are refering to when you say [i]location[/i]. It could refer to the image "location" column which is a Zenphoto field. That has in it It could refer to the IPTC It could refer to the IPTC All the fields for which there is data except for the So, just exactly what do you think is missing? IPTC handling - kyrd - 2012-03-27 Quote:It could refer to the IPTC LocationName field. That field contains Italia. IPTC handling - sbillard - 2012-03-27 I have quoted to you exactly what is displayed in your IPTC metadata by Adobe Bridge. There is no translation done in IPTC fields as these are outside of the province of Zenphoto. Since Adobe and Zenphoto seem to agree on what metadata is in your image I fear there is nothing we can do for you. IPTC handling - kyrd - 2012-03-27 it's allright, at least with your help I've narrowed the issue: might well be that the software I use for managing my photos disagrees with adobe (actually I don't like bridge at all). I'll investigate more and eventually report my findings. IPTC handling - sbillard - 2012-03-27 Just FYI, we did implement our IPTC handling based on the IPTC standard not specifically an Adobe interpretation. But as the two agree, presumably Adobe did the same. IPTC handling - kyrd - 2012-03-28 I am currently investigating with the author of the (imho excellent) software xnview. IPTC handling - sbillard - 2012-03-28 Well, there is a plugin that will support XMP, so if you have it enabled then we are using XMP as well as IPTC. Otherwise, no, we are not using XMP we are using IPTC. IPTC handling - kyrd - 2012-03-28 aha, I actually do write as well an XMP info when I input data in the IPTC fields. that's a default behaviour of xnview, might be that there is a gap there which overwrites my IPTC data. IPTC handling - kyrd - 2012-03-28 further investigating lead me to this point: the output in zenphoto is still the same, even if I use a fresh IPTC info file with no custom XMP data in it. as I say in a previous post, I've noticed that the xmp data (first photo uploaded:http://www.indirizzofantasma.net/zenphoto/numeri-civici/69/0069.jpg.php) have twice the same value photoshop:Location="calle priuli ai cavaleti" btw that was filled in as sublocation... IPTC handling - sbillard - 2012-03-29 As I have said previously--the IPTC data that you have is what I quoted. I did not look for XMP data as you sait that it was the IPTC data that was not being displayed. Please note that those two things (IPTC and XMP) are different animals. If your tool is storing things in XMP then you will need the XMP Metadata plugin to retrieve them. |