Keyword renaming requires a metadata record?

When I rename a keyword, do I need to register the metadata when I sidecar files? And what happens if the photos are offline when I do?

John Gregson

If you want the correctly named version of the keyword embedded in files or XMO then Yes, you would save the metadata. It goes the same for images offline.

Tags: Photoshop Lightroom

Similar Questions

  • Add the folder names in the path of the image as keywords separated from image metadata

    Hi all, I tried to find a solution online and customize the amazing Paul Riggott script, but I'm not able to make it work the way I need.

    I have my customer images organized in the structure of folders and subfolders. For all images (thousands of files in the subfolders a lot) I need a script for Adobe Bridge to take all the way from the image, separated from individual files paths file and store these records in the form of keywords separated in the metadata of the image.

    For example, I have the image.jpg/Work/Job01/share/Photos and image B.jpg file in the folder/Work/Job02/PartB/Photos. After I run the script from Adobe Bridge on file/work, I want to have for the two added images keywords

    Size: Work; Job01; Share; Photos

    Notice: Work; Job02; PartB; Photos

    As 'Work' and 'Pictures' folders are usually present, it would be nice to have the opportunity to put these two exact strings in script and exclude keywords added, but it is not necessary :-)

    The bellows of script adds one keyword ~photos/Work/Job01/share/Photos, for what is necessary is to divide and make key words separated substrings. This would allow me to move pictures anywhere and still be able to filter as a group structure (as number of employment, or part name).

    Please, could someone show me how to update this script? Or is there another solution that I just haven't found yet?

    Thank you, Petr

    // ADOBE BRIDGE SCRIPT // PUT FOLDER NAMES TO IPTC KEYWORDS
    // from Paul Riggott Script, May 12, 2011 12:23 PM (in response to JSG_Alex_B)
    // https://forums.adobe.com/thread/656144
    #target bridge   
      if( BridgeTalk.appName == "bridge" ) {   
    AddFolderNameToMeta = MenuElement.create("command", "Add folder names as keywords", "at the end of Tools"); 
    } 
    AddFolderNameToMeta.onSelect = function () { 
      addFolderName(); 
      } 
    function addFolderName(){ 
    var folders =[]; 
    var Pics=0; 
    folders = FindAllFolders(Folder(app.document.presentationPath), folders); 
    folders.unshift(Folder(app.document.presentationPath)); 
    for(var a in folders){ 
      var PictureFiles = folders[a].getFiles(/\.(jpg|jpe|jpeg|gif|eps|dng|bmp|tif|tiff|psd|rle|dib|cin|dpx|sct|pbm|flm|psb|exr|pcx|pdp|nef|dcr|dc2|erf|raf|orf|tga|mrw|mos|srf|pic|pct|pxr|pdd|pef|png|x3f|raw)$/i); 
    for(var p in PictureFiles){ 
        addKeyword(PictureFiles[p]) 
        Pics++; 
        } 
    } 
    alert("Number of Folders Processed = "+folders.length+ " Documents Processed = "+Pics); 
    function addKeyword(fileName){ 
    if (ExternalObject.AdobeXMPScript == undefined)  ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript"); 
    var thumb = new Thumbnail(fileName); 
    // I need somehow to make substrings from path to separate individual folder subfolder names and add these as separate keywords
    var folderName = decodeURI(fileName.path).replace(new RegExp(/\\/g),';'); 
      if(thumb.hasMetadata){ 
          var selectedFile = thumb.spec;   
          try{ 
          var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_UPDATE); 
      var myXmp = myXmpFile.getXMP(); 
            var keys = getArrayItems(XMPConst.NS_DC,'subject'); 
            keys.unshift(folderName); 
            keys= ReturnUniqueSortedList(keys); 
            myXmp.deleteProperty(XMPConst.NS_DC,'subject'); 
            for(var z in keys){ 
            myXmp.appendArrayItem(XMPConst.NS_DC, "subject", keys[z], 0,XMPConst.PROP_IS_ARRAY); 
            } 
            }catch(e){} 
    if (myXmpFile.canPutXMP(myXmp)) { 
            myXmpFile.putXMP(myXmp); 
            myXmpFile.closeFile(XMPConst.CLOSE_UPDATE_SAFELY); 
            } 
    } 
    function getArrayItems(ns, prop){ 
    var arrItem=[]; 
    var items = myXmp.countArrayItems(ns, prop); 
      for(var i = 1;i <= items;i++){ 
        arrItem.push(myXmp.getArrayItem(ns, prop, i)); 
                    } 
    return arrItem; 
    } 
    }; 
    function FindAllFolders( srcFolderStr, destArray) { 
    var fileFolderArray = Folder( srcFolderStr ).getFiles(); 
    for ( var i = 0; i < fileFolderArray.length; i++ ) { 
      var fileFoldObj = fileFolderArray[i]; 
      if ( fileFoldObj instanceof File ) {   
      } else { 
            destArray.push( Folder(fileFoldObj) ); 
      FindAllFolders( fileFoldObj.toString(), destArray ); 
      } 
    } 
    return destArray; 
    } 
    function ReturnUniqueSortedList(ArrayName){ 
    var unduped = new Object; 
    for (var i = 0; i < ArrayName.length; i++) {   
    unduped[ArrayName[i]] = ArrayName[i]; 
    } 
    var uniques = new Array;for (var k in unduped) { 
      uniques.push(unduped[k]); 
      } 
    uniques.sort(); 
    return uniques; 
    } 
    }; 
    
    

    The only other option that I know uses ExifTool:

    Help by adding information of path as keywords

  • OSX Photo keywords: They incorporate in metadata?

    Hello:

    Just curious to know if the keywords that I use in OSX Photos are integrated in the photos keyworded themselves?  The end result, I'm looking for must be able to send pictures to someone and get help from the keywords appear in their applications not Apple photo (assuming that their software can see the metadata, of course).

    If not, is there a better way to integrate these keywords in my photos?

    Any help is appreciated.

    Thank you.

    If you export pictures (menu, file == > export) and check the boxes of information to the metadata (titles, keywords and descriptions specifically) you want they are

    LN

  • keyword - not required for import

    Every time I have import images as a 'gray heron' keyword appears in each image - can't think why I turned it, so how can I disable it please?

    See you soon

    Graham

    It'll be in the preset metadata you are applying to imports

  • Required custom metadata field with the date current system as default.

    I want to create a custom type metadata field Date. I want to make mandatory and set its default value as date system.

    I have already created the field of type Date. What expression should I write do the date system as default?

    Because it is a required field, what will happen to existing content. Is there metadata get updated?

    Thank you
    Sanjeev

    Change metadata Information fields and set the default value <$dateCurrent()$>.
    If you want to update the metadata for exisitng documents, you can use archiver to export all the elements and then perform an import. But, before you do the import set up import mappings
    (1) update existing items have the same date, use the value cards (tab cards Import)
    (2) use of field maps to update with arrival,

  • Metadata recording does not develop settings.

    OK, so here is the scenario, when I scan in my negatives of my Epson Perfection v330 that I put it up so that they export in a folder called 'Scans' then when I open Lightroom it automatically products are imported and records them in a folder named "test post".

    The other day, that everything was fine, I could crop, change the exposure, change of color, all then its CMD + S and what I had done would be save and modified in the folder "Analysis post", no export or anything, just nice, simple and fast.

    Today, that I've scanned an old photo, same procedure, culture, exhibition and CMD + S except it wouldn't change anything in the folder "Analysis post" as it normally would be. I initially thought it may have been because she was not a negative scan, so I modified a negative, I got there and... nothing.

    I'm puzzled as to what it is, can anyone of you help, there is nothing to really, just easier, faster and requires less disk space is all.

    Thanks in advance.

    haaanson wrote:

    I know this will sound weird, but if I clicked on CMD + S then it modifies the file without exporting, as is it exported it and write too much.

    It seems strange, but I'm several he did this.

    It's not what it is supposed to do, then perhaps, she felt guilty and changed his mind!

    How view you files when you saw the changes in Lightroom without export?

    I don't know of any application other than Lightroom and Adobe Camera Raw reading changes to Lightroom.  You open the files edited in Photoshop?  If so, whether you do it via ACR (set the Edit menu, preferences, Camera Raw and Tiff handling inside the TIFF format: "automatically open all supported TIFFS") then you will see the changes when you open the file in Photoshop, that it will go through ACR.  If you set this option to "Turn off TIFF support" then even Photoshop will not see the changes in Lightroom.  I just tried, and it is the behavior of my (CS5).

    PS - you don't mention what file format you use.  What I said about tif also applies to the jpeg format.  With raw you don't get the choice - you use ACR, if you want to open them in Photoshop.  Any format, see ACR edits of Lightroom, Photoshop is not, nor is (to my knowledge) of any other application.

  • How can I rename a preset metadata?

    I know not if seen this option, but I don't find it anymore. That is the way I'm going, it offers me to change or to update or create a new, but do not rename. :-(

    Click on the Preset menu in the metadata Panel.

    Go down and click on "change the presets...." ».

    Click on the Preset menu drop down at the top of the dialog box, and then click the preset you want to rename.

    Click the field to drop down preset menu again. At the bottom, click «Rename preset...» ».

    Enter the new name in the dialog box that opens.

  • LR4 problem metadata record

    Since I upgraded to LR4, I noticed a problem with metadata. I created a Smart Collection with the "Status of metadata Has Been Changed" rule to show me all the images that I've updated the metadata, but not writes the changes on disk. I see the number of images in this collection gradually increase... but not because I work on images!

    If I go to the collection, do a "select all" and then do a "save metadata to the files ', of course, the disc goes crazy and the images are removed from the collection. BUT... If I just sit and watch... after a few seconds of inactivity the smart collection gradually fills up again... with the same Images that I just saved!

    As I mentioned, it seems that this list becomes gradually longer and longer. A few months ago, I had about 20 images that are behaving like this, but now I have more than 250!

    Someone at - he saw the same thing? Or have any suggestions as to the cause?

    I am running LR4.1 on an iMac running Mac OS X Lion (10.7.4).

    Save metadata, then go into the menu metadata > read metadata from files on the TIFFs.  That should do the trick.

  • Search - by default include subfolders of metadata records

    Hello

    Please let us know the process to activate the checkbox 'Include subfolders' by default on the search screen. While by default it searches content in the subfolders as well.

    Thank you
    Prabhu

    You need a custom component to do this.

    I you built one here: http://jonathanhult.com/blog/2012/07/always-include-subfolders-in-search/

    Jonathan
    http://jonathanhult.com

  • Illustrator CC remove/rename the finder when recording labels.

    Hello

    I found a reproducible bug in Adobe Illustrator CC

    I assign a tag custom in the finder to any Adobe Illustrator file, say "work in progress" in yellow.

    It appears correctly in my current work tag folder.

    I open the file and doing a save any changes, and the tag is removed and replaced with just a generic label saying 'yellow '.

    The file is of course then deleted my account of work in progress tag.

    One of the main things in the new Apple operating system that I was looking forward to helping to organize my work

    has these tags.

    The finder and Illustrator do not play well together.

    This happened every time in Illustrator with any file I tag, consistent and reproducible on my two computers.

    Illustrator deletes the tags that removes one of the main features that I was looking forward to in the Mavericks.

    Hello

    I reproduce it at my end. The matter was referred to the core team.

    Thank you for reporting this issue.

    Kind regards

    Mohit Gupta.

  • How can I stop keywords exported metadata in Lightroom5 category?

    I use LR 5.0 and have a list of hierarchical keywords with the keywords in categories (e.g. location) to make it easier to manage the list, but I don't want the category labels exported in the metadata as keywords. I have disabled checkbox "include on export" on these words, but they are always exported metadata. How to avoid this problem?

    I see what is happening.  First of all, a LR terminology: 'export', invoking the file > export command to make copies of the photo selected outside LR.  It seems that you are not be 'export' but rather 'the metadata record", referring to metadata > save metadata to a file to write the back catalog metadata to cataloged photos (or you have the option on which does this automatically).

    The keyword attribute include on export applies to export, but do not save the metadata.  In a workflow type LR, when you want to provide copies of your photos to another person, organization or service, you export and register on Export has the desired effect on the exported copies.

    If you really want the metadata in the pictures catalogued to exclude a keyword, you must go to each of the children of this key word and deselect the attribute export containing keywords.   Which will cause the parent keyword are excluded the metadata stored in the files.  (Yes, it's incompatible, but that's life with LR).  Unfortunately, there is no way to change a set of key words of the lot - you have to change each one individually.  If you may wonder if it is really important that your private photos copies contain the words 'category' in their metadata.

  • Why metadata changed?

    Suddenly, my library catalog of ~ 50 000 images indicated that almost every picture requires update metadata. Only a few jpg files does not show this.

    So, what has changed the metadata in Lightroom? Any suggestions?

    ScreenShot079.jpgScreenShot078.jpg

    I've included the complete difference in lists of the 'exiftool - a - G' output below (personal information that have been omitted).  Observed Trshaner .jpg has changes to the root of the hierarchy of keywords, so the .dng has new keywords and copyright info added.  You did recently these changes?

    $ diff IM000014.txt IM000014-copy.txt
    3c3
    < [File]          File Name                      : IM000014.jpg
    ---
    > [File]          File Name                      : IM000014-copy.jpg
    6,7c6,7
    < [File]          File Modification Date/Time    : 2016:07:17 08:42:56-07:00
    < [File]          File Access Date/Time          : 2016:07:17 08:42:56-07:00
    ---
    > [File]          File Modification Date/Time    : 2013:08:18 02:21:44-07:00
    > [File]          File Access Date/Time          : 2013:08:18 02:21:44-07:00
    14c14
    < [File]          Current IPTC Digest            : 74bc1ff637ad44013af214864bddd502
    ---
    > [File]          Current IPTC Digest            : f4bd09897c7dfa3dc151b48cc8b05e0f
    74c74
    < [XMP]          XMP Toolkit                    : Adobe XMP Core 5.6-c011 79.156380, 2014/05/21-23:38:37
    ---
    > [XMP]          XMP Toolkit                    : Adobe XMP Core 5.5-c002 1.148022, 2012/07/15-18:06:45
    78c78
    < [XMP]          Metadata Date                  : 2016:07:17 18:42:57+10:00
    ---
    > [XMP]          Metadata Date                  : 2013:08:18 12:21:45+10:00
    81,83c81,83
    < [XMP]          Instance ID                    : xmp.iid:d09152ec-5ab4-f949-8b09-9fc5a7599dbf
    < [XMP]          Document ID                    : xmp.did:d09152ec-5ab4-f949-8b09-9fc5a7599dbf
    < [XMP]          Original Document ID            : xmp.did:d09152ec-5ab4-f949-8b09-9fc5a7599dbf
    ---
    > [XMP]          Instance ID                    : xmp.iid:d863108d-e3f6-9347-9492-9f68c5ef2715
    > [XMP]          Document ID                    : xmp.did:d863108d-e3f6-9347-9492-9f68c5ef2715
    > [XMP]          Original Document ID            : xmp.did:d863108d-e3f6-9347-9492-9f68c5ef2715
    85,86c85,86
    < [XMP]          Hierarchical Subject            : WHAT #|TRANSPORTATION|Motoring|Sports Cars
    < [XMP]          Subject                        : Motoring, Sports Cars, TRANSPORTATION, WHAT #
    ---
    > [XMP]          Hierarchical Subject            : TRANSPORTATION|Motoring|Sports Cars
    > [XMP]          Subject                        : Motoring, Sports Cars, TRANSPORTATION
    88,90c88,90
    < [XMP]          History Instance ID            : xmp.iid:d09152ec-5ab4-f949-8b09-9fc5a7599dbf
    < [XMP]          History When                    : 2016:07:17 18:42:57+10:00
    < [XMP]          History Software Agent          : Adobe Photoshop Lightroom 6.6 (Windows)
    ---
    > [XMP]          History Instance ID            : xmp.iid:d863108d-e3f6-9347-9492-9f68c5ef2715
    > [XMP]          History When                    : 2013:08:18 12:21:45+10:00
    > [XMP]          History Software Agent          : Adobe Photoshop Lightroom 5.0 (Windows)
    94c94
    < [IPTC]          Keywords                        : Motoring, Sports Cars, TRANSPORTATION, WHAT #
    ---
    > [IPTC]          Keywords                        : Motoring, Sports Cars, TRANSPORTATION
    97c97
    < [Photoshop]    IPTC Digest                    : 74bc1ff637ad44013af214864bddd502
    ---
    > [Photoshop]    IPTC Digest                    : f4bd09897c7dfa3dc151b48cc8b05e0f
    
    $ diff 20151201-RHC-D750-7461.txt 20151201-RHC-D750-7461-copy.txt
    2c2
    < [File]          File Name                       : 20151201-RHC-D750-7461.dng
    ---
    > [File]          File Name                       : 20151201-RHC-D750-7461-copy.dng
    5,6c5,6
    < [File]          File Modification Date/Time     : 2016:07:17 08:46:22-07:00
    < [File]          File Access Date/Time           : 2016:07:17 08:46:22-07:00
    ---
    > [File]          File Modification Date/Time     : 2016:01:25 01:59:42-08:00
    > [File]          File Access Date/Time           : 2016:01:25 01:59:42-08:00
    29d28
    < [EXIF]          Artist                          : Robert Cullen
    106d104
    < [EXIF]          Copyright                       : © 2015 Robert Cullen
    191c189
    < [XMP]           Metadata Date                   : 2016:07:17 18:46:23+10:00
    ---
    > [XMP]           Metadata Date                   : 2016:01:25 12:59:42+10:00
    201c199
    < [XMP]           Instance ID                     : xmp.iid:63e10763-4031-e147-a9b8-385b11ed7efa
    ---
    > [XMP]           Instance ID                     : xmp.iid:49c73e7b-e9dc-0445-aca9-1cf8faf7fb36
    203d200
    < [XMP]           Marked                          : True
    207,209c204,206
    < [XMP]           History Instance ID             : xmp.iid:94fa275c-82cd-8c40-98c4-6117d63708e3, xmp.iid:63e10763-4031-e147-a9b8-385b11ed7efa
    < [XMP]           History When                    : 2016:01:25 12:48:25+10:00, 2016:07:17 18:46:23+10:00
    < [XMP]           History Software Agent          : Adobe Photoshop Lightroom 6.3 (Windows), Adobe Photoshop Lightroom 6.6 (Windows)
    ---
    > [XMP]           History Instance ID             : xmp.iid:94fa275c-82cd-8c40-98c4-6117d63708e3, xmp.iid:49c73e7b-e9dc-0445-aca9-1cf8faf7fb36
    > [XMP]           History When                    : 2016:01:25 12:48:25+10:00, 2016:01:25 12:59:42+10:00
    > [XMP]           History Software Agent          : Adobe Photoshop Lightroom 6.3 (Windows), Adobe Photoshop Lightroom 6.3 (Windows)
    213,222c210,211
    < [XMP]           Creator                         : Robert Cullen
    < [XMP]           Rights                          : © 2015 Robert Cullen
    < [XMP]           Usage Terms                     : All Rights Reserved
    < [XMP]           Creator Postal Code             : ...
    < [XMP]           Creator Work Telephone          : ...
    < [XMP]           Creator Region                  : ...
    < [XMP]           Creator Country                 : ...
    < [XMP]           Creator City                    : ...
    < [XMP]           Creator Work Email              : ...
    < [XMP]           Creator Address                 : ...
    ---
    > [XMP]           Subject                         : Decoration, LECTURES, LIGHT, NATURE, Night, PLANTS, Trees
    > [XMP]           Hierarchical Subject            : Decoration, LECTURES|LIGHT, NATURE|PLANTS|Trees, Night
    
  • Modification of metadata in a re exported jpg - save and degrade the jpg?

    In the choice of photos for my PhotoShelter site, I do the following:

    • I do a collection that contains possible choices, modify the collection in the final choice.
    • I then export the final selection in jpg format to PhotoShelter. export sends them to a specified folder recognized by LR. LR recognize jpg files in the folder and retains the metadata associated with the original raw file.
    • I go to the library Module and to rework the metadata within this folder. in other words, I re - write the metadata title and legend, which makes them appropriate for my site.
    • When I check 'Show in Finder' I don't see the jpg, not an xmp file. This suggests that the metadata are incorporated in the jpg and metadata change caused a jpg re - write and register again. Is this the case?

    I would like to avoid re - save a jpg file.

    Thank you for your help - melody

    I just tested and confirmed the metadata record in file with JPEG's lossless (i.e. without recompression of image data). You will need to manually update the JPEG file with the new keywords using CTRL + S.

  • Lost keywords when they are copied photos to a new drive.

    I just copied about 500 GB of photos from an external hard drive to a WD MyCloud device so I could access it from multiple computers.  Imported all back in Lightroom, which took hours and hours to be able to build new insights Standard.  In the process seems to have lost all of my keywords.  All other metadata seems to have transferred pictures, but the key words are not there.  I'm not sure it's a matter of Lightroom, so if I need to approach this also please leave me know where.

    Thanks for any help on this.

    I use Lightroom 5.7

    HP desktop PC

    Windows 7

    In the future, to move the files in Lr (or place in the BONE and then move to Lr - if you are doing a great set with a common root..). i.e. do NOT re - import.

    PS - If you have recorded (xmp) metadata before re-entry, you have lost your key words. If you do not save the xmp metadata, Lr stores keywords in the catalog only and spread them when the photos are removed from the catalogue, i.e. If you re-import...

  • Where is the option "Manage" bookmarks in Firefox 19.0.2 so I can rename or delete a folder?

    I tried the 'wheel' icon to manage / delete / rename the bookmark as records suggests the tutorial, but it does not select the option "Delete" (I can see 'remove', will not work) and it offers the option to rename the files. Before I can do a right-click on the title and then rename but now nothing works.
    I have Firefox 19.0.2 on an iMac

    The menu item has been renamed "Show all bookmarks" at any given time. Who should open what is now called the Library dialog box.

    Bookmarks > show all bookmarks

    Under Windows, on the shortcut menu, you always choose Properties to rename, there wasn't an element of rename it. Does it work on Mac?

    Yet, who would not explain why you can't remove...

    You can do what you need to do in the Library dialog box, or is this dysfunction as well?

Maybe you are looking for