![]() |
|
ZenPhoto renames my images without my permission - 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: ZenPhoto renames my images without my permission (/thread-12101.html) |
ZenPhoto renames my images without my permission - LondonLight.org - 2014-09-02 Hey! This was driving me nuts. I tried to report it but my account here became blocked. Since then I ran Within the Real Estate album I have two sub-albums, each one corresponds to a house:
http://londonlight.org/zp/Real-Estate Each of these has images for each section of the house. Both have an image called "Kitchen", and both have an image called "Living Room". I set their title from within the ZP admin panel: http://i.imgur.com/SRcrMJB.png Now this is crazy. Whenever I set the name of the living room photo of one house to "Living Room" and click [Apply], the living room photo in the other house gets changed to what you can see as "Image title" in the "Metadata" div in the screenshot above! ZenPhoto SHOULD NOT, MAY NOT change an image's title behind the administrator's back! I have no issue with the "Kitchen" images, just with the "Living Room" ones! Zenphoto version 1.4.6 [bbddab7675] (Official build) ZenPhoto renames my images without my permission - acrylian - 2014-09-02 Zenphoto really does not rename images in other albums … Besides you have no images here but a text object on the screenshot. Those have no metadata of course. Info on the general meta data mapping is here: http://www.zenphoto.org/news/zenphoto-image-metadata-processing How is the exact structure of those albums? ZenPhoto renames my images without my permission - LondonLight.org - 2014-09-02
Folder structure: Both exiv2 and exiftool show that the "Kolor stitching (...)" text is a comment/description, not a title as ZenPhoto uses it. exiv2 -pa Living\ Room.jpg | grep stitching ZenPhoto renames my images without my permission - LondonLight.org - 2014-09-02 I tested now and these are the results: exiftool -G -s -a -m -u -args Living\ Room.jpg | grep "This is the title" exiv2 -pa Living\ Room.jpg | grep "This is the title" exiv2 -pa Living\ Room.jpg | grep "This is the caption" By the way, that ZenPhoto metadata documentation page does not list Exif as a source for "Zenphoto title", so either that documentation page is incomplete, or ZenPhoto is incorrectly using the IPTC:Caption-Abstract field for the title. ZenPhoto renames my images without my permission - LondonLight.org - 2014-09-02 By the way 2: if you want to stick to the spec, then you should spell it "Exif" ;] ZenPhoto renames my images without my permission - sbillard - 2014-09-02 Quote:Description [IPTC Core] ZenPhoto renames my images without my permission - acrylian - 2014-09-02 @LondonLight.org: Quote:By the way 2: if you want to stick to the spec, then you should spell it "Exif" ;] If two images are retitled for you it is really strange. But I don't see how this can happen nor was it ever reported before. ZenPhoto renames my images without my permission - LondonLight.org - 2014-09-02 I think the renaming of the titles was the result of some database mishmash as refreshing it fixed the problem. I will get back to you if it happens again. CIPA DC- 008-Translation- 2012 The ZenPhoto metadata documentation page should be updated with the missing Exif info for the image title as I explained above. ZenPhoto renames my images without my permission - acrylian - 2014-09-02 That could be the reason, a wrong internal id. When for example the image was first and then the .txt came later. Just a thought: If you work on things that includes file system like renaming files I would recommend to close the site while doing so (there is a plugin). If a second before you rename the image to the txt it may be recognised as an image itself so get its own entry. That is a small drawback being file system based I guess. ZenPhoto renames my images without my permission - LondonLight.org - 2014-09-02 Thank you for pointing this out. I don't rename the images to .txt, what I do is I upload a zip into the album folder, that zip contains the .jpg, .txt and .xml files (and a thousand small JPG files in a subfolder which I never publish, they are used by the panorama viewer), and then I unpack the zip either from CPanel or via SSH as that is much faster than uploading the individual files. Is that safe? ZenPhoto renames my images without my permission - acrylian - 2014-09-02 Your structure should actually be fine. I would do it the same way probably. .txt (or other media items) with a thumb image are meant to be stored that way, too. I was referring to the rare case if you maybe decide the txt file name should be "room1.txt" instead of "room2.txt" but also have a thumb image "room2.jpg". If someone visits the site in exactly the moment the two names don't match there is technically a chance that the image is added as itself. If the server delays the file operation or something. ZenPhoto renames my images without my permission - LondonLight.org - 2015-01-28 Update and conclusions: See http://dev.exiv2.org/issues/985 ZenPhoto should avoid using Exif.Image.ImageDescription if any of the other tags are present since this tag's purpose is disputed. ZenPhoto renames my images without my permission - acrylian - 2015-01-28 Thanks for the investigation. I am not a photographer so I never used metadata extensively. I have used Photoshop and Bridge to set title, description and tags which always worked well for me. I notice that the link to the EXIF spec in our article is broken. I quickly found this (according to tiffs) http://www.media.mit.edu/pia/Research/deepview/exif.html Since I don't use it myself actually I am all in changing behaviour if it doesn't break anything. But I would like to see more (newer) opinions from users using this before doing that. In any case best you open a ticket. ZenPhoto renames my images without my permission - LondonLight.org - 2015-01-28 The Japanese specs are illogical about that tag ("Keep coffee in the tea jar and you're wrong if you think otherwise because the spec we wrote says so") and in conflict with the MWG (which is logical), unfortunately both have been adopted by various programs so there will be a problem no matter which way you go, which is why it's best for ZenPhoto to do what it can to not use this tag in a default installation and rely on IPTC/XMP if available. Could you open a ticket on my behalf if one is required? ZenPhoto renames my images without my permission - sbillard - 2015-01-30 Quote:unfortunately both have been adopted by various programs so there will be a problem no matter which way you go... ZenPhoto renames my images without my permission - LondonLight.org - 2015-01-30 Wasn't your solution to ignore the problem 3 years ago? As you correctly noted, I have had a workaround for my needs for four months. However, to help the ZenPhoto project and to help other users, I took the time to dig deeper and uncover the problem. The ball's is in your court, I'm done. ZenPhoto renames my images without my permission - sbillard - 2015-01-31 I am somewhat confused. You seem to imply that zenphoto and zenphoto20 do not use the IPTC objeced name or the XMP title if available. The code that actually sets the title reads: So what exactly do you think is wrong with zenphoto? Is it that it will use the |