Auto-Sort Files in Bridge on Startup

Is there a way to have Bridge automatically have files sorted by Filename? Currently every time I launch bridge (on startup of computer) it is set to sort manually. How do I make the default sort by Filename?  I have looked and cannot find a way. I am running Bridge CS5 on PC.

I do have bridge to open on startup. I will attempt tp close before shutdown to see what happens then. Thanks for the input.
As Curt states, the settings should be 'sticky' by default. Whenever you quit Bridge (either manual or during shut down system) it should start again with the latest used window and workspace. It also should not matter if you have start on login active are not. While this settings tends to be a bit buggy it should not effect the last used workspace setting.
Maybe you can try a reset preferences for Bridge also, restart Bridge holding down option (Mac) or ctrl (Win) and from the menu choose reset preferences.
If you create a custom workspace you can also include the default sort order and panel location to save to.

Similar Messages

  • Cannot sort files in bridge cs4

    Hi
    As you know it, since Windows XP xp2, the explorer sorts the files this way :
    1, 002, 03, 000004...
    For getting back the "right" alphabetical way, you can change the registry. So did I.
    Now in the explorer, I get the files sorted like this :
    000004, 002, 03, 1
    Well
    but in adobe bridge CS4, nothing changes. the files are sorted : 1, 002, 03, 000004...
    Is there a way to have the files sorted like in explorer ?
    thanks for your replies
    (Sorry for my bad english)

    Yes it can be done but it's very messy!
    The following script should do the job BUT it does require you select Manual sort and move any document first! This makes sure that a hidden file .BridgeSort is created in the folder. This file is re-created into the correct order then a new window is opened and the old window closed. This is because Bridge only reads this file when it opens.
    Using ExtendScript Toolkit copy and paste the code into a new window, start Bridge - Edit - Preferences - Startup Scripts, click the "Reveal" button. This will open the folder that the script should be placed. Once that has been done close and restart Bridge and accept the new script. You will now have a new menu item "AlphaSort"
    #target bridge  
    if( BridgeTalk.appName == "bridge" ) { 
    var newMenuSort = new MenuElement( "menu", "Alpha Sort", "after Help", "mySortData" );
    var newSortCommand = new MenuElement( "command", "Alpha Sort", "at the end of mySortData" , "xxxx" );
    newSortCommand.onSelect = function () {
       alphaSort();
    function alphaSort(){
    var file = new File(app.document.presentationPath +"/.BridgeSort");
    if(!file.exists){
        alert("Please select manual sort and move one document before running this script!");
        return;
    file.hidden=false;
    file.open('r');
    var data = file.read();
    file.close();
    data = data.split('\n');
    var Items=[];
    for (var a in data){
        if(data[a].match(/item/g)) Items.push(data[a]);
    app.document.sorts = [{ name:"file-size",type:"dimensions", reverse:false }];
    Items = Items.sort();
    try{
    file.remove();
    file.open("w", "TEXT", "????");
    }catch(e){alert(e+" - "+e.line);}
    $.os.search(/windows/i)  != -1 ? file.lineFeed = 'windows'  : file.lineFeed = 'macintosh';
    file.writeln("<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>");
    file.writeln("<dirinfo>");
    file.writeln("<files>");
    for(var s in Items){
        file.writeln(Items[s]);
    file.writeln("</files>");
    file.writeln("</dirinfo>");
    file.close();
    file.hidden=true;
    app.document.sorts = [{ name:"user",type:"date", reverse:false }];
    app.document.chooseMenuItem("mondo/command/new");
    app.documents[0].close();

  • [SOLVED] Auto-sort files in folders

    Came across the "Magic Folder" plasmoid on a friend's KDE setup and liked the idea very much, especially for my downloads folder (I tend to download many things and then go through them later to sort away).
    I found the "Download Sort" plugin for Firefox, but it doesn't always work and doesn't seem to be maintained anymore (last release 2006).
    I also found this shell script on the Ubuntu forums, but it doesn't do what I want.
    Does anyone know of a way (or a ready made program) that could do the following:
    - Check every file that is placed in folder "X" (eg ~/downloads) [not only by Firefox, but always] and automatically distribute them to another folder by mime type or file extension
    - This is not a must, but a nice and useful feature: automatically create subfolders by date for certain file types (useful for PDFs etc., but not needed for videos or music)
    Thanks in advance
    Last edited by JackH79 (2012-05-06 14:15:14)

    I don't know about a ready program, but you can write a simple bash script to do that.
    (I think this is very simalar to your ubuntu link, I can't view it).
    #!/bin/bash
    while read filename; do
    echo -n "$filename "
    case $(file -b --mime-type "$filename") in
    image/png)
    echo "is a png image"
    mv -n "$filename" /somewhere/png/
    image/*)
    echo "is an image"
    mv -n "$filename" /somewhere/otherimages/
    application/pdf)
    echo "is a pdf"
    destdir="/somewhere/pdf/$(date +%Y.%m.%d)"
    if [[ -d "$destdir" ]] || mkdir -p "$destdir"; then
    mv -n "$filename" "$destdir/"
    fi
    echo "has mime $(file -b --mime-type "$filename"). I don't know what to do"
    esac
    done < <( find /path/to/magic/folder -type f )

  • Can't preview NEF files in Bridge to see/sort/rate

    I've purchased CS6 and cannot view my new nikon d800 NEF files in Bridge.  I can see them in Lightroom, but have always used bridge to sort/rate my images before importing them.

    Update Camera Raw to 7.4.
    Mylenium

  • Sorting compressed from uncompressed PSD/PSB files in Bridge/smart collections?

    Is there any info (metadata or something) one could use to sort uncompressed from compressed PSD/PSB files in Bridge?
    Something that could be used in filters for smart collections would be nice.
    Ty in advance.

    Thanks for the quick reply, CP
    FYI, the file is a photographic panorama based on several .CR2 photos taken in July, 2012 and processed in CS5's camera RAW/Photoshop.  Beyond the metadata, here are no fonts or text in the file.
    1.  I changed Maximize ...File Capability from "Never" to "Always" and the flattened file saved and loaded OK, though I can't figure why given Adobe's description of this option. "If you work with PSD and PSB files in older versions of Photoshop or applications that don’t support layers, you can add a flattened version of the image to the saved file...".  The file saved in this manner is ~8% larger and is not my preference as a routine since I've TB's of photo files.  By the way, out of thousands of .psd/.psb files, the one being discussed is the first to give me the error.
    2.  I've tried saving/reloading the file on another computer with Win XP Sp3/CS5...again with Maximize Capability OFF.  Same problem.  Turn ON Maximize Capability and it works.  As with the Win 8 machine, Bridge could neither create a thumbnail or read Metadata.
    3.  I've purged the Bridge Cache, made sure there were no old PS page files, reset PS preferences, and disabled my 2 plugins with no change in the problem.  Windows and Adobe progs are all updated.  Saving to a different HDD has no effect.
    The problem occurs on 2 computers (Win XP/Win 8), two versioins of Photoshop (CS5/CS6), and "Maximize" On/Off togles the problem.  My guess it is a bug in PSD processing routines.
    If I can't find a fix, will keep with Maximize ON and deal with the larger files that result...the cost of insurance, I suppose.
    Thanks again

  • Unable to Delete Files From Bridge CS4

    I am trying to delete file from bridge and all the sudden I am getting the message that I dont have permisson to delete file. I have done several troubleshooting methods and nothing works. Deleted prefs, cache, checked file permisions, repaired HD permissions, reset workspace, turned off startup scripts, etc..... Anyone had this problem or have any idea what may be causing this?
    Thanks,
    Colby

    Ok I can delete via bridge using a different user account. So its bridge/user
    account but not sure what the solution is. Would it be best to remove/install
    a new copy of bridge?
    I don't think reinstall Bridge is the solution. You might first want to try
    this:
    Quit Bridge, from user library preference folder delete the Adobe bridge
    plist file manual to the trash.
    Then restart Bridge again with holding down option key and from menu choose
    refresh preferences.
    Try again, if no luck then consider a better user check then only disk
    permissions.
    You can start with the original install disk from MacOs. Restart from this
    disk and start with a check and repair disk and check and repair disk
    permissions.
    You also might consider an other disk utility like Disk Warrior or Disk
    Tools Pro but they are not for free.
    If not the solution you might consider to migrate your user to a new
    account.

  • How can I sort files in a folder by name?

    How can I sort files in a folder by name? iFS first sort files that starts with upper-case letter and then files with lower-case letter.
    Like:
    A_file
    B_file
    a_file
    b_file
    I want:
    A-file
    a_file
    B_file
    b_file
    This doesn't help:
    String[] sort_attributes = {"NAME"};
    boolean [] sort_orders = {true};
    SortSpecification sort = new SortSpecification(sort_attributes, sort_orders);
    currentFolder.setSortSpecification(sort);
    Do I have to get all items in a folder and then sort them?
    /Elin

    I do not think there is a way to do that without add-ons
    There are a couple of workarounds I am aware of
    * Add the bookmarks manually in the bookmarks library and choose the position. That is using Show all bookmarks -> open required folder -> select a position and right click -> add new bookmark <br />Rather a slow and clumsy process
    * Sort a folder and copy it. If you sort the folder contents then copy and paste them they remain in that order when pasted.
    There are add-ons but I have not tried them. For example
    * https://addons.mozilla.org/firefox/addon/simplesort-bookmarks/
    * https://addons.mozilla.org/firefox/addon/auto-sort-bookmarks/
    There will be others available and take note of the advice to backup bookmarks manaully.
    * [[Restore bookmarks from backup or move them to another computer#w_manual-backup]]_manual-backup

  • How to correct "No timestamps were found on any of the image files" in Bridge CS4?

    I am trying to process a "Auto-stack Panorama/HDR" images and I keep getting the error message "No timestamps were found on any of the image files".  I don't understand what this means and how to correct the issue so I can process my images.  All of the images are .CR2 raw files, which Bridge shouldn't have issues with.
    Can anyone help with correcting the issue of the timestamps?
    Thank you.
    BP

    Does this give you any clues on HDR?   http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDwQFjAB&url=http%3A%2 F%2Fhelp.adobe.com%2Fen_US%2FBridge%2F3.0%2FWS3B0804D4-9DB7-441d-983D-0F863872F6E6.html&ei =Lfz5TtT-H6LkiAKIrLnIDg&usg=AFQjCNHFhS6ND2dG24gADWxEeOMdWacd4A

  • Importing files from Bridge into a stack in Photoshop

    Hi guys,
    Photoshop has a great function of loading files into a single stack, so as not to have many 10's of files to open. Bridge on the other hand allows for better viewing and navigation through folders etc. Just wondering if it was possible to select all the files you wanted open to a stack from bridge but these then to open in photoshop in a single psd file. It is possible to open all the files from Bridge then run the load in stack from the open files but then you have to close each file manually.
    Any help would be much appreciated. Many thanks in advance.

    Sorry for any confusion. If you imagine using Bridge simply to select the images you want and highlighting them, nothing more, more nothing less. (because of better thumnail previews). These are now the images I want to perform the Photoshop "load files into Stack" script on. The only way this is possible is to the above mentioned, open hte files run the script and then close the files manually but as I have other files open can be very annoying going through them all. The other way is to write down the files names on a piece of paper and then find these files again through Photoshop/open, but as you can understand this is far too time consuming if you have 15-20 files to open at a time. This is basically because although you can choose the files in Bridge you cannot copy that selection to Photoshop. If this were possible it would also sort out the issue as I would have the correct files selected to run the script directky in Photoshop.
    Hope this is a bit clearer.

  • Dragging Files From Bridge CC to File System OSX 10.9 (Mavericks)

    Looks like many others are finding it impossible to drag and drop  elements from program to program.
    I'll join this group of people and say:
    I cannot drag files from Bridge CC to a finder window in OSX 10.9.
    (I blame fruit over mudbrick on this issue.) Has anyone found a workaround?

    If you have a Time Machine backup that is still on Mavericks, use this article to restore it: OS X Yosemite: Revert to a previous OS X version
    If you do not have a Time Machine backup, and your computer shipped with Mavericks (meaning when you first received it, it had Mavericks installed), follow these steps to restore your computer to Mavericks (This will result in the hard drive being erased, so backup the data you still need!)
    1. Turn up your computer's volume to the point where you can hear it.
    2. Reboot the computer, and upon hearing the startup chime, press and hold the Command, Option, and R keys.
    3. You should see a spinning globe and your computer will begin starting up from Internet Recovery. Once this happens, let go of the keys you are holding down.
    4. Once it starts up, chose Disk Utility, then Continue.
    5. Chose your startup disk (typically Macintosh HD), then click Erase.
    6. Format it as Mac OS Extended (Journaled), and then click Erase (make sure you have backed up all the data you still need!).
    7. Once it finishes, quit Disk Utility.
    8. Choose Reinstall OS X, then Continue.
    9. Follow the on-screen instructions to install OS X on the disk you just erased.
    Hope this helps! Reply if you have any questions or need more help!
    Best Regards,
    OSX Enthusiast

  • How to auto sort photo by face or date ?

    How can i auto sort my photos by date or by face "like android sys" or even by event , its too hard to organize my photos and my vid's . Could any one can help me ???

    You can not  --  neither automatically or manually - you should never be in the masters folder and there is never a need to be - iPhoto is a SQLite database and it's database structure is determined by it (and changes from time to time) - use the supported access methods (direct access to the photo files is not supported and never has been) - either using iPhoto or using the media browser in the lower left hand corner of every open/attach/iupload window
    It is CRITICAL that you NEVER make any changes of any sort to the structure or content of the iPhoto library using the finder or any program other than iPhoto
    LN

  • Possible to run a photoshop script by selecting files in Bridge?

    Hi,
    I have a good script I've written that I always used to run from Photoshop. The script has a dialog box which asks where to get the files from. Is it possible to select files in bridge and run the script from there? Without rewriting it for Bridge?
    Thanks,
    Stan

    > I have a good script I've written that I always used to run from Photoshop. The script has a dialog box which asks where to get the files from. Is it possible to select files in bridge and run the script from there? Without rewriting it for Bridge?
    Yes, this is possible. However, a much easier solution is to select the files in
    Bridge then switch to PS manually to run your script. It avoids having to having
    to write any code to run in Bridge at the cost of not having seamless integration.
    In xtools/xlib/XBridgeTalk.jsx I have a set of functions that simplify working
    with Bridge from within PS. For instance:
    var files = XBridgeTalk.getBridgeSelection();
    will return an array of Files that are currently selected in Bridge. If Bridge
    isn't running or if no files are selected it returns an empty array.
    -X
    for photoshop scripting solutions of all sorts
    contact: [email protected]

  • How can I do auto-sort-by-name

    In previous PSE(8/9/10), after change to folder view in EO, the files/Photo in folder selected will be sorted automatically by name, but I cannot sort by other methods (no [Sort By]).
    However, in PSE11, folder view has gone. I can sort by Newest, Oldest and Import Batch. but I want to know how can I do auto-sort-by-name?

    Lily~Lily wrote:
    In previous PSE(8/9/10), after change to folder view in EO, the files/Photo in folder selected will be sorted automatically by name, but I cannot sort by other methods (no [Sort By]).
    However, in PSE11, folder view has gone. I can sort by Newest, Oldest and Import Batch. but I want to know how can I do auto-sort-by-name?
    See that other post:
    http://forums.adobe.com/message/4815430#4815430
    I don't think it's possible to sort alphabetically in PSE11

  • No longer able to view NEF files in Bridge or edit in Camera Raw 4.6

    I have found similar questions in various Adobe forums, but I have not located a solution to my problem.
    Bridge CS3
    Photoshop CS3 Extended
    XP
    Camera Raw version 4.6.0.30
    Nikon D300s
    Up until 2 weeks ago I have been copying my NEF files from my CF card via reader, opening Bridge, selecting thumbnail of NEF and opening it in Photoshop CS3. At which point I can process with Camera Raw 4.6.
    Now, once new NEF files copied and Bridge opened, I only see NEF icons. When I double click the file, Photoshop opens and a box appears with the following text: Could not complete your request because it is not the right kind of document.
    Upon inspecting the differences between NEF files that I can edit and the new NEF files that I cannot, I notice in the metadata file properties that the application of the successful files is ver. 2.00 and the duds is ver. 1.00.
    What "application" is the metadata referring to? I think this may be a Nikon setting, but it would help me understand the problem better if I knew what "application" this is.
    I can convert the new NEF files into jpgs using Adobe DNG Converter, but this GREATLY complicates a previously straightforward work flow process.
    Thank you for any light that may be shed on vexing dilemma,
    Kate

    Very grateful for your response and time.
    The Application I am talking about can be found when you open up a NEF file in Bridge and look at the Metadata tab on the right. Within that is the File Properties tab and the Application Ver. is the 3rd item from the top (after Filename and Document Type).
    Yes, I do have only the one ACR file (Camera Raw.8bi.) in the program file/COMMON FILE/Adobe/plug ins/cs3/file formats.
    I have also realized (brilliantly late in the game) that it is only the NEF files shot from my new D300s that do not work. No problem with the NEF files shot with my D100. So this leads me to conclude that my Bridge/Photoshop CS3 does not support the Camera Raw 5 that seems to be required for the D300s. Argh.
    By upgrading my camera equipment, I have outmoded my requisite software.
    I must say, that the recent post advisory on the forum site ("Raw files appear as icons") was supremely timely. While this does not solve my problem, it did help me understand the compatibility issues with the D300s and CS3. I have learned the following: D300s are supported by Camera Raw 5.5 which does not work with CS3. Is this correct?
    Dazed, but not beaten down,
    Kate

  • Viewing .pct / .pict files in Bridge CS3

    Hello there, I'd like to view .pct / .pict files in Bridge, but I am not getting any previews. I've tried to find a topic about this but haven't had any luck. Does anybody know a way to view them... a plug- in maybe. Or is that going to be the 'way it is'?
    Actually just jumped on a MAC and pct files do preview, but no luck on any of the Windows machines.
    Thanks a million!

    That IS odd. I saved a file from Photoshop as a 32-bit .pct and I can
    confirm that Bridge (on Windows) does not preview or thumbnail it. On the
    other hand, I can't find any other program, free or pay, that fails to view
    the file, so it obviously presents no technical difficulties...
    Regards,
    Trez

Maybe you are looking for