Skip to content

Stephen Marsh

My feedback

13 results found

  1. 1 vote

    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  · 

    Is this a raw file? Sounds like the xmp sidecar isn't being renamed to match.

  2. 1 vote

    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 can't reproduce this on a Mac... However, using a colon character is not a good idea for filenames as this can be an illegal character and having more than one period in a filename may confuse some operating systems or programs as to what the file extension may be..

  3. 1 vote

    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 asked over at the ExifTool forum and Phil Harvey was quick to add this feature:

    Reset Sequential Numbering for Each Directory Processed (https://exiftool.org/forum/index.php?topic=9761.0)

    exiftool -fileOrder Filename -Filename=%f_%-1.3C.%e -r  'system path to root/top-level folder to recursively process'

  4. 1 vote

    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

    0 comments  ·  Report Bugs » SCRIPTING  ·  Admin →
    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 shared this idea  · 
  5. 6 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  · 

    A similar issue in the following link, where I had to use ExifTool or a custom Bridge script to batch rename using milliseconds to avoid the long-standing 000 bug:

    https://adobebridge.uservoice.com/forums/905377-report-bugs/suggestions/48926096-batch-rename-in-milliseconds-bug-in-v2024-14-0-0

    Stephen Marsh supported this idea  · 
  6. 6 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  · 

    A similar issue in the following link, where I had to use ExifTool or a custom Bridge script to batch rename using milliseconds to avoid the long-standing 000 bug:

    https://adobebridge.uservoice.com/forums/905377-report-bugs/suggestions/48926096-batch-rename-in-milliseconds-bug-in-v2024-14-0-0

    Stephen Marsh supported this idea  · 
  7. 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 shared this idea  · 
  8. 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 supported this idea  · 
  9. 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;
    }

  10. 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  · 
  11. 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  · 
  12. 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.

  13. 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)
    Stephen Marsh supported this idea  · 

Feedback and Knowledge Base