Adding commas to metadata

I am working on adding metadata to my images. Many are works of my own or public domain art pieces. I need to be able to add an artist's name as Lastname, First, but that would result in two metadata bits. Is there a way to add in a comma as part of the tag?
Thanks,
Andacar

Andacar62 wrote:
Lastname, First
Are you adding as keyword? If so, there is a preference for different separator.

Similar Messages

  • [svn:fx-trunk] 12784: Added = 1.0 metadata for Power exponent property.

    Revision: 12784
    Revision: 12784
    Author:   [email protected]
    Date:     2009-12-10 07:32:14 -0800 (Thu, 10 Dec 2009)
    Log Message:
    Added >= 1.0 metadata for Power exponent property.
    QE notes:
    Doc notes:
    Bugs: sdk-24594
    Reviewer: Chet
    Tests run:
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-24594
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/easing/Power.as

  • [svn:osmf:] 11184: Adding new temporal metadata support, including sample app and unit tests.

    Revision: 11184
    Author:   [email protected]
    Date:     2009-10-27 11:08:21 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Adding new temporal metadata support, including sample app and unit tests.
    Added Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/
        osmf/trunk/apps/samples/framework/CuePointSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/CuePointSample/.flexProperties
        osmf/trunk/apps/samples/framework/CuePointSample/.project
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/AC_OETags.js
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/history/
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/history/history.css
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/history/history.js
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/history/historyFrame.html
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/index.template.html
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/playerProductInstall.swf
        osmf/trunk/apps/samples/framework/CuePointSample/libs/
        osmf/trunk/apps/samples/framework/CuePointSample/src/
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.css
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacetEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/CuePoint.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/CuePointType.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestTemporalFacet.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/video/TestCuePoint.as

    Greg -
        The metadata sample demonstrates how metadata can be placed on an IMediaResource, and used to  give the framework more information about the resource.  The MediaFactory uses this information to determine which type of media a given resource points to.  One of the intial problems we encountered when creating a media factory that created MediaElements from URLResources, was the inability to distinguish between image, video, and audio urls, since the extension isn't a guaranteed way.
    The Metadata framework, that was developed last sprint was provided to enable metadata such as XMP, Namevalue, and Cuepoints.  Not all specific classes that hold this data haven't been created yet however.  The logic to add metadata automatically hasn't been placed in the framework yet.
    It's currenty possible to retrieve onPlaystatus, onMetadata, onXMPData, onImagedata, and onCuepoint callbacks:
    var videoElement:VideoElement
    [After videoElement loads]
    videoElement.client.addHandler(NetStreamCodes.ON_XMP_DATA, onXMPData);
    function onXMPData(info:Object):void
       //Process XMP here.
    Hope this helps.

  • Adding Dublin Core metadata to the XMP namespace in Bridge CS5

    I have tried to adapt a script created by Paul Riggott in another thread/discussion, but have been unable to make it work.
    Basically I'd like to add data to the dc:identifier and dc:relation fields while I'm adding other data in Bridge.  Is there a way to create a tab for Dublin Core in the metadata window?
    I also tried the "add identifier" script in this thread/discussion, but I'm not seeing how it works... probably because it was written for the Mac and I'm working in Windows.
    Any suggestions? Thanks.

    You might try the scripting forum at http://forums.adobe.com/community/bridge/bridge_scripting?view=discussions

  • Adding more search metadata

    How do you add more search data fields on the main page ie Producer search fields ability ? I have created all the Look up tables and gone into the permissions section and double clicked to find the search fields but for the life of me I can't seem to add or remove certain fields ... yes I have read the manual and that was more bland then chicken soup !
    Cheers

    If I understand your question correctly, there are two Metadata groups called "Production Filter" and "Asset Filter". You can add as many metadata fields to these groups as you wish. Add them, then log out of your client, and log back in. The fields you added should appear in your advanced search options.

  • Adding Commit in version 10.1.3

    I've been following the following workshop but I'm using 10.1.3.
    http://www.oracle.com/technology/obe/obe9051jdev/ide1012/adfworkshop/buildingadfapplicationsworkshop.htm#t3s2
    I've been trying to add a commit action     
    I can't find the UI Model tab mentioned in the section below. I've been told this has been removed and to use the PageDefs.
    You also will need an action binding named 'Commit' that will be bound to the built-in commit operation of your UI model. To add the Action:
    1. With sure.jsp active in the Visual Editor, click the UI Model tab of the Structure window.
    2. Right-click the root node in the tree and choose Create Binding > Actions > Action from the context menu.
    3. Select your data control (CustomersWSViewDataControl) in the Data Collection list.
    4. Select Commit as the action using the Select an Action drop-list.
    5. Click OK to continue
    I have inserted a commit action in the PageDef bindings by right clicking and using 'insert inside bindings' but it doesn't seem to commit the row deletion as when I check in SQL developer afterwards, the data is still there. It shows it as deleted in the application, but it is still there in the database... what am I doing wrong?
    Gus..

    Are there any 10.1.3 versions of this
    http://www.oracle.com/technology/obe/obe9051jdev/ide1012/adfworkshop/buildingadfapplicationsworkshop.htm
    workshop that explains PageDefs and findForward(PageLifecycleContext context) as opposed to UI Model and[b] findForward(DataActionContext actionContext)

  • Adding/Reading XMP Metadata in a psd file

    Hi,
    I'm having some troubles to understand how to add and read XMP metadata on a psd file. I followed the Panel developer guide tutorial, and try to look on the internet for some answers, but I'm still stuck ...
    Here is the simple example I'm trying to make (using part of the code from the panel developer guide) :
         The function loads the XMP Script Library.
         @returns True if the XMP Script Library was loaded successfully.
         @type Boolean
    function loadXMPLibrary(){
         if ( !ExternalObject.AdobeXMPScript ){
              try{
                   ExternalObject.AdobeXMPScript = new ExternalObject('lib:AdobeXMPScript');
              }catch (e){
                   alert("Can't load XMP Script Library");
                   return false;
         return true;
         The function unloads the XMP Script Library.
    function unloadXMPLibrary(){
         if( ExternalObject.AdobeXMPScript ) {
              try{
                   ExternalObject.AdobeXMPScript.unload();
                   ExternalObject.AdobeXMPScript = undefined;
              }catch (e){
                   alert("Can't unload XMP Script Library");
        Try to put a new property into the metadata
    if( app.activeDocument || !loadXMPLibrary()){
        var xmp = new XMPMeta(activeDocument.xmpMetadata.rawData);
        xmp.setProperty( XMPConst.NS_EXIF, "myProperty", "test" );
        activeDocument.xmpMetadata.rawData = xmp.serialize();
        unloadXMPLibrary();
        Window.alert(activeDocument.xmpMetadata.rawData);
    I don't really know where I'm wrong, could you help me please ?
    Thanks,
    Julien

    Rather mess with EXIF and Dublin Core namespaces, wouldn't it be better to create your own?
    IE:
    #target photoshop
    addtoMeta();
    function addtoMeta(){
    if(!documents.length) return;
    if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
    var xmp = new XMPMeta( activeDocument.xmpMetadata.rawData);
    var myNamespace = "http://my.fantastic.newspace/";
    var myPrefix = "nsfns:";
    XMPMeta.registerNamespace(myNamespace, myPrefix);
    xmp.setProperty(myNamespace, "myProperty", "A Test String");
    app.activeDocument.xmpMetadata.rawData = xmp.serialize();

  • Dates modified/added are wrong metadata

    Hey,
    I have a late 2013 mb pro retina 13" which I got Dec 2014, and I have noticed the dates are wrong no matter if I sort by "modified" "created" "added". I've added a few screen shots.
    So this is something I downloaded today 28/02/15 but it is displaying 6 Jul 2014. It's frustrating when I need to search for a particular file I downloaded on xyz date but can't find it...
    Any solutions??
    < same file, added 28/02/2015

    Hi kdenson,
    I see that you are experiencing an issue with your date and time in some files on your computer. I have an article for you that addresses this issue directly, and it can be found here:
    If the wrong date or time is displayed in some apps on your Mac - Apple Support
    https://support.apple.com/en-us/HT203413
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Trouble adding commas to string

    I'm using a pretty standard function to add commas to a large
    number (so that a number like 1000000 appears as 1,000,000). Below
    is the actionscript I'm using.
    When I define the variable debt as any number, the script
    works perfectly. But if I define debt as a variable passed to the
    movie from a PHP file, then the script puts the commas in the wrong
    places (i.e., 10,000,00). Can anyone explain to me why this would
    happen, and how to fix it?
    var input = debt;
    var inputString = input.toString();
    var finalString = "$";
    var count = 0;
    var tempString = "";
    for (var i = inputString.length-1; i>=0; i--) {
    count++;
    tempString += inputString.charAt(i);
    if ((count%3 == 0) && (i - 1 >= 0)) {
    tempString += ",";
    for (var k = tempString.length; k>=0; k--) {
    finalString += tempString.charAt(k);
    return(finalString);

    I can see that this is cleaner than my script. However, the
    comma problem continues...
    quote:
    Originally posted by:
    LuigiL
    Nope, coming from PHP your var is already a string. Omit the
    toString()
    var input = "1000000";
    //var inputString = input.toString();
    var finalString = "$";
    var count = 0;
    var tempString = "";
    for (var i = input.length-1; i>=0; i--) {
    count++;
    tempString += input.charAt(i);
    if ((count%3 == 0) && (i - 1 >= 0)) {
    tempString += ",";
    for (var k = tempString.length; k>=0; k--) {
    finalString += tempString.charAt(k);
    trace(finalString);

  • Adding commas in quan variable of smartforms

    hi experts,
    In my smartforms,i have a variable temp_menge which is having value 1000000 but i want to get it displayed as 1,000,000.How to write the same.?????
    Thanks,
    Gaurav
    Edited by: Gaurav Kumar on Feb 26, 2008 2:30 PM

    Hi,
    There might be 2 possibilities. One is data type. Symbols of the DEC, CURR, INT, and QUAN data types are normally formatted with the a ‘thousands’ separator character. The T option allows you to omit this separator character.
    Syntax:
    &symbol(T)&
    The EKPO-MENGE field contains the value 1234.56. The Dictionary definition specifies 3 decimal places and an output length of 17.
    &EKPO-MENGE& -> 1,234.560
    &EKPO-MENGE(T)& -> 1234.560
    So one thing is change your data type to TYPE P or remove the (T) from your code. This should work.
    Reward points if helps.
    Regards,
    JLN

  • [svn] 3312: Adding support for documentation of HostComponent metadata.

    Revision: 3312
    Author: [email protected]
    Date: 2008-09-23 09:48:02 -0700 (Tue, 23 Sep 2008)
    Log Message:
    Adding support for documentation of HostComponent metadata. If a comment is added to the metadata declaration it should appear with the generated property.
    Also adding support to strip out the beginning dash (-), for comments which are of the form
    QA: Yes
    Doc:
    Reviewed By: Paul
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java

    There is actually code in the base class that tests for
    whether the (extended) class implements the interface, so you don't
    need to add any methods - the interface itself is used as a "marker
    interface". Try setting the focusEnabled property to true as well
    (if you haven't already).
    If none of this works, have a look at the source of the
    canvas class - from within flexBuilder, hold down Ctrl and click on
    the reference to Canvas in your class (extends...). This should
    open the source in your editor and you can search for "focus" and
    probably find our where it's going wrong.

  • Managed Metadata selection not appearing in Editform.aspx and DisplayForm.aspx after Managed Metadata column added to library.

    Hi,
    I added two managed metadata columns into a document library, but they are not appearing when you try to upload, or edit the properties of a document.
    In the Managed Metadata service the metadata is 'Available for Tagging' , and I've also looked at the permissions in
    http://sitenameLists/TaxonomyHiddenList/AllItems.aspx
    As one blog suggested, but this already has read access granted to NT AUTHORITY\Authenticated Users (NT AUTHORITY\authenticated users)
    The Connection Permissions in Central Admin, in the Managed Metadata Service Application has Full Access to Term Store granted for the service account that the application pool (Identity) is running under for the web app the site collection
    is in. 
    I've also deleted the whole document library and started over again, but the metadata selectors just don't show up for anyone, even when tried with the farm account.
    Any ideas what to investigate next appreciated.
    Thanks,
    Jonathan

    Ok, I think I've worked it out.
    It's to do with Content Types, if you add your own custom content type, then delete the default Document content type on a document library, before you add additional Managed Metadata columns to the library, they don't appear in the form. Another
    one for the Sharepoint quirks list.

  • Can no longer write metadata to Raw files

    My team an d I are working in Photoshop CS5, we write metadata to jpegs and Raw files- saving to Raw database not as sidecar .xmp files.  We are no longer able to save the metadata to Raw files.  There is no error message, the data writes like normal and the user who writes the metadata can see it but when you open in another computer the metadata fields are empty, however the jpegs do have the new metadata.  Was there a setting change at some point? This has been going on for a couple months and I cannot find an answer anywhere.  Again, we batch write to RAW+Jpeg, the jpeg files save the metadata but the Raw files look like the data saved but is not visible on any computer other thant he one that added the new metadata. This is occurring on multiple computers, both Mac and PC.

    TimVasilovic wrote:
    I understand the process you are describing,  In the past I have been able to embed metadata to a Raw file, move it to a server, pick that file up on another computer and see the metadata without need of the .xmp sidecar.  Is the ability to embed no longer supported  by Photoshop? Since this issue began we have taken to doing all our metadata editing in PhotoMechanic, which embeds without creating a sidecar.  If Photoshop is pushing people to create sidecar .xmp files only for writing metadata to Raw files I will probabaly move fully to PhotoMechanic because using sidecars has proven tricky in the past with how our files get moved around.
    If using Adobe Camera Raw on camera raw file you either have an XMP sidecar file created or the data is stored in a database.  Which happens it is your option in Edit/camera raw.  If you use ACR and edit a jpeg it does not create a distinct XMP file but it is also not directly written to the image either.  One can still delete the edits in Bridge with Edit/develp settings.
    If you use a DNG the metadata is written to the image.  Not sure what process Photo Mechanic uses.
    It appears to be a permission problem as other than CS6 Bridge is now 64 bit and has a new cache method there are no changes in how it handles metadata.

  • How to add comma and dollar sign that places automatically in input text field

    I have this ROI calculator which has several text input field
    on frame one with calculate and reset buttons. When a user enters
    numerical values in the text field, and jumping to the next field,
    I want the input text filed be updated with dollar sign and with
    comma.
    Next when they hit "ENTER" key or click "Calculate ROI"
    button, all the input text fields on frame 2 as a result of
    calculations be updated with dollar sign and comma. I also need
    that once the comma sign is assigned then it would not add any more
    even if user presses the button. Can someone help me in
    this?

    If you want to Set the Comma when you Switch to next Text
    Field
    Use onKillFocus / onSetFocus Functions.
    to restrict multiple comma, Before Adding comma use
    myText.text =
    myText.text.split(",").join("").split("$").join("");
    So this will give you the value without Comma and Dollar
    symbol, Now add the Comma and dollar.
    or you need to use a Flag for onChange Event.

  • XMP Metadata Linking Not Functioning, PPro CS6 v6.0.5

    Hi,
    In the past I've been successful adding and storing metadata to the 'Description' column in the project window in the past with the 'Link' symbol activated in the Metadata panel under 'ile'>Dublin Core>>Description. This would allow me to retain the description metadata when the media is imported into a different project.
    However I am using this same procedure this week, but the data does not seem to be saving/adding to the XMP 'File' metadata.  See screen shot below.  I've experienced this problem within different proejcts and with the three main media types in our production house: XDCAM EX, P2 MXF and Ikegami MXF.
    Any thoughts why this would work previously, but not now? Is it related to the latest version updates?
    This is a PC, Windows 7 system.
    Thanks!

    My take is that this is not a linking problem, per se. Rather, it looks like the problem is that the File section shows that the file is not editable.
    So I'd investigate what's making Premiere think it can't revise the XMP. Could be that the files are read-only, that you don't have permissions to edit content in the parent folder, or that another program has the files locked. At least those are the most likely causes I can think of...

Maybe you are looking for