![]() |
|
Tag seperator - 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: Tag seperator (/thread-12961.html) |
Tag seperator - redstick - 2017-08-01 This is not a major issue and most people will probably think it isn't a problem. But: I am loading thousands of photos into zenphoto and I am finding it easier to add/edit the photo tags/keywords using a third party editor. However the issue I'm asking about is that nearly all of these editors require the keywords to be entered as a string rather than a list. When I enter the keyword string, I separate the keywords with a comma, but zenphoto still reads them as one tag unlike when entered as a list zenphoto reads them as separate tags. Is there another separator I can use or is this just the way zenphoto reads this type of input? Tag seperator - fretzl - 2017-08-01 Just tested with Photoshop and that works fine. Tag seperator - redstick - 2017-08-01 At present I'm trying XnView, but I've tried a couple of others that all required 'string' input of keywords. I'm also using IrfanView which does allow 'list' input and this is fine, but I'm having problems with the Batch Function. Does photoshop use comma separators? It is possible that the issue is with the editors I am trying and not zenphoto. Tag seperator - fretzl - 2017-08-02 In Photoshop I use a comma separator but a semicolon is also possible. Btw: I see you still have this in your [i]style.css[/i]: Tag seperator - redstick - 2017-08-02 Thanks I've corrected the style.css. It's such a shame that zenphoto doesn't have a built-in script to write the metadata to the photos as well as the database. If the batch facility was modified so that ALL metadata could be edited and written to the photo at the same time, it would make life a lot easier and avoid the need for 3rd party software. I'll try XnView again. Tag seperator - acrylian - 2017-08-02 Zenphoto's policy is generally to not change the full images uploaded. Since it is strongely recommended to have local backup of everything uploaded to your site, actual apps for editing may be much more convenient to edit that before uploading. Unless I am mistaken it is not that simple to do this with PHP at all. I admit not being a photographer at all I rarely use EXif data myself. Tag seperator - redstick - 2017-08-02 I understand your policy, but the reason I'm using an editing app is because if I spent months tagging and labeling my photos in zenphoto and then for whatever reason used them in any other gallery software, I would have to tag them all again. Therefore for me, editing the metadata BEFORE uploading to zenphoto, is as essential as making backups. Moving off track a bit now, i noticed in your reply to another topic, you mentioned a new release of zenphoto; when will this be and are there any hints about what changes/upgrades will be in it? Tag seperator - acrylian - 2017-08-02 Yes, but your way using tagging independently from Zenphoto or any other online solution is exactly what I would recommend ;-) Quote:you mentioned a new release of zenphoto; when will this be and are there any hints about what changes/upgrades will be in it? Tag seperator - redstick - 2017-08-02 As you may have realized, I am new to this and I don't want to spend my time bombarding you and your team with questions about themes etc if I'll have to start again with the new release. Tag seperator - acrylian - 2017-08-02 Sure, no problem. But that's what this forum is for ;-) Tag seperator - sbillard - 2017-08-08 You might try a semicolon. The IPTC spec says either comma or semicolon. Personally I use Adobe Bridge, but it stores keyword metadata in XMP format as an array. ALternatively you could write a plugin that applies a filter to Tag seperator - matthiaslaeufer - 2021-05-03 Hi, I just started using zenphoto and was surprised, that the tags/keywords are not seperated. Instead I have keywords like Keywords are set in digikam and digikam writes an XMP file next to the raw file. When examining the Keywords with exiftool it shows this way: exiftool -s -G image.jpg As you can see, comma is being used as seperator. Tag seperator - acrylian - 2021-05-03 Sadly image metadata is not a fixed standard so camera and so the separator is not either. Zenphoto will generally recognize semmicolons which generally follows what for example Adobe programs use by default when editing EXIF/IPTC data. |