Why is manual sort order disabled in album view

I created an album and added pictures. By default, the photos are displayed in sort order by date. I'd like to manually order them. However, when I select the sort order drop down box, the option to manually order the photos is disabled. How can I enable it or why is it disabled.

It is not available because you have yet to create a manual sort for that Album, and so there is no "Manual Sort" available. Create a manual sort manually (re-arrange the photos). Then the "Manual Sort" menu choice should become available.
The menu switches between the existing sorts.
I didn't design it. This makes sense to engineers, but not so much to users. Any time you manually re-arrange your images, the sort is automatically changed to "Manual". Aperture remembers the last manual sort; it is always available via the sort selector.

Similar Messages

  • IPhoto album slideshow will not play in the manually sorted order.

    iPhoto Album slideshow will not play in the manually sorted order.

    Use a regular slideshow created by "File > New Slideshow".  These will play manually sorted. The instant slideshows cannot be played in a manual sort order.

  • Any way to Restore Last Manual Sort Order or Prevent from being Overwritten accidentally?

         Help!
         I'm constantly accidentally overwriting painstakingly created manual sort ordering (sometimes hours but more often months of accumulated work) in folders with files numbering up to 1,000, when i, however breifly, switch to another sort ordering (size, date modified etc) to check something, immediately forget that i'm in another sort order, and, unthinkingly (actually i guess i'm thinking of a lot of other things) drag a file to another position, this immediately destroys any past manual sorting i've established, overwriting it with this new inadvertent manual ordering.
         I've tried CommandZ (edit undo) but that only undoes my last rating or labeling, i've rushed to force quit Bridge through the activity montior hoping i will catch it before its overwritten, but obviously i am not as fast as a computer, and i don't think this has ever worked.
    Is there any way or any script someone has written to formally save a manual sort order? Is there anything i've missed to attempt restoring it? Has anyone, repeatedly foiled by this, written something that would give a warning and require confirmation say for instance, if i tried to drag or move a file while in another sort ordering (this seems like something that should have existed the minute the opportunity was given to create manual organization). Would anyone be willing to?
         Seriously, me forgetting almost every time isn't going to change and, more vexingly, it's even happened when i didn't mean to move anything but fumbled momentarily while in another sort order. I think most people might forget because (in the context of computing) we are conditioned to expect a warning if something we have just created is about to be written over or discarded, and since there is no option to formally save a manual ordering we have just created.
         Also, if this was in the real world, moving a single file would not reshuffle everything on your desk. If i had the option to formally save a manual organization i would NOT forget to do this and would use it, as i've wished for one every time spent a while rearranging files. Knowing how easily all the hours (much less months and years of cumulative work) of organizational work can be accidentally lost makes working within Bridge unpleasantly anxious.
          I'm literally willing to do anything including installing some sketchy 3rd-part scripts (though honestly i have no idea what that means or how to do it). I extentively use and rely heavily upon this function so this is a fairly serious Achille's heel. It's like watching your incredibly important meticulously constructed house of cards collapse with a careless but innocent sigh, or like having the equivelent of a not even charming cat dance across your keyboard during a live concert, etc etc....
         Also it is not usually appropriate, given the context, to batch rename everything to preserve a manual ordering w sequence numbers, etc. Often the filenames are considerably (but necessarily, to connote important differences) long already, and when i have to rearrange things in the future would have to do that each time, etc, etc, making for even more unwieldly filenames that didn't have any substantive information at the beginning. I'm looking for a way to make this function (manual sort ordering), well, more functional, secure and stable, the workarounds i've considered cause too many additonal problems.
         Thank you in advance for any help you may be able to offer, and as this is my first attempt to use the forums as i live on a boat with no regular net access, would appreciate any forum etiquette corrections, and advance apologies for any misspellings, dyslexic and spellcheck does not seem to work in this interface. next time will edit in external wordprocessing program beforehand,
              li'l mc szpf
         PS i'm on a 27" mac w CS4 Design Premium, w up to the minute OS (10.6.8) and Adobe software updates installed recently (i do not often move the monster but this week was housesitting w net access, so she has had all recommended shots and vaccinations....)
         PPS I know most of y'all might be running the newest and the latest of everything, but, i'm fairly certain this is still a problem in recent versions as this has happened to me at school where all the macs are running cs5. Though if it's been addressed somehow in cs6 would update entire suite just to fix this one problem in Bridge. I've tried many searches and found nothing relevant or wouldn't bother the considerable expertise and resources of an official forum, was extremely hesitant to ask (feared getting snapped at for unwittingly broaching forum etiquette) but it is truly the bane of my considerable Bridge existence, so was willing to risk the imaginary censure and opprobrium....
    Message was edited by: PECourtejoie

    That is a good question, to do this requires two functions and a restart of Bridge all done automagically
    Copy and paste the script into ExtendScript Toolkit
    This gets installed with Photoshop and can be found:-
    PC: C:\Program Files\Adobe\Adobe Utilities
    MAC: <hard drive>/Applications/Utilities/Adobe Utilities
    Start Bridge
    PC: Edit - Preferences - Startup Scripts
    Mac: Adobe Bridge menu - Preferences - Startup Scripts
    At the bottom click the "Reveal Button" this will open the folder where the script should be saved.
    Close and restart Bridge.
    Accept the new script.
    To use:
    Tools - Backup Manual Sort
    This will backup the hidden manual sort file .BridgeSort to .BridgeSortSave
    Tools - Restore Manual Sort
    This will copy the .BridgeSortSave back to .BridgeSort and will close and restart Bridge so that the manual sort is restored.
    if( BridgeTalk.appName == "bridge" ) { 
    var backUpManSort = new MenuElement( "command","Backup Manual Sort", "at the end of Tools" , "backupms" );
    var RestoreManSort = new MenuElement( "command","Restore Manual Sort", "at the end of Tools" , "restorems" );
    backUpManSort.onSelect = function () {
    var fileSort = new File(app.document.presentationPath +"/.BridgeSort");
    var fileSave = new File(app.document.presentationPath +"/.BridgeSortSave");
    if(fileSave.exists) fileSave.remove();
    fileSort.copy(fileSave);
    fileSave.hidden=true;
    RestoreManSort.onSelect = function () {
    var fileSort = new File(app.document.presentationPath +"/.BridgeSort");
    var fileSave = new File(app.document.presentationPath +"/.BridgeSortSave");
    if(!fileSave.exists){
    alert("No backup file exists");
    return;
    app.document.sorts = [{ type:"string",name:"document-kind", reverse:false }];
    if(fileSort.exists) fileSort.remove();
    fileSave.copy(fileSort);
    fileSort.hidden=true;
    app.document.chooseMenuItem("mondo/command/new");
    app.documents[0].close();
    app.document.sorts = [{ name:"user",type:"date", reverse:false }];
    Hope this works for you.

  • Bridge does not keep the manual sort order

    I've tried everything I know but I cannot get Bridge to keep the manual sort order (iMac, 10.6, CS4). What is the file responsible for keeping the sort order? Perhaps removing it would help. This is really frustrating. It would be so important to keep related pictures together for estimating all the aspects.

    This is action script 3.0 Flash CS3
    Below is what I receive back after I test it but it is not in
    order. I guess I assumed that if the tab order is correct and the
    are layout in that order and the code in the form is in order it
    would come back the same way. Mostly I am trying to narrow down the
    problem and my guess is the cgi script or am I wrong? I have
    attached the code for the form.
    Thank You for you time
    Form email submission results:
    Below is what you submitted on Tuesday, February 19, 2008 at
    10:35:08
    list:
    phone:
    address:
    comments:
    city:
    state:
    zip:
    name:

  • Why are some sort order texts goasted rather then solid black?

    To all and anyone
    The subject says it all...
    Why are some sort order texts ghosted rather then solid black?
    Thanks!
    Fred

    The ghosted/grayed values correspond with auto sorting. Auto sorting drops the leading articles, a/an/the, and variations in other languages, so that for example, The Beatles sorts as Beatles under B unless you explicitly override the auto sort by putting The Beatles in the sort value so that it sorts under T.
    tt2

  • Sort order when using "Album by Artist/Year" album list view

    In iTunes 10, I seem to have lost the sorting I've been using for the past 5 years at least. I use the "Album List" view, and have the album artwork showing to the left of the songs. I see the new "Album by Artist/Year" sort option in the album artwork column, and that is how I would like it to sort. However, now the album are arranged by artist, and within the artist by the year they were released as tagged in the info for each song. I want the newest albums at the top, and I cannot figure out how to make it sort that way. What do I need to do? Basically I want it in descending order by release date, but still sorted by album.

    dannycorker wrote:
    It appears they are, although I refuse to believe this is the accepted behaviour - has no one else complained about this?
    It could simply be a weakness is the way this was all designed. If you look at the information Gracenote uses, it's not unusual for all tracks on a 60's compilation album to be incorrectly listed as the same year, often the year the compilation was released. The same thing tends to happen with re-issued albums. That's down to whoever inputs the information into Gracenote for that album, often a bored record company employee.
    First of all, you could try changing the year for each documentary to the year the album was produced and see if that fixes the problem. If it does, then you have to decide how to handle it.
    Accept it as it is.
    Change the year for the documentary to the same year as the album and simply kid yourself that it's the correct year. (I'm not being flippant, but if the documentary is all footage from album release year, then "technically", the doumentary is from that 60's year.)
    Leave the year of the documentary track blank, but put the year (2010) into the track's "Comments" field instead.
    Propose a workable solution to Apple via Apple Feedback. (I am being a bit flippant now. Sorry, but you'll be in for a long wait before anything might change.)
    Get Gracenote to change their text fields, get the people who input the information into Gracenote to do so correctly and then get Apple to change iTunes to recognise those changes. (Now I am being very flippant. Good luck with this one!) Oh! And hope Apple never decide to change from Gracenote to someone else!
    Number 2 or 3 are probably your best bet.

  • Sort order of (book) albums w/in iTunes

    Hi all,
    Thanks for all the help over the years!
    I've recently added several books on cd w/in iTunes. However, when sorted they aren't necessarily in order. For example, all tracks "disc 10" are listed after "disc 1", but before "disc 2", even though common sense would dictate that "disc 2" would follow "disc 1".
    Does this make sense? It is frustrating when I try to listen to a book on cd on my iPod, and the chapters seem out of order, even though I specifically sort the tracks by "album"...
    I hope this query makes sense!
    Good day,
    Miguel V.

    Is the text "disc 1" or "disc 10" in the album name? It sounds like it...
    One way to fix it is to remove the "disc xx" part from the album name. Instead, make sure each track has the disc number (disc x of y). In other words, select all the tracks for that disc, then "Get Info" on the tracks, then set the disc X of Y numbers.
    After you've done that, make all the tracks have the same album (the book title).
    Another fix is to prefix the disc number with "0" ("disc 01" instead of "disc 1"), but that's not something I'd do. I'm not saying it's wrong -- I just wouldn't do it.
    HTH,
    Rob

  • Changing Sort Order in Smart Album when Looking for Roll Name=Corruption

    We've confirmed via testing and from new posters that changing the sort order in a Smart Album who's criteria is to look for a roll name will cause iPhoto to crash and then crash upon launch after that.
    So to avoid corrupting your library do not change the sort order of a Smart Album designed to locate rolls.
    The thread discussing this is:
    IPhoto keeps on crashing, cannot use it
    Rebuilding the library with iPhoto Library Manager recovered the library. However, I don't know if a rebuild via the Control+Option key will do the same.
    G5 Dual Core 2GHz, 2G RAM, 22 Display, 250G HD, 200G FW HD, QT 7.0.4P   Mac OS X (10.4.6)   Canon S400, i850 & LIDE 50, Epson R200, 2G Nano

    Ha! I upgraded to iPhoto 6.0.3 and opened the dummy library I had created. (This was the library where the crash on launch kept happening because I had a smart folder looking for rolls and sorted by title or something else other than the default.)
    Guess what, it opened just fine! 6.0.3 fixes the crash. Not sure how much it helps people who started new libraries, but at least others won't run into this.

  • Why is the track order of my album being played out of order?

    The track order of my album appears correct in iTunes and on my iPod Classic 160 but.......... it plays the tracks out of order. frustrating when listening to stand up comedies.... I checked the "info" of each album and the track listing/order is correct..... help?

    Have you checked your iPod's Settings to make sure the Shuffle setting is set to Off.
    B-rock

  • PSE 7 Sort order in file folder view

    In Thumbnail view I can order the photos by oldest first or newest first. When I change my display option to folder view the photos do not display in any order. Not the order taken (oldest to newest) or (newest to oldest) or by filename. I am unable to determine the logic that is applied in folder view. Further, I can not locate a sort tool either in folder view. I am running Vista, and am new to PSE. I have been running Macintosh with iPhoto, so this is my mindset. Any migration advice from iPhoto Mac to Vista PSE7 would also be of interest.
    Barry in St. Louis

    Ernst,
    The PSE Organizer is designed for organizing photos by date/time and keyword tags, not folders and filenames. So most people find that once their photos have the right date/time, they can profitably ignore folders and filenames. A couple of suggestions for getting all your photos to have the right date/time:
    1. Adjust the date/time of each folder of images as described in the previous message, so they all have the correct date/time. That may be a little tedious, but if you have 20 different such folders, youll be done soon enough. Then in the Organizers Thumbnail view, all the photos will be arranged by date/time.
    2. Create a new album in the Organize pane. Then put each folder of images with wrong date/times into the album. Then click on the album name in the Organize pane to show just those images. Now you can freely rearrange their order within the album. Once theyre ordered correctly, you can select all of them and use Edit > Adjust Date And Time to shift them to the correct starting time(s).

  • Why my tracks are not shown in Album view and Artist view, only Album Artworks are shown???

    Dear,
    I have not have this problem in the previous version of iTune. As soon as i upgraded it to iTunes 11, it happens.
    The problem in here is all my songs, tracks are still here, i can see all of them in "songs view". However, when i change the view to Album View, and click into the Album artwork, there is no track there. When i double click into the Album Artwork, the first song of the album will be played normally.
    Same story to the Artist View. Only the Album Artworks are shown and the rest is completely blank.
    I have absolutely no idea what is going on here and obviously i am not satisfy with this new version.
    Is there any way for me to fix this problem? Please help!
    Otherwise i will need to use other software for music playing.
    Regard,

    Refer this article
    The Microsoft.SharePoint.SPFieldCollection.AddFieldAsXml method
    http://blogs.msdn.com/b/sharepointdev/archive/2011/01/20/why-do-my-new-list-fields-not-appear-on-the-new-edit-or-display-forms.aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Can I sort by composer in Album view in Itunes 11?

    The new iTunes 11 interface is most annoying. 
    1.  Is there a way to show the album artwork in the "Songs" listing?
    2.  In the Album view, is there a way to sort by composer?
    ...thx

    I believe the closest you can come is look at your songs in Songs.  There you can sort by albums.
    The album view does not contain a list view any longer.

  • Retain A Collection's Manual Sort Order ?

    Why is this forum so difficult to use ?
    I have a question that I cannot search for, and which deletes my search text when it heads into this posting. This makes no sense to me, since I'm sure the problem I have was covered ages ago.
    The simple 21 image CS5 Bridge collection I created does not sort manually in the order that the images were added to the collection.
    Neither does the Output panel retain my individually selected order.
    Is there some secret to retaining either a collection's orginal creation order, or a selection's order so I can use this to output to a PDF in the order as I intended ?

    Hi there,
    I tired to reply on forums.adobe.com/message/4225665, but it was "readonly". Same issue here...
    it's Tobi from Germany, using Bridge CS4. I had the same problem, Bridge not saving the order of images. I got it solved by detecting that the problem always occured when i used Germanic umlaut for the collections title names. maybe you should check your spelling too and only use "english" characters.
    in
    C:Documents and Settings\user\Application Data\Adobe\Bridge CS4
    you have two important folders:
    /Collections
    /UserSort
    and in /UserSort you only should have exactly one more file than in /Collections. In my case by using Germanic umlaut i had like some hundred more. Then you should check UserSort/index.xml. Open it using your prefered editor (like Notepad++) and check the spelling of your collections paths.
    In order to exchange your collections with other users or devices you should always copy both folder, "Collections" and "UserSort" and in UserSort/index.html you should adjust the paths, changing the user directory.
    Or, Adobe wakes up and adds an export/import-feature to Bridge and solves the character-issue!

  • Creating a manual sort order for images in LR?

    So I have been using LR for a few weeks now, and generally once I am done editing and processing, I amend the order of the images by manually dragging the images about in either library or develop mode. I find sorting them into like groups makes it easier for others to look through them. Now, suddunly, LR is letting me 'drag' amd image, but it wont 'drop' it in the desired spot.
    I feel like I must have accidently pushed some strange button...but I can't figure out where?

    Hey! I solved my own question!  In case anyone else is stumped, here is the answer:
    There seem to be two issued LR is picky about:
    1. You need to select the image, not the surrounding grey 'slide mount' area.
    2. Near as I can figure, it wasnt letting me sort because I was in  'previous import', under catalogue. When I selected the 'date' of the image under 'folder' it worked!

  • Why didnt my pre order of an album work?

    I pre ordered the album LONG.LIVE.A$AP by asap rocky which came out today janurary 15th.  I placed my order near the end of december and have been waiting a while for this album.  I checked to see if it had downloaded this morning and when i checked it still only showed up as a pre order in my "downloads" section on my phone.  I went to the album to try and just buy the whole thing again but it wouldnt let me purchase it, where the $11.99 tab usually is it said "downloaded".  when in fact it most certainly wasnt downloaded.  what do i do to get this album?

    Just look at you're account using the computer, it's there under manage preorders.. mine said 1 preorder for deadmau5

Maybe you are looking for

  • External firewire hard-drive failure

    Hi about two weeks ago I purchased a 250GB Lacie Porsche firewire drive. Everything has been fine, and it is mainly used to auto backup with backup 3. It is usually switched off and unplugged. I came to plug it in last night and turn it on, and the i

  • Null Pointer exception in AsyncPortalComponentResponse

    I am getting a Null Pointer exception in AsyncPortalComponentResponse class. The exception is as below. The exception message does not explain much. Does any one know about the AsyncPortalComponentResponse class or have the its code ? I am getting th

  • Experiences / limitations with EhP2 for SAP NetWeaver

    Dear experts, I've a question regarding your experiences with the EhP2 for SAP NetWeaver. We need to install EhP4 for our SEM-BCS component; but herefor it's necessary to install EhP2 on the BI component. Did somebody knows if there are any restricti

  • How to extract the code of standard webdynpro application

    Hi, We are on ECC5.0, ERP2004 ESS/MSS ,EP6 Can someone tell me, How can we get the code of a standard webdynpro application into NWDS. ( I am familiar that, to modify the standard ESS applications, we need to use JDI.) is it compulsory that , unless

  • DRm 11.1.2.103: Howto: Not allowed to change property value after value set

    Tips on how to ensure this? I would appreciate help on solving the following request: a property must be set by a user (ex property 'Entitytype' of a Unit node). However as soon as the property has been defined (value of property is not blank) this c