Skip to content

Stephen Marsh

My feedback

5 results found

  1. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Stephen Marsh commented  · 

    Until there is a native feature, there is scripting:

    #target bridge
    clearPreservedFileName = {};// create an object
    clearPreservedFileName.execute = function () {// create a method for that object
    var sels = app.document.selections;// store the array of selected files
    for (var i = 0; i < sels.length; i++) {//loop though that array
    var md = sels[i].synchronousMetadata;// get the metadata for the file
    md.namespace = "http://ns.adobe.com/xap/1.0/mm/";// set the namespace
    md.PreservedFileName = "";//set the porperty
    }
    }
    // this script only works in bridge
    if (BridgeTalk.appName == "bridge") {
    //create the munuItem
    var menu = MenuElement.create("command", "Clear PreservedFileName from Metadata", "at the end of Tools");
    menu.onSelect = clearPreservedFileName.execute;
    }

  2. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Stephen Marsh commented  · 

    I gave up waiting and wrote a script:

    https://community.adobe.com/t5/bridge-discussions/script-to-batch-rename-as-title-case/td-p/14319096

    I'd still like to see this as a native feature though. I'm sure that many others would too, despite the vote count showing otherwise. :]

    Stephen Marsh shared this idea  · 
  3. 29 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi,

    We are happy to announce the release of Adobe Bridge 2024 (Version 14.0.0.102).

    In this release, our team has successfully introduced the much-requested Multi-Window feature, Keyboard Shortcut customisation, Compress/Extract capability along with other enhancements.

    For a complete list of features available in Bridge 2024 (v14.0), please refer to the community post :

    https://community.adobe.com/t5/bridge-discussions/adobe-bridge-14-0-is-now-available/td-p/14081355

    Regards,

    Bridge Team

    An error occurred while saving the comment
    Stephen Marsh commented  · 

    Thank you for listening and finally implementing this request!

    An error occurred while saving the comment
    Stephen Marsh supported this idea  · 
  4. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Stephen Marsh commented  · 

    In the meantime, you can use the following setup to change extensions to uppercase or lowercase.

  5. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Stephen Marsh supported this idea  · 

Feedback and Knowledge Base