Bridge, metadata pop-up over thumbnails

I am running the latest version of Bridge CC with Photoshop CC, Apple Mac Pro, OS X Yosemite v10.10.3. When browsing thumbnails in Bridge, if you put the curser over a thumbnail the metadata appears over the image in a pop-up window.  I find these really distracting - is there a way to turn off that function?  Thanks.  Mark Weidman

I figured out how to turn off the metadata window - in Preferences, Thumbnails, de-select "Show Tool tips".  Mark Weidman

Similar Messages

  • Bridge CC - metadata pop-up over thumbnails

    I am running the latest version of Bridge CC with Photoshop CC.  When browsing thumbnails in Bridge, if you put the curser over a thumbnail the metadata appears over the image in a pop-up window.  I find these really distracting - is there a way to turn off that function?  Thanks.  Mark Weidman

    Here's the link if you need it: Bridge General Discussion
    Benjamin

  • [CS3 JS] How to force XMP metadata update for a thumbnail?

    Hi Folks,
    In a JavaScript in Bridge CS3, I'm updating a value in the XMP metadata for a Thumbnail. Later in the script I want to read the updated XMP metadata information from the Thumbnail, but often Bridge hasn't updated the metadata by the time I read it. In other words, my script reads the value prior to the update. I'm guessing there's a caching issue going on.
    I'm new to Bridge scripting, and I am hoping someone here can offer suggestions on how I can (or, even *if* I can) force Bridge to update the XMP metadata cache for a file so that when I read it later in the script it will reflect the recent changes. I've tried using Thumbnail.refresh(), but that doesn't seem to do the trick. I don't mind a slower script, I just want to be able to read the correct value.
    Thanks in advance for any help!
    -- Jim

    Hi David,
    I'm running this script on a MacBook Pro, 2.5GHz, 4GB RAM.
    Here is a sample JSX that shows the issue I'm having:
    #target "bridge-2.0"
    main();
    function main() {
        if( xmpLib == undefined ) {
            var pathToLib = Folder.startup.fsName + "/AdobeXMPScript.framework";
            var libfile = new File( pathToLib );
            var xmpLib = new ExternalObject("lib:" + pathToLib );
        var myValue = "Headline Test";
        var myFilePath = "~/Desktop/TestFile.tif";
        var curHeadlineStr = XMPGetHeadline(myFilePath);
        $.writeln("Headline value: \"" +  curHeadlineStr + "\"");
        XMPWriteHeadline(myFilePath, myValue);
        // *** I would like to refresh the cache here ***
        curHeadlineStr = XMPGetHeadline(myFilePath);
        $.writeln("Headline value: \"" +  curHeadlineStr + "\"");
    function XMPGetHeadline(theFilePath) {
        var thumb = new Thumbnail(File (theFilePath) );
        md = thumb.synchronousMetadata;   
        xmp = new XMPMeta(md.serialize());
        var myHeadlineXMPProp = xmp.getProperty
            (XMPConst.NS_PHOTOSHOP, "Headline", XMPConst.STRING);
        return myHeadlineXMPProp;
    function XMPWriteHeadline(theFilePath, theTextStr){
        var thumb = new Thumbnail(File (theFilePath) );
        md = thumb.synchronousMetadata;   
        xmp = new XMPMeta(md.serialize());
        var myOrigHeadlineXMPProp = xmp.getProperty
            (XMPConst.NS_PHOTOSHOP, "Headline", XMPConst.STRING);
        xmp.deleteProperty(XMPConst.NS_PHOTOSHOP, "Headline");
        xmp.setProperty(XMPConst.NS_PHOTOSHOP, "Headline", theTextStr, 0, XMPConst.STRING);
        var updatedPacket = xmp.serialize
            (XMPConst.SERIALIZE_OMIT_PACKET_WRAPPER | XMPConst.SERIALIZE_USE_COMPACT_FORMAT);
        thumb.metadata = new Metadata(updatedPacket);
    To run this script, in main(), set the myFilePath variable to the path of a file that has an "IPTC Code" "Headline" property.
    This script, when run, sets the "Headline" property value to the value of myValue. After runing the script for the first time, take a look at the console log. You should see that Headline value displayed does not change between the two console entries. My log looks like this after the first run:
      Headline value: "undefined"
      Headline value: "undefined"
    The thing is, the second entry in the console listing, above, was created after the Headline value was set by XMPWriteHeadline(). The two values should be different between the two console entries.
    If you run the script a second time against the same file, you will see that the Headline value does contain the value that was written in the first run of the script--it just took some time to update the cache, I'm guessing. Here's the second run's log:
      Headline value: "Headline Test"
       Headline value: "Headline Test"
    So, what I'm looking for is a way to insert code (where the comment line "//*** I would like to refresh the cache here ***" appears), to force Bridge CS3 to refresh its cache so that when I call XMPGetHeadline() after calling XMPWriteHeadline(), the Headline value will return the value that was just written.
    I hope this is clear enough...
    Thanks!!!!
    -- Jim

  • How to disable MetaData Pop-Up in Aperture?

    I'm new to Aperture, liking it but of course despite buying the excellent Aperture 2 guide by Ken McMahon and Nik Rawlinson there's a host of things to understand and get used to.
    My current problem is how to disable the small MetaData pop-up screen that comes up when you've got the cursor over an image in the browser or the viewer. I am finding that quite annoying and hope that there's a way to disable this function.......Any clues anyone?
    Thanks in advance.

    The T key toggles it on and off.
    You may find this useful
    [Aperture metadata|http://photo.rwboyer.com/2008/08/aperture-and-metadata-display>
    RB

  • How to Delete Copyright Status in Bridge Metadata

    I have added a copyright status field to bridges metadata by way of a metadata template. How can I delete the status copyrighted. I have made a metadata template with copyright set to unknown, but when I apply it in bridge in does not change the field. Any ideas?
    thanks, Joe

    This should do it...
    #target bridge 
       if( BridgeTalk.appName == "bridge" ) {
    copyUnknown = MenuElement.create("command", "Copyright to Unknown", "at the end of Thumbnail");
    copyUnknown.onSelect = function () {
         copyUnknownSet();
    function copyUnknownSet(){
    var sels = app.document.selections;
      for (var i = 0; i < sels.length; i++){
    var md = sels[i].synchronousMetadata;
        md.namespace = "http://ns.adobe.com/xap/1.0/rights/";
        md.Marked = "Unknown";

  • Adobe Bridge CS4 pops error when Update Option from Help is launched

    Hi All,
    when i m trying to Launch the Update from the help menu of Adobe Bridge it pops-up with a error messge instead of launching update.
    The error says
    Adobe Bridge
    Bridge is not in a position to check for updates.
    The cause of the error may lie in the fact that an Internet connection can be established or that you are logged in as a user without administrator privileges.
    Ok
    Please help what is the probable cause for this.
    I have tried disabling the updateoption by
    1) Adding the Enterprise DWORD value in registry HKLM\Software\Adobe\Updater
    2) Adding the "Update" "Suppress" value in "Application.XML.Override" file while installing the CS4 Suite
    I am using  Vista Build is the behavioural diff seen on XP n Vista
    Thank You

    Hey
    Apologies I dont think I had made myself clear.
    I am trying to package Adobe Photoshop CS4 which has Adobe Bridge as a component. As per the company standards, I am suppossed to be deploying this package & installing it using silent setup. Since this is a corporate environment, they do not want any auto updates to be enabled, as well as disable all menu items related to updates. Hence I had checked through the Adobe Support Site and followed the instructions provided by using the Adobe Deployment Toolkit and supressed the updates using the tool.
    Inspite of following the steps mentioned in the Deployment Kit and the guides associated with it, I was unable to supress the Updates options that reflects under Help Menu for Adobe Bridge CS4. All the other associated programs like photoshop, Extend Scripts etc the updates are disabled. The problem seems to be only with the Adobe Bridge Update.
    I have also tried disabling the update option by
    1) Adding the Enterprise DWORD value in registry HKLM\Software\Adobe\Updater
    2) Adding the "Update" "Suppress" value in "Application.XML.Override" file while installing the CS4 Suite
    Inspite of trying the above steps the update option in the menu is still enabled and when I click on the updates menu item I get the following error message.
    Adobe Bridge
    Bridge is not in a position to check for updates.
    The cause of the error may lie in the fact that an Internet connection can be established or that you are logged in as a user without administrator privileges.
    Ok
    Please advise,

  • Can anyone help me as to why my raw files in bridge are not showing as thumbnails as they normally do . I can seem to fix it

    Can anyone help me as to why my raw files in bridge are not showing as thumbnails as they normally do . I can seem to fix it

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Custom Info Panel as Bridge MetaData Panel

    Hello,
    I have built a Custom XMP InfoPanel that shows up in CS6 Bridge just fine! But for ease of data entry we want it to show up in the Bridge MetaData panel. How is this done with the latest best practices?
    I have looked everywhere found a number of ways, but ALL are out dated! The XMP FileInfo SDK doesnt cover this.
    Thank you
    Dean Krueger

    Hi Science_DC,
        You are missing the zstring in your label or description and the same issue is with properties too. For testing i changed only two properties but you need to do the smae for others too.  I tested after using the ZString and it's working fine in Bridge too. Please find the original and modfied code (only for two properties)
    1. Your original properties.xml is
    <xmp_schema prefix="custom" namespace="http://my.custom.namespace/" label="<Your label>" description="<Your Panel Description>">
            <!-- simple properties -->
            <xmp_property name="Text" category="external" label="<Property Name>" type="text"/>
            <xmp_property name="Text2" category="external" label="<Property Name>" type="text"/>
    </xmp_schema>
    Insert the ZString like below (inserted text are in bold)
    <xmp_schema prefix="custom" namespace="http://my.custom.namespace/" label="$$$/Custom/Panel/Label=<Your label>" description="$$$/Custom/Panel/Description=<Your Panel Description>">
            <!-- simple properties -->
            <xmp_property name="Text" category="external" label="$$$/Custom/Panel/Property1 Name=<Property1 Name>" type="text"/>
            <xmp_property name="Text2" category="external" label="$$$/Custom/Panel/Property2 Name=<Property2 Name>" type="text"/>
    </xmp_schema>
    2. Put that propery file in Custom File Info Panels/4.0/panels (at the same place where DCIM.xml and mobile.xml is)
    Following is the screen shot which I got after ZString insertion (CS6 Bridge)
    If it doesn't work, could we do remote desktop?
    -Sunil

  • Aperture Metadata and Bridge Metadata

    I am a photographer and my workflow is to import all my images into Aperture library and add metadata.
    When exporting an image is it possible to integrate Apertures metadata with Bridge metadata? This is important feature as most people do not import images with Aperture. The issue is that many of the field names are different or non existent between the two programs. For example Location field in Bridge is Sub location in Aperture.
    Can you add fields such contact info such as URL, email that are included within Bridge ITPC Metadata?
    Is there a way to customize the metadata fields to work with CS3?

    Unfortunatelly, not really.
    I am currently using Nikon Transfer (latest version) to download the pictures from the camera. This software allows me to enter quite a number of IPTC data (including contact information, url, mail, phone, etc.), but maybe not all which are available in CS3.
    Then I do import the pictures from the folder into Aperture where I only add contact information in the respective IPTC field. From the tests, I did I do know, that with this step I am using the "old IPTC standard" with Aperture and the new IPTC standard with Nikon Transfer. Clearly the newer is better and meets the needs you described.
    In Aperture, I do only see the IPTC data fields, which are common between the two standards (copyright, keywords and description).
    When I go to CS3 Bridge, I can see the IPTC data from both, but only of you turn on the "IPTC old" in the Photoshop Bridge settings.
    This is how far I have come. I have tested the export with the original and the aperture work copy. As a test reader/viewer of the pics I used Photoshop Elements 5.0 ... but except the copyright information, key words and description, I could not find "my" IPTC data. So there was no contact info. This may be a problem of the old version, so I also checked on a windows PC the file properties (picture viewer), which has more or less the same information.
    So the only work around maybe to add contact information into the copyright field - which is not ideal.
    Regards
    Diethard

  • Zeiss Otus 1.4/85 ZE not listed in Bridge metadata

    The latest release of Camera Raw 8.7 states that the Zeiss Otus 1.4/85 ZE is supported. Whilst in Camera Raw it is listed in the Lens Correction Tab, in Bridge the lens is just described as 85mm in the Metadata section. I also have the Zeiss Otus 1.4/55 ZE lens and this is correctly described in Bridge metadata.
    Any ideas why this is would be appreciated - whilst not really an issue it would be nice to have the accurate metadata listed.
    I'm running Windows 7 x 64 Pro.
    Thanks

    Hello,
    There are no files like that in that folder (com.apple.safari).  They all have long numbers with .jpeg or .png at the end.  That's what I meant by I cannot find any files like those mentioned in all the helps I read today.  BTW-it's still crashing - no particular pattern to it at all.
    The only two things I have downloaded recently is a new version of Flash and a Mac-driven update to Office.
    Thank you very much for your attempt to help us.
    J.

  • "Sign In To iCloud" keeps popping up over and over again - HELP!

    Hi,
    Recently I have been having trouble trying to fix my issue with my second hand iPhone 5 (32gb). About 5 months ago I had bought this iPhone and everything was fine. Until yesterday a message popped up stating that I need to sign in to iCloud. The apple ID was not mine nor did I know this email so I tried pressing cancel but it kept popping up over and over again. I cannot do anything to my phone right now and had tried searching up for a solution to this extremely annoying problem but found no fix. My phone is connected to Wifi and I've tried rebooting, but haven't restored and reset since I'm scared that it might turn up to be an activation lock. I have tried contacting Apple Support but they've put me to hold for a very long time which I can't do anything about and I'm afraid that I have come to a dead end. Also, I've tried contacting the owner of the iCloud account but they haven't replied yet so I'm anxiously waiting for a solution. Please, PLEASE PLEASE help me since I'm desperate for an answer and will need a phone in the next few days.
    Best regards,
    Andy- iPhone 5, iOS 7.1

    I have the loop issue solved. It seems it was as simple as turning the wifi back on. It got shut off and I was unaware. It was really hard to go through the settings menu with the sign in box continually popping up. Thanks for offering to help.

  • How I make to open html window pop-up over other opened pop-up ??

    Hi
    I need open many html window pop-up OVER other windows html pop-up.
    I made a javascript function, but it only open one window pop up.
    function NewWindow(mypage,myname,w,h,scroll,pos){
         if(pos=="random"){
              LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
              TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;
         if(pos=="center"){
              LeftPosition=(screen.width)?(screen.width-w)/2:100;
              TopPosition=(screen.height)?(screen.height-h)/2:100;
         }else if((pos!="center" && pos!="random") || pos==null){
              LeftPosition=0;
              TopPosition=20
         settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
         window.open(mypage,myname,settings);
    What I have to do..to open one over one ??? And this haven't limits...on cascate.
    Sorry my mistakes, because I'm still learnning english language.

    "I made a javascript function, but it only open one window pop up"
    If you use the same name then the browser will not open a new window but just re-use the previously opened window. You will either have to not use a name or use a different name for each pop up.
    To get the new window to be on top get the handle to the new window and assign it the focus
    var win = window.open(mypage,myname,settings);
    win.focus();

  • Adobe Software License Agreement pops up over and over when I try to use Acrobat. Even after I "Acce

    Adobe Software License Agreement pops up over and over when I try to use Acrobat. Even after I "Accept".

    I have the same problem as Pam101. I am on OS X 10.9 and Safari 7 (actually on 2 iMacs). The one iMac is fine but the other with the same versions and settings Adobe Reader will not work. What happens is the Adobe Reader icon appears on the dock, bounces once and that's it. When trying to open a .pdf file from a website a new tab is opened on Safari, the background is black and there is a pop up message (black test on a white background) that reads: "Adobe PDF Before proceeding you must first launch Adobe Acrobat and accept the End User License Agreement." This is all very well but if Adobe Reader will not launch how on earth is it possible to accept the End User License Agreement terms? Very, very annoying, especially since it all works just fine if I launch a .pdf file from a website using Chrome. What is going on here and who do I talk to in order to fix this problem - Apple or Adobe?

  • The iPad mute bell keeps popping up over and over.  It is turning volume down as fast as I turn it up.  I have reset and restored the iPad to the original settings.  Nothing has worked!  Any other ideas?

    The iPad mute button continues to pop up over and over.  If I turn the volume up, I can watch it decrease just as fast.  The icon stays.  I have reset the iPad twice, and have reset it back to manufacturer settings as well.  The problem continues despite my efforts.....any other suggestions?   It is completely upgraded to the newest iOS version. And I was not having trouble before this upgrade.

    If I had it in a case or had my finger on the switch these would solve the issue.  Or, if the mute bell was only coming on when the volume button was pressed, how ever, it is coming on at random times and will go away for a few minutes if I hit the home button, but then reappears.  This seems to be a problem experienced by a lot of iPad users so I have trouble thinking it is a bad switch.

  • Linking to Adobe Bridge Metadata info

    I have images that I have added to a folder in Adobe Bridge.
    I have added metadata (copyright, source etc...) to each image.
    I need to track every image I use in an Access database so I
    can view the thumbnail for the image in an .asp page. When I click
    the thumbnail the larger image appears. This I have already done.
    Now what I would like to do is have the larger image to
    appear in an (hmtl or asp) page and show the metadata info that I
    inserted via Adobe Bridge.
    Thanks for the help?

    Scott, I did have a go at this but I can't get the right path to the logComment in the XMP…
    Coping artist to creator works fine… If I find the solution I will post back…

Maybe you are looking for

  • Log-File missing

    Hello, I´ve done a stupid mistake, I hope anybody can help me now: I have reorganized the hard disks of my pc and unfortunally formatted a seemingly unessential disk. Now, my Basis-System (MaxDB 7.6.00.35) is crashing when starting the database: VOLU

  • JDBC how do i get row to drop list?

    Hi I was wondering if there was a way to store each row in its own string so I can add each one to a drop down. But the problem is I have to do it as if i have no idea how many rows there are. If just load the whole table into a dropdown it just puts

  • Afl live game not working

    Trying to watch the game and it's coming up as an error

  • How do I switch to video mode on an iPad 2 in ios7

    How do I switch from photo mode to video mode on ipad2 using ios7?

  • Is there any other ways I can get videos on my iPod?

    Well I want to get shows from Degrassi, problem is that the store does not sell them. Is there any other way I could get the shows onto my video iPod?