What happened to the alpha sort by author name?

After updating to iOS8, cannot sort books by Author.  It now combines multiple books (if they are in a series or if there is another book in the series that I haven't purchased) by the series title without showing the author name.  Also seeing some author names sorted by first name rather than last.
On the other hand, great sales pitch to show other books in a series available for purchase.

Okay, never mind, I now see that opt-clicking the Ping arrow does what I want. The relevant type is very pale gray, and I seem to have misread it the first time around.

Similar Messages

  • What happened to the "store/sort" arrows?

    Mousing over the artist or album column in list mode used to make a button appear -- clicking it would take you to that artist or album in the iTunes store, and option-clicking it would show only that artist or that album in your iTunes library. (You could invert these defaults if you wanted to.) This option-click functionality was very useful and made it easy to locate just the music you wanted without a ton of scrolling. But with the 10.0.1 update, these arrows have completely vanished. Instead there is a button in the name column that lets you go to this song or artist or album in the store, but not within your own library. Instead I have to scroll through very long lists of albums and artists, for something I could often do with one click previously.
    What's the rationale for removing this functionality?

    Okay, never mind, I now see that opt-clicking the Ping arrow does what I want. The relevant type is very pale gray, and I seem to have misread it the first time around.

  • What happened to the recently purchased icon on the left side of the playlist?  I used to could purchase songs from one of my computers and then put them on the second authorized computer by selecting recently purchased.  Is there another way?

    What happened to the recently purchased icon on the left side of the playlist?  I used to could purchase songs from one of my computers and then put them on the second authorized computer by selecting recently purchased.  Is there another way?

    Well in order to keep all the ratings, playcounts ect ect of songs in iTUnes, place the songs back into there original folders/places on the "Old harddrive" by cutting (Not copying) them from the new Harddrive. Now iTunes should report the songs has being there and have ! marks beside the imported folder from your external Harddrive.
    Now you will delet the dead/broken links (Or missing music from the new drive)in iTUnes. Goto Ottos site for a script that will remove dead links and other things here
    Just download, unzip, and run the program.
    http://ottodestruct.com/iTunes/QuickScripts.zip
    Now with everything in place and the dead links removed you will either consolidate the library or set it to copy to another Folder. If you consolidate it moves ALL your music listed in iTunes to the "iTunes Music" folder and can not be reversed. If you set it to copy, it will just copy music from its current folder to the iTunes music folder. You will have to pick the best option for you but consolidating will work best if your trying to free up space. To consolidate goto "Advanced" and select "Consolidate Library". To copy goto Edit>preferenses>Advanced tab>general sub tab and check "Copy FIles to iTunes music Folder when added to library". THis location is also where you will change the location of iTunes Music folder from your old harddrive to the new one by hitting the "Change" button above the reset button

  • Just upgraded to 5 from 3 - what happened to the page select icon? Can't find it in customize toolbars.

    Used to be you could select which page you wished to go back or forward to from the arrow icons on the navigation toolbar. The history menu item only shows 10 sites without having to open history for today. What happened? Is there another icon or a new plug in for this functionality? I used it all the time.

    ''what happened to the page select icon (Back/Forward)''
    The back/forward buttons have been moved to right-hand side of the navigation bar and the drop-down was removed. User right-click or hold click for one second to see the tab history. This is item #5 in my list.
    The History menu also has "Open Previous session" and "Open closed windows",
    to see more history use the History sidebar ("Ctrl+H") or the History Library List ("Ctrl+Shift+H") and sort or view by "Last visited".
    You can make '''Firefox 5.0.1''' look like Firefox 3.6.19, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 5.0.1, or 4.0.1, look like 3.6.*)]. ''Whether or not you make changes, you should be aware of what has changed and what you have to do to use changed or missing features.''
    * http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface

  • What happened to the new releases alphabetical list?

    What happened to the new releases alphabetical list? You used to get a list sorted by date when you click ALL in new releases. Now, they only list "featured" new releases with pictures of the artwork. Is there still a way to see the alphabetical list by release date.

    yes - i have the latest version; and the change to their new releases occured over a month ago. A couple weeks ago, the old format returned briefly.
    Does anyone from Itunes review the forum? I would buy a lot more tracks if i was able to see all that are available.

  • After upgrading what happens to the apps on my 3G?

    I just received my iPhone 4 and put my backup from my iPhone 3G on. It works fine, and there is no more AT&T service on my iPhone 3G. I intend to use the 3G as an iPod Touch. I understand the SIM card needs to stay in the phone for this, even though it is not activated with AT&T.
    What happens to the apps that are still on my 3G? They are still working. I assume they will stay there until I need to sync. Then I will have to set up a new iTunes account, under a unique computer user name, for the 3G and buy the apps all over again for the 3G.

    Nope, the apps stay there until you delete them.
    I currently sync 2 iPhones and 2 iPod Touch units all to one iTunes store account, and per the Apple licensing, they all can run apps I have purchased. I had a similar question as you when I first started using multiple devices, so I sent an email to the app author for the app I wanted most to do this with. His response was that this is Apple's terms, so if I didn't want to purchase a second license to use his app on a second device, then I didn't need to (but he wouldn't stop me if I wanted to either). In the end, I found this app author to be very dedicated to his app, and very responsive to my comments/requests, so I did purchase a second copy of his app (yes, I had my wife create an iTunes account and purchase it under her account).

  • RI - What if Parent is refreshed - What happens to the constraints

    Hello
    I have a parent-child scenario. What happens if the parent table is completely refreshed? What happens to the child table (that has cascade delete)?
    If RI exists, will a complete refresh of parent be possible?
    What is the best way to handle this scenario?
    Thx!

    One of the quickest ways of identifying duplicate records in a table is to enable a unique (or primary key) constraint knowing ahead of time that it will choke on the duplicates, but using the EXCEPTIONS INTO EXCEPTIONS clause which will cause the rowids of the duplicates to be written into an EXCEPTIONS table (created ahead of time with the rdbms\admin\utlexcpt.sql script, for example).
    Therefore, imagine a million row table into which a fresh bulk load of another million rows from some external source is to be performed.
    You declare the constraint, you disable it, you perform the load, you enable it exceptions into exceptions. You now can clear out the duplicate data quite easily, and then enable the constraint normally. Next load, you disable the constraint all over again and repeat the process.
    That's one reason you might want to repeatedly disable/enable a constraint.
    Consider another: a unique or primary key constraint, by default, when created, will cause a unique index to be created on the table. Doing any sort of bulk load into a table, even of data you know to be 'clean' of duplicates, will be a lot slower as a result of each insert having to update the index. Therefore, one of the things you commonly do to speed up bulk loads is to disable constraints, therefore removing any associated unique indexes, and therefore saving the time that would normally be spent validating data and updating indexes.
    In the old days before they invented deferrable constraints, too, you might well be engaged in a complex data loading process that involves quite a few steps before finishing. If looked at during those steps, you'd say the data violated constraints... but if you just let me get to the end, you'll find that the data all comes good. So you had to be able to disable constraint checking at the start of the process, and re-enable it at the end. A good example of that is Scott's EMP table: it has a manager column and the data in that column refers to the EMPNO column. A manager has to be an employee, after all! So there's a self-referencing foreign key on that MGR column, which means you can't load a record containing a manager number that isn't already an employee. But if you were doing a bulk load of data into that table, starting with it completely empty, that would mean you'd never be able to load any data into it at all: no employees exist to begin with, so there are no managers, so the first employee record that mentions a manager gets rejected. But if only you'd let me do the initial load of data, you'd see that every manager mentioned DOES turn out to be an employee! At the end of the load, it all comes good, and everything is properly related to everything else.
    Short of being very careful about the order in which you load such data (presumably, you'd have to start with Mr King, who runs the company, then deal with the first lot of managers, and then you could load the clerks and salesmen), the simplest way of resolving that sort of Catch-22 is to disable the constraint, do the load, and then enable the constraint when all the data is in place and therefore all the relationships between records have come good.
    (As I say, since version 8.0 of Oracle, you can also defer the constraint so that it only gets checked at the point you commit all the data, but leaving that subtlety aside, it's still a classic example of where switching constraint checking on and off proves very useful).

  • What happens to the catalog with an improper shutdown?

    I am wondering what happens to the catalog when lightroom does not shut down properly.
    After using lightroom for almost 2 years with no problems, the past few days have just been insane with issues and lost work.
    Today, our power went out while I was working and when I turned my computer back on, sure enough my catalog was corrupt.
    Thankfully It was able to repair itself. It got me thinking though, I have had this happen a few times before in the past couple years and I have NEVER had a damaged catalog until this week. What happens with an improper shut down that screws the catalog up so badly?
    I am now to the point where I am terrified to work in fear that I will lose everything. I am hoping the XMP thing will save my butt in the future, but should I always have to be worried like this? Lightroom just doesn't feel as strong as it used to now that everything we have worked on this week has been damaged...

    A crash of any sort while you're working with any complex application with major work going on is disheartening/frightening/annoying. I have been fortunate to have escaped any O/S or power deficiencies in my time with LR, but no one is completely immune.
    If you have major stuff going on and aren't backed up the way you'd like, just quit LR, make a copy of the current catalog, .lrcat, and relaunch. You can also send the metadata to the files, as you've noted, but I like the former way. Or do both!  -Hope this helps allay some fear.

  • What happens to the open item in bsid table when it is cleared

    hi experts,
                   i have a doubt about open and cleared items of accounting documents. as we know open items of customers are stored in bsid and cleared ones in bsad. For suupose, an open item is closed ina particular period then what happened to the entry in bsid and bsad table. an entry regarding is stored in bsad (cleared),and what happens to the entry in bsid, still it will be there or removed from it.

    Hi,
    When ever we clear the document(Complete payment) that document will be moved to BSAD table. Other wise it will remain in BSID.
    If u are making partial payment then all the partial payment documents along with original document will be stored in BSID till u made the complete payment for that invoice.
    Assumption is u have to give all partial payment documents made for particular invoice item while u are making complete payment in F-28 transaction. So that these partail payment documents will also be cleared while making complete payment and moved to BSAD table.
    This trasaction can be used for both partial and complete payments.
    Irrespective of complete or partial payments made all the documents will remain stored in BKPF and BSEG tables.
    BSID and BSAD are index tables to address performance issues with BKPF and BSEG tables.
    So all open and cleared documents will be there in BKPF and BSEG tables.
    All cleared documents will be there in BSAD table.
    Alll open documents will be there in BSID table.
    Hope it is clear.
    Thanks,
    Vinod.

  • What happens to the mail in my iMac after I delete it from my iPhone? Will it be deleted from my computer as well?

    What happens to the mail in my iMac after I delete it from my iPhone? Will it be deleted from my computer as well?

    If they are both using the same iCloud ID (assuming you are running your mail from iCloud), then yes, the email will disappear from your Mac after you delete it from your phone and after your phone sycs with iCloud and your Mac syncs with iCloud.
    I use a windows phone, but it works the same.

  • E4X: What happens to the root element?

    I'm working with XML using the E4X notation. I'm used to the "old school" XML APIs that use DOM and I'm a bit confused.
    For example, let's consider the following XML
    <mx:XML id="myXML" >
      <top>
        <sub1 id="uno">
          <sub2>hello</sub2>
          <sub3>world</sub3>
        </sub1>
        <sub1 id="duo">
          <sub2>ok</sub2>
          <sub3>ko</sub3>
        </sub1>
      </top>
    </mx:XML>
    In my code I use the following traces. This is done with the De MonsterDebugger, but all others should work the same way. I have casted the traces to String only to make it easier to ask this question (no need post images)
    MonsterDebugger.trace(this, "myXML:" + myXML);
    MonsterDebugger.trace(this, "myXML.sub1: " + myXML.sub1);
    MonsterDebugger.trace(this, "myXML.sub1.sub2: " + myXML.sub1.sub2);
    What I get as output is
    (String) = myXML:<top>
      <sub1 id="uno">
        <sub2>hello</sub2>
        <sub3>world</sub3>
      </sub1>
      <sub1 id="duo">
        <sub2>ok</sub2>
        <sub3>ko</sub3>
      </sub1>
    </top>
    (String) = myXML.sub1: <sub1 id="uno">
      <sub2>hello</sub2>
      <sub3>world</sub3>
    </sub1>
    <sub1 id="duo">
      <sub2>ok</sub2>
      <sub3>ko</sub3>
    </sub1>
    (String) = myXML.sub1.sub2: <sub2>hello</sub2>
    <sub2>ok</sub2>
    All is fine above and this was a bit long abstract for my question. The question is what happens to the root element, in this case <top>? I was trying to access the data with the following notation
    myXML.top.sub1; // etc
    I spent quite a lot of time trying to get it to work, until I discovered that the root element is not used. Can anyone explain this?
    Or, I guess the simple explanation is that the root node is ignored and the sub nodes are created as properties of the object. The question also could be stated as: Why isn't this documented in the Flex API Reference?
    Thanks.
    P.S. I found this article on common E4X pitfalls which also has other interesting topics when working with E4X.

    its gone
    downgrading would kill the phone..

  • What happens to the original photo after editing?  Does it get replaced by the edited photo?

    I just bought my first iPhone(5).  On Android, when editing a photo, the original stays in your gallery and the edited photo gets placed right next to it.  So what I want to know is, When editing a photo in the photo app, what happens to the original since it would be nice to be able to make different edits of it.

    That is an excellent question. This is definitely not the programmed behavior of Photoshop Elements. Normally, when you edit a file, a new copy of the file is created (the original is simply left alone). This new copy of the file will have "_edited-1" added to the end of the name. It should definitely not be adding $ to the name at all.
    Just as a test, create a new user account on your computer, and try editing another image to see if does the same thing there. However, I suspect there is another application on your computer that is modifying how files are saved, deleted, and renamed.

  • What happens to the while loop iteration counter if it runs unchecked?

    I want to use the iteration counter to initialise a value on the first loop of a while statement. ie i = 0, x = 100. Fine. The application I am building will be left to run for weeks or months on end without stopping (hopefully :¬)). What happens to the iteration counter in this situation? Does it reset to 0 or what? I don't want it reinitialising any values while the loop is running other than when it starts.
    I set up a while loop to try to figure out what happens and the iteration counter stops at 2147483648 which is 2^31 - 1.
    Any help would be appreciated,
    Thanks,
    Niel.

    It might be something you already looked at, but perhaps it's an option to perform the initialization outside (before) the while loop. That way it will be initialized correctly only once, no matter what the iteration counter does.
    Of course if you need the counter for other purposes than initialization you might have the same problem...
    Note that a lot of the timer functions also overflow after a certain time (I believe 24 or 48 days?) so be careful running very long loops (but you already knew that probably).

  • TS2972 I just updated all of our computers to itunes 11 and now when we try to use our home sharing, we can't import songs.  What happened to the easily located "import song" feature?  I wish now that I wouldn't have updated to the new itunes 11.

    I recently updated all of the computers in the house to itunes 11.  Now when we try to import songs from homesharing, we are unable to.  What happened to the conveniently located "import song" button on the old version of itunes.  Please help an old mother out please!

    diesel vdub, i use 11.1.1
    solved the issue today. first sync with itunes, so all the stiff you bought on the mobile will be backuped.
    1. uncheck sync music in itunes and sync. all the music will be erased from mobile device
    2. check music player on the mobile device. just the unwanted songs will still be there
    3. go on the iphone to settings, general, usage, music player. there is just a few mb from the remaining unwanted songs. swipeleft and erase the content. switch iphone off and on again
    4. repeat step 2. there will be no data. otherwise repeat step 3
    5. check sync music in itunes and sync. all the music will be back again but not the unwanted songs.

  • What happened to the "closed tabs" list in 4.0 RC2?

    What happened to the "closed tabs" list in 4.0 RC2?
    In prior versions of Firefox, I could open a list of closed tabs, but I can't find the button now.

    Hi g,
    Many features have been lost in Numbers 3. You can send feedback to Apple with Menu > Numbers > Provide Numbers Feedback.
    And... playing the Devil's Advocate, have a look here:
    Features that Apple has promised to reinstate:
    http://support.apple.com/kb/HT6049
    Hints on workarounds here:
    https://discussions.apple.com/message/23622372#23622372
    What has been GAINED in Numbers 3 is here:
    https://discussions.apple.com/thread/5473882?start=75&tstart=0
    What has been lost in Numbers 3 is here (with corrections where Apple has already reinstated some lost features in the Numbers 3.0.1 update):
    https://discussions.apple.com/thread/5470448?start=240&tstart=0
    I enjoy running both versions of Numbers (Numbers 2 and Numbers 3) at the same time. They each have strengths and weaknesses.
    Numbers 3 did not replace your Numbers 2 (Numbers '09). Look in a folder called iWork '09 inside your Applications folder. And enjoy.
    Regards,
    Ian.

Maybe you are looking for