Customizing meta data import in Flash web galley

I'm using CS4 Bridge to create a slide show with the Journal with  Slideshow template, which captures metadata for the caption. I don't  want the image information. I want the Description field. I can manually  edit the XML file to remove it, but I would prefer to never have it  enter in the first place. How do I modify which file info fields will be  captured?
I also want to change the metadata import font. No matter how I specify it in the group.xml and style.xml it defaults to Arial.
I haven't found either of the settings in the control panel.

Hi Yuriy,
Web Dynpro components and applications are normal development objects. This means, you can transport them to any system using the change and transport system. There is no need to work with a separare xml representation.
Best regards,
Thomas

Similar Messages

  • Adding a custom meta data field which lists out content id based on query

    How can we add a custom meta data filed which lists out content id based on query like dDocType <matches> `AssociatedProduct`?
    Or other alternative would be to have a custom metadata field such that it allows selection of content id using link wizard which we typically use in site studio. It would be preferable to have this second option as it is user friendly. Can we do this on a check-in screen?
    -Pratap

    Thanks for the reply Deepak.
    We got it resolved. We did following changes in /ucm/custom/SiteStudio/resources/ss_custom_field_resources.htm file and it worked cleanly.
    Added following section at the end before body tag
    ===================================================================================================
    <@dynamichtml ss_parent_definition_field_entry@>
         <$include super.std_edit_entry$>
         <$if isQuery and isTrue(isQuery)$></td><td><$endif$>
         <$include ss_contributor_base_scripts$>
         <script type="text/javascript" src="<$HttpRelativeWebRoot$>resources/<$SSContributorSourceDir$>/sitestudio/wcm.contentserver.popup.js"></script>
         <script language="JavaScript">
         function OnSelectParentId()
              var selectParentIdOptions = {};
              selectParentIdOptions.httpCgiPath = '<$HttpCgiPath$>';
              selectParentIdOptions.queryText = 'dDocType <matches> `Country`';
              selectParentIdOptions.coreContentOnly = '<$if coreContentOnly and isTrue(coreContentOnly)$>1<$else$>0<$endif$>';
              selectParentIdOptions.callback = function( returnParams )
                   returnParams = returnParams || {};
                   if( returnParams && returnParams['dDocName'] && ( returnParams.dDocName.length > 0 ) )
                        // Set the actual metadata value
                        <$if isQuery AND isTrue(isQuery)$>
                             for (var i=0; i < document.<$formName$>.elements.length; i++)
                                  var elt=document.<$formName$>.elements;
                                  if (elt.name=="<$fieldName$>")
                                       elt.value = returnParams.dDocName;
                        <$else$>
                             document.<$formName$>.<$fieldName$>.value = returnParams.dDocName;
                        <$endif$>
              WCM.ContentServerPopup.ChooseManagedDocument(selectParentIdOptions);
         </script>
         <input type="button" value="<$lc("wwBrowse")$>..." onclick="OnSelectParentId();">
    <@end@>
    ======================================================================================
    Then modified the section which show xWebsiteSection, xRegionDefinition etc to include my custom meta data defitnion as well ('xParentContentType')
    ===================================================================
    <@dynamichtml std_edit_entry@>
         <$if fieldName and ( fieldName like "xWebsites|xDontShowInListsForWebsites" )$>
              <$include ss_website_query_text_field$>
         <$elseif fieldName and strEquals( fieldName, "xWebsiteSection" )$>
              <$include ss_website_section_field_entry$>
         <$elseif fieldName and strEquals( fieldName, "xRegionDefinition" )$>
              <$include ss_region_definition_field_entry$>
         <$elseif fieldName and strEquals( fieldName, "xParentContentType" )$>
              <$include ss_parent_definition_field_entry$>
         <$else$>
              <$include super.std_edit_entry$>
         <$endif$>
    <@end@>
    ====================================================================
    This worked fine.
    Regards,
    Pratap

  • Meta data information from dynamic web page

    Dear all,
    for website searching, we should put the meta data in every page, in my case
    i have to get the data from dynamic page(data are coming from database).
    So, how can i meta data information from dynamic web page
    kindly suggest.
    thanx,
    R. Ramasubramanaim.

    Build your web application with BSP, that's all I can say...

  • Basic XMP Meta-data builder

    Hey all,
    I am not a programmer and though I have been using Adobe Photoshop since 1988, I have never really gotten into the meta-data side of things until this latest project.
    I remember once that I used Photoshop's XMP metadata features to create a simple template in which I could enter custom meta-data about my image. It was perfect for what I am doing now.
    But now, in CS5, I have started to question whether I have just gotten too old (at 42) to handle this or whether it has been so bloated out of proportion in complexity that I just don't have the patience to figure it out.
    I need to record some basic information about some paintings that I have taken photos of and I have the information in a sql database, but it would be nicer to embed the information in the image.
    If I could embed this information in my images, it would be great:
    Painting Data: (information about the material photographed not the photograph)
    naming
    title (formal)
    title (informal)
    subtitle
    version
    series
    title
    name
    number
    materials
    descr
    colors
    background
    dimensions
    width
    height
    hw ratio
    orientation
    date
    Image Data   (refers to information about the actual file and how it is used)
    filename
    filepath
    sizing type
    source file name
    source file path
    source pixel ratio
    width pixels
    height pixels
    ppi
    uses
    Copyright info
    But I was hoping to do this without having to learn C++, install Eclipse or piece together bits and pieces from other XMP profiles. Is there any possible way to convert a simple data set like this into xmp metadata?
    It seems like there should be a web-app that does it.
    Anyways, I'm looking at other sources now, but I would love to know if Adobe is equipped to handle this sort of thing or should I look elsewhere. Thanks as always for your support and/or input.

    A) The free panels for VRA might meet your requirements. There is a 
    portion for the (art)work pictured, a portion for the image, and a 
    portion referencing the collection.
    This is an "essential" subset of the VRA Core 4.0 (XML) metadata 
    schema used by museums to catalog images of artwork.
    http://metadatadeluxe.pbworks.com/w/page/32300275/VRA%20XMP%20Info%20Panel%20%28beta%29
    B) If you have existing CS3 File Info Panels that already meet your 
    needs, then you might be able to convert them to CS4/5 File Info. A 
    java script and procedure were provided on this forum in July 2010.
    http://forums.adobe.com/thread/684838?tstart=90
    Regards,
    Carl Rambert, Pound Hill Software
    [email protected]

  • Need to export customer master data in a batch input file

    Hello all,
    I'm searching for a solution to export customer master data out of a R/3 system (Release 470).
    The challenge is that the file must have the same structure like the file for batch input of customer master data (import file of the program RFBIDE00).
    So, has anybody an idea, if there is a standard tool to get such a file? Or has anybody developed a report creating this structure by his own?
    Thanks for your help,
    kind regards,
    Dietmar

    Hi,
              I have also come across the same problem as above. There is a standard program RFBIDET0 which has to be customized to get the file which can be uploaded to RFBIDE00. Do anybody come across this kind of problem before and have  a program already. It will be of great help, if you can forward the program or guide.
    Regards,
    Vishnu Priya

  • Needed:  variable weblinks in flash web gallery title & caption fields

    I know that one can put a fixed URL as custom text into a LR flash web gallery title or caption fields and simply click on that field in a gallery and go to that website. However, that URL is fixed and shows up for all images in the gallery. I would like the ability to have that URL vary by image. That is, I want to be able to setup custom text for a title or caption gallery field that inserts an image's certain metadata value(s) within a URL string. E.g., have LR web gallery custom text of the form:
    click here for foobar
    result in the browser going to URL held in the current image's title metadata.
    This almost works now (LR v1.4) ... Such a custom text title displays correctly. And if I left click on it and choose "copy link", the correct URL is in fact there. Unfortunately a right click doesn't take me there as it would if the custom text was a constant URL string, instead of having one or more embedded image metadata tokens.

    whoops, I didn't know that my post's example custom text string would be interpreted as a hyperlink :>) Here's the example text without the enclosing "a brackets".
    href="{title}">click here for foobar

  • Variable weblinks in Flash web gallery title & caption fields

    I know that one can put a fixed URL as custom text into a LR flash web gallery title or caption fields and simply click on that field in a gallery and go to that website. However, that URL is fixed and shows up for all images in the gallery. I would like the ability to have that URL vary by image. That is, I want to be able to setup custom text for a title or caption gallery field that inserts an image's certain metadata value(s) within a URL string. E.g., be able to enter for these LR Flash web gallery fields custom text of the form:
    #A href="{title}">click here for foobar#click here for foobar#/A#
    where "#" = enclosing html brackets
    and where {title} is an image's LR title metadata (e.g., "http://www.foobar.com")
    Left clicking on such a custom field should take the browser to webpage whose URL is held in the current image's title metadata.
    This almost works now (LR v1.4) ... Such a custom text title displays correctly (i.e., just an underlined "click here for foobar"). And if I right click on it and choose "copy link", the correct URL from that image's metadata is in fact there. Unfortunately a left click just doesn't take the browser there.
    This capability would be useful for providing image info which either won't fit (e.g., extended caption info) or is technically not easy to place (e.g., a dynamic *.mov pano view) on an image's web gallery page.

    Just a comment about the web link in general -- Make sure your URL link actually works in the live /internet world. I have found that it doesn't. It looks great on your computer but when you actually build the web gallery, the link doesn't go anywhere.

  • Large memo meta-data field not fully indexed

    Hi all,
    Another day, another UCM question. Hopefully the answers given to my questions will help people facing the same issues.
    We created a custom meta-data field of type memo. Looking into the database, the following columns were created:
    colmeta.xcustom1 varchar2(2000)
    docmeta.xcustom1 varchar2(2000)
    idctext1.xcustom1 varchar2(2000)
    idctext2.xcustom1 varchar2(2000)
    indexerstate.xcustom1 varchar2(2000)
    We want specific meta-data field to hold 5000 characters and to have its content retrievable by the full text search feature. We've read about the MinMemoFieldSize and MemoFieldSize configuration variables, but reasoned that they shouldn't be used since the size requirement is only for this specific field.
    So we've updated the database schema manually (can't seem to find another way to do this) by sending these instructions:
    alter table colmeta modify xcustom1 varchar2(5000)
    alter table docmeta modify xcustom1 varchar2(5000)
    Then restarted the UCM server and performed a full collection index rebuild.
    These updates work in that new content can be created with a meta-data value of up to 5000 characters (it would give an error before). However, it seems that the whole field value is not being indexed: doing a full-text search on a word in the first 2000 field characters finds the content, but doing a full-text search on a word in the last 3000 field characters doesn't.
    We've tried manually extending the size of the idctext1, idctext2 and indexerstate columns, but it doesn't seem to have any impact.
    Any ideas?
    Thanks again.
    Edited by: Spiff on 1-Feb-2012 12:32 PM

    Hi ,
    Please check the following post's last update .
    Metadata fields sizes
    Thanks
    Srinath

  • Store meta data ?

    Hi,
    I have illustrator CS4.
    I want to save some meta data along with the file. The file -> file info option adds a bunch of bloated information I do not need.
    I'd like instead to simply store a few strings to the output file. How can we do this? It seems there's some product called Adobe Bridge which lets you make custom meta data templates, but all downloads I find for it fail. That at least looked promising. Also in the file -> file info option, I tried removing nodes in the advanced tab, hoping that would clean up the output meta data, but the exporter seems to ignore this and embed all the useless information anyway,
    Thanks

    Michael_H._Phillips wrote:
    Wade_Zimmerman wrote:
    Only comes with the suites. Doesn't work standalone. That is why tis 
    called a Bridge.
    Nope. It does come with the standalone. It's Version Cue that only comes with the suite.
    MHP
    Are you sure of that, I could be wrong but why did nit not install with the OP's install of Illustrator?
    I do not believe the Bridge comes with the standalone and is not downloadable, that is for sale.
    Oh I see what you are saying, perhaps it would work with the standalone but it simply does not come with the standalone and is not sold separately.
    So I do not know how one would legally acquire it. I guess a feature request for the standalone to be able to purchase it would be good.
    Actually I think Adobe would be wise to include it with the standalone and that might encourage users of a standalone to want to have a more integrated work flow. Lot's of people don't use the Bridge and do not realize the benefits of using it.

  • UCM Meta-data Fields Limt

    My DocMeta table has 50 columns. we are building lots of applications in UCM. Every application has its own meta-data requirements. I doubt that pretty soon the column count will increase to 100+. Is there any limitation in UCM on number of custom meta-data fields that we can create? if my DocMeta columns count increases to 100, would it affect the queries/UCM performance ?
    thanks

    It would depend on the underlying database from a technical standpoint.
    A good discussion for Oracle database limits - Limit on a number of columns in a table?
    MS SQLServer - http://msdn.microsoft.com/en-us/library/ms143432.aspx
    From a usability/maintenance standpoint, that's another matter. YMMV.

  • Images (w/correct meta data) are in catalog and on disk, but LR 5.7 considers them new on Import

    For reasons explained below, I want to try to re-import all my images into LR and hope that none/few are in fact considered new and are imported.  Yet, for some folders, LR is apparently unable to detect that my source images are already in the catalog, and are on disk, and that the source file meta data matches what LR knows about the images.  When I click an image in LR and Show in Finder, I do see the imported image on disk.  I can edit the image in the Develop module.  So, it seems good, but all is not well.   Sorry for the long post here, but I wanted to provide as much info as I could, as I am really seeking your help, which I'd very much appreciate.
    Here are some screen shots that illustrate the problem:
    Finder contents of the original images
    LR folder hierarchy
    an image as seen in LR
    Finder content of external LR copy of images
    import showing 10 "new" photos
    The original images ... (I'm not sure why the file date is April 2001 but the actual image date is January 2011; I may have just used the wrong date on the folder name?)
    The LR folder hierarchy ...
    An image as seen in LR ...
    The external folder containing the images in the LR library
    But on import of the original source folder, LR sees 10 "new" photos ...
    I tried "Synchronize Folder ..." on this particular folder, and it simply hangs half-way through as seen in the screen shot below.   IS THIS AN LR BUG?   This is really odd, since "Synchronize Folder ..." on the top-level folder completes quickly.
    I have a spreadsheet of of the EXIF data for the original files and those created by LR.  (I extracted this info using the excellent and free pyExifToolGui graphical frontend for the command line tool ExifTool by Phil Harvey.)   Almost all of the Exif data is the same, but LR has added some additional info to the files after import, including (of course) keywords.  However, I would not have expected the differences I found to enter into the duplicate detection scheme.  (I didn't see a way to attach the spreadsheet to this posting as it's not an "image".)
    I'm running LR 5.7 on a 27" iMac with Yosemite 10.10.2, having used LR since LR2.  I have all my original images (.JPEGs and RAWs of various flavors) on my internal drive on the Mac.   To me this is like saving all my memory cards and never re-using them.   Fortunately, these files are backed up several ways.   I import these images (copying RAWs as DNG) into LR with a renaming scheme that includes the import number, original file creation date and original file name.   There should be one LR folder for each original source file folder, with the identical folder name (usually a place and date).  I store the LR catalog and imported images on an external drive.  Amazingly and unfortunately my external drive failed as did it's twin, same make/size drive that I used as a backup with Carbon Copy Cloner.   I used Data Rescue 4 to recover to a new disk what I thought was almost all of the files on the external drive.
    So, I thought all would be well, but, when I tried "Synchronize Folder" using the top-level folder of my catalog, the dialog box appeared saying there were over 1000 "New" photos that had not been imported.  This made be suspicious that I had failed to recover everything.   But actually things are much worse than I thought..   I have these counts of images:
    80,0061 files in 217 folders for my original source files (some of these may be (temporary?) copies that I actually don't want to import into LR)
    51,780 files in 187 folders on my external drive containing the LR photo library
    49,254 images in the top-level folder in the LR catalog (why different from the external file count?)
    35,332 images found during import of the top-level folder containing original images
    22,560 images found as "new" by LR during import
    1,074 "new" images reported by Synchronize Folder ... on the top-level folder in the catalog; different from import count
    Clearly things are badly out of sync.   I'd like to be sure I have all my images in LR, but none duplicated.   Thus, I want to try to import the entire library and have LR tell me which photos are new.  I have over 200 folders in LR.  I am now proceeding to try importing each folder, one at a time, to try to reconcile the differences and import the truly missing images.  This will be painful.  And it may not be enough to fully resolve the above discrepancies.
    Does anyone have any ideas or suggestions?  I'd really appreciate your help!
    Ken

    Thanks for being on the case, dj!   As you'll see below, YOU WERE RIGHT!      But I am confused.
        1. Does the same problem exist if you try to import (not synchronize) from that folder? In other words, does import improperly think these are not duplic
    YES.  Import improperly thinks they are NOT duplicates, but they are in fact the same image (but apparently not the EXACT SAME bytes on disk!)
        2. According to the documentation, a photo is considered a duplicate "if it has the same, original filename; the same Exif capture date and time; and the same file size."
    This is my understanding too.
        3. Can you manually confirm that, for an example photo, that by examining the photo in Lightroom and the photo you are trying to synchronize/import, that these three items are identical?
    NO, I CAN'T!  The ORIGINAL file name (in the source folder) is the SAME as it was when I first imported that folder.  That name is used as part of the renaming process using a custom template. However, the file SIZES are different.    Here is the Finder Get Info for both files.  Initially, they appeared to be the same SIZE, 253KB, looking at the summary. But, if you look at the exact byte count, however, the file sizes are DIFFERENT: 252,632 for the original file and 2252,883 for the already-imported file:
    This difference alone is enough to indicate why LR does not consider the file a duplicate.
    Furthermore, there IS one small difference in the EXIF data regarding dates ... the DateTimeOriginal:
                                                                                                     CreateDate              DateTimeDigitized                    DateTimeOriginal              FileModifyDate                              ModifyDate
    ORIGINAL name: P5110178.JPG                                     2001:05:11 15:27:18    2001:05:11 15:27:18-07:00        2001:01:17 11:29:00        2011:01:17 11:29:00-07:00       2005:04:24 14:41:05  
    After LR rename:  KRJ_0002_010511_P5110178.JPG    2001:05:11 15:27:18    2001:05:11 15:27:18-07:00        2001:05:11 15:27:18        2011:01:17 11:29:02-07:00       2005:04:24 14:41:05
    So ... now I see TWO reasons why LR doesn't consider these duplicates.   Though the file NAME is the same (as original), the file sizes ARE slightly different.  The EXIF "DateTimeOriginal" is DIFFERENT.   Therefore, LR considers them NOT duplicates.
         4a. With regards to the screen captures of your images and operating system folder, I do not see that the filename is the same; I see the file names are different. Is that because you renamed the photos in Lightroom (either during import or afterwards)?
    I renamed the file on import using a custom template ...
            4b. Can you show a screen capture of this image that shows the original file name in the Lightroom metadata panel (it appears when the dropdown is set to EXIF and IPTC)?
    SO ....
    The METADATA shown by LR does NOT include the ORIGINAL file name (but I think I have seen it displayed for other files?).  The File SIZE in the LR metadata panel (246.96 KB) is different from what Finder reports (254 KB).  There are three "date" fields in the LR metadata, and five that I've extracted from the EXIF data.   I'm not sure which EXIF date corresponds to the "Data Time" shown in the LR metadata.
    I don't understand how these differences arose.   I did not touch the original file outside LR.   LR is the only program that touches the file it has copied to my external drive during import.  (though it was RECOVERED from a failed disk by Data Rescue 4),
    NOW ...
    I understand WHY LR considers the files different (but not how they came to be so).  The question now is WHAT DO I DO ABOUT IT?   Is there any tool I can use to adjust the original (or imported) file's SIZE and EXIF data to match the file LR has?  Any way to override or change how LR does duplicate detection?
    Thanks so very much, dj.   Any ideas on how to get LR to ignore these (minor) differences would be hugely helpful.

  • XML Meta data integration in Web Dynpro ABAP

    Hello,
    Is it possible to integrate XML Meta data with UI definitions in Web Dynpro for ABAP like Project Import in Development Studio?
    Thanks!
    Y. Hryhorovych

    Hi Yuriy,
    Web Dynpro components and applications are normal development objects. This means, you can transport them to any system using the change and transport system. There is no need to work with a separare xml representation.
    Best regards,
    Thomas

  • Accessing BEx Information Pane (cube meta data) via WEBI

    All,
    BEx query analyzer shows meta data on the info cube or BEx query.  This includes the Author, the last time the cube was refreshed, the info provider name, last refreshed etc.
    A customer wants to know how to bring this information into the BOBJ world, particularly Webi.
    Can anyone help?
    Edited by: Steve Bickerton on Sep 22, 2008 6:10 PM

    Hi Ingo,
    My name is Lisette and I am the BI consultant working with the SAP BOBJ team.   When you execute a query in BEx you can click on the Information button and get the following information.
    Information
    Author E04093                                                                 Last Refreshed 09/24/2008 14:30:03
    Current User E04093                                                 Key Date                 09/24/2008
    Last Changed By E04093                                                 Changed At 09/24/2008 14:22:21
    InfoProvider ZFAP_M001                                 Status of Data 09/24/2008 11:26:21
    Query Technical Name ZQ_ZFAP_M001_0003 Relevance of Data (Date) 09/24/2008
    Query Description Late Payment Report                                 Relevance of Data (Time) 11:26:21
    For the POC we need to be able to show this data on the WEBI or Crystal report.
    Hope this clarifies.
    Thanks for your assistance.
    Lisette

  • IDoc meta data not getting imported

    Hello
    I am trying to get IDoc meta-data using transaction IDX2. I have configued RFC destinations of type R3 in both the systems (ECC and XI). Also I have created port using transaction IDX1.
    When tried to import MATMAS04 using the defined port it gives Information box displaying "I::000" and nothing happens. The information box does'nt contain any message.
    Anybody faced this problem with IDoc?
    Thanks in advance.
    Regards
    Rajeev

    Hi,
    actually it was authorization problem which I noticed when I checked the short dump in ECC.
    anyways thanks for the reply.
    Regards
    Rajeev

  • Bridge CS4 Meta data in web album

    Hi,
    I am looking all over for a way which makes it posibly to show ONLY the description meta data in a web album created with adobe bridge cs4.
    I have been able to have a text for each image in a slide show in every free web album I have tryed. Since I started to use bridge, I have been happy to use it for rating images and stuff like that. But can it really be that Meta data is so difficult to handle in bridges web album?... I think only one of the templates makes it possible to check 'Show metadata', but this is ALL metadata.. very many metadata, and definately not what I want. It can not be the case that bridges web album can not show a description or title only from an images meta or can it? Can anyone help me, have I missed something.
    Hope someone can help me with some hints.. is it possible to make a web album including only description Meta data for each image?
    Thank you very much
    Regards
    Jens

    hmm, maybe bridge is not the right choice after all, maybe Fireworks are better.. but still wondering why this simple possibility is not present in bridge,..

Maybe you are looking for