Why does itunes 11 not sort the songs properly unless I am in a playlist when there is no track number

I have lots of audio files that have names in the format of a Date (eg. 2012 01 23) with no track number.  The old I tunes always sorted them perfectly.  Now they are all out of order when I look at them under anything but if they are in a playlist.

Did you try Alt/View/View Options...   ?

Similar Messages

  • Why does iTunes not refresh the Music Library if files are updated?

    What if have already a nice library SYSTEM built for my music, and every time I add 30-50 files to 30-50 different locations, iTunes requires me to add the same song again... What if I am doing this updating for 3 hours and I can't remember anymore which songs I added to my Brazilian compilation folder? Why can't iTunes update the library with added files? I see this question popping up on a lot of forums. This is very cumbersome. I keep my international music collection organized by country of origin. If I let iTunes consolidate my music, it will put everything into one big folder organized by name of artist. I definitely don't want to let the program do that. I would lose all my work and all my system.
    Once I imported the folder system into iTunes though as a reference, it does not recognize if there was a change, music added, music deleted, music reogranized. It doesn't make sense to delete everything from the iTunes Music Library every time I update my music collection.
    Where is the solution? I want iTunes to find the changes and apply it to my Music Library automatically.
    I can live with my iPod only having the files in one big library, since I mostly use it for shuffle play anyway, but I want to keep my originals in an orderly manner based on style, country of origin, etc. I don't want to end up having all my files renamed and moved.
    So I need iTunes to refresh my Music Library by looking at the original folder I imported the list from, and make the necessary changes.

    I guess then this is a serious shortcoming of iTunes... Up till this point I owned an RCA Lyra MP3 player and it had no problems whatsoever doing these things. I guess, after seeing how iTunes and iPod works, I'd rather return to Lyra if it had an 80 G version. The only thing that still keeps me with iPod is the capacity.
    It seems like that iTunes is a very cumbersome program and it tries to be so much user friendly that it even tries to eliminate the human element. Sometimes, it makes sense to keep files organized in specific manner. Especially when there is work involved and productivity.
    I guess I will just delete everything from the play list and read in the main folder every once in a while, leaving the machine working on it during the night or something, then another night, it will refresh my iPod. That's the only solution I see right now.
    It is interesting that a huge program like iTunes cannot do what a small one like Lyra can. And I even read in user groups that some people created programs for this problem, but those programs don't work with iTunes 7 well yet, so I am stuck with the manual updating or the brutal deletion and re-reading.
    Thank you for the answer. At least I know what not to expect from the program. I just use it for only one purpose: load music onto iPod, then forget about it. It quite an unuseful program for me otherwise.
    G5   Mac OS X (10.4.8)  

  • Why does itunes not show the ipad in devices?

    Plug the iPad on itunes-windows and it does not show as device. cannot syncronize. The iPad was set up automatically and it is signed to a wifi

    Here's a few things you can try:
    - If you haven't tried disabling your anti virus software and turning off the Firewall, do that then restart your PC and  the iPad.
    - Try another cable to make sure it's that that
    - Try connecting to another computer to verify that your computer is not the issue
    - If none of these work then your iPad might need service. Take it to your nearest Apple Store

  • HT204406 I have subscribed to match on iTunes and organized my music on my Mac Book.  Why does it not appear the same way on my iPad

    I would like my music to appear organized in the same way on my iPad as I have done it on my Mac Book.  (and on my iPhone as well)  Since it is in the cloud, why does it not appear the same way in all devices?

    The purpose of iTunes match is to make your music library available to all of your devices anywhere. It will sync Playlists, but no other type of organization you may have made.
    If you're having trouble, be sure you are logged into the same Apple ID on all devices but be sure to read this article and pay special attention to associating your devices with an Apple ID. There are important restrictions you should know about.

  • Why does Itunes automatically change the genre of my songs?

    Why does Itunes automatically change the genre of my songs? I have assigned specifit genres but they're constantly changed without me doing it. ITs annoying. Does anyone know how i can stop this?

    welcome to the discussions
    you may find that WMP is doing this for you.
    There is a setting is WMP that means that it checks the info held in the file (and shown by itunes) against that held at Gracenote and 'updates' the info where there is any disagreement. On my copy its under the 'media library' tab.
    Turn this off if its on.

  • Why does iPhoto not recognize the .jpg pics from a Kodak C875 now? I can stick my memory card in the iMac and import them that way, but iPhoto will not import the pics from the camera.

    Why does iPhoto not recognize the .jpg pics from a Kodak C875 now? I can stick my memory card in the iMac and import them that way, but iPhoto will not import the pics from the camera.

    There have been many issues reported with Kodak cameras - serach the forums for them
    Actually the best practise is to use a card reader to import your photos, verify that they are imported ocrrectly and wait at least one backup cycle and then use the camera's format command to reformat the card and erase it - this assures no lost photos and always having the card properly formatted
    LN

  • Why does apple not remove the malware Genieo

    Why does apple not remove the malware Genieo - it takes over the Safari browser even with extensions turned off - firefox works fine but the malware is still alive and kicking on my mac.  Should I just uninstall safari and hope the malware is not doing more damage in the background?

    Hi Sickof --
    Apple has never had anything to do with Genio.  It is sneakily installed with other apps you think would be helpful. It is very sickening, IMHO. 
    Here's a thread here -- It's long, I know, but it's got great information for you.
    https://discussions.apple.com/thread/4497906?start=0&tstart=0
    Keep reading.  It's worth it.

  • Why does is not show the radio buttons

    I want to display the buttons in a row then radio button in a row under the button and then log scroll pane under the radio buttons. This is my code:
            //Add the buttons and the log to this panel.
            add(buttonPanel, BorderLayout.PAGE_START);
            add(radioPanel, BorderLayout.CENTER);
            add(logScrollPane, BorderLayout.CENTER);When i run it it display the buttons and the logsrollpane. Why does it not display the radio buttons?

    Thanks guys.
    This is my problem. We have a big system that produce lots of log files and the software testers have to manually have to go through the logs file and look for a certain XML tags in the log file.
    What I want to do is help the software testers my developing a small tool that will allow them to open a log file and then click on a radio button corresponding to a xml tags that they are looking for and automatically highlight the tags in the file in yellow color .
    I am not sure how feasible this is and I am stuck.
    This is what I have done so far.
    Can you please guys help me go forward.
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.filechooser.*;
    public class FileChooserDemo extends JPanel
                                 implements ActionListener {
        static private final String newline = "\n";
        JButton openButton;
        JButton clearButton;
        JTextArea log;
        JFileChooser fc;
        // Radio Buttons
        static String em01 = "EM01";
        static String em07 = "EM07";
        /*static String dogString = "Dog";
        static String rabbitString = "Rabbit";
        static String pigString = "Pig";*/
        public FileChooserDemo() {
            super(new BorderLayout());
            //Create the radio buttons.
            JRadioButton em01Button = new JRadioButton(em01);
            em01Button.setMnemonic(KeyEvent.VK_B);
            em01Button.setActionCommand(em01);
            em01Button.setSelected(true);
            JRadioButton em07Button = new JRadioButton(em07);
            em07Button.setMnemonic(KeyEvent.VK_C);
            em07Button.setActionCommand(em07);
            //Group the radio buttons.
            ButtonGroup group = new ButtonGroup();
            group.add(em01Button);
            group.add(em07Button);
            //Register a listener for the radio buttons.
            em01Button.addActionListener(this);
            em07Button.addActionListener(this);
            //Put the radio buttons in a column in a panel.
            JPanel radioPanel = new JPanel(new GridLayout(0, 1));
            radioPanel.add(em01Button);
            radioPanel.add(em07Button);       
            //Create the log first, because the action listeners
            //need to refer to it.
            log = new JTextArea(40,60);
            log.setMargin(new Insets(5,5,5,5));
            log.setEditable(false);
            JScrollPane logScrollPane = new JScrollPane(log);
            //Create a file chooser
            fc = new JFileChooser();
            //Uncomment one of the following lines to try a different
            //file selection mode.  The first allows just directories
            //to be selected (and, at least in the Java look and feel,
            //shown).  The second allows both files and directories
            //to be selected.  If you leave these lines commented out,
            //then the default mode (FILES_ONLY) will be used.
            //fc.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
            //fc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
            //Create the open button.  We use the image from the JLF
            //Graphics Repository (but we extracted it from the jar).
            openButton = new JButton("Open File");
            openButton.addActionListener(this);
            //Create the save button.  We use the image from the JLF
            //Graphics Repository (but we extracted it from the jar).
            clearButton = new JButton("Clear Text Area");
            clearButton.addActionListener(this);
            //For layout purposes, put the buttons in a separate panel
            JPanel buttonPanel = new JPanel(); //use FlowLayout
            buttonPanel.add(openButton);
            buttonPanel.add(clearButton);
            //Add the buttons and the log to this panel.
            add(buttonPanel, BorderLayout.PAGE_START);
            add(radioPanel, BorderLayout.LINE_START);
            add(logScrollPane, BorderLayout.CENTER);
        public void actionPerformed(ActionEvent e) {
            //Handle open button action.
            if (e.getSource() == openButton) {
                int returnVal = fc.showOpenDialog(FileChooserDemo.this);
                if (returnVal == JFileChooser.APPROVE_OPTION) {
                     log.setText("");
                    File file = fc.getSelectedFile();
                    try{
                         BufferedReader in = new BufferedReader(new FileReader(file));
                             String data;
                             while ((data = in.readLine()) != null) {
                                  log.append(data + newline);
                    }catch(IOException ioe){
                log.setCaretPosition(log.getDocument().getLength());
            //Handle save button action.
            }else if (e.getSource() == clearButton) {
                  log.setText("");
         * Create the GUI and show it.  For thread safety,
         * this method should be invoked from the
         * event-dispatching thread.
        private static void createAndShowGUI() {
            //Create and set up the window.
            JFrame frame = new JFrame("PROGRESS Message Viewer");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            //Create and set up the content pane.
            JComponent newContentPane = new FileChooserDemo();
            newContentPane.setOpaque(true); //content panes must be opaque
            frame.setContentPane(newContentPane);
            //Display the window.
            frame.pack();
            frame.setVisible(true);
        public static void main(String[] args) {
            //Schedule a job for the event-dispatching thread:
            //creating and showing this application's GUI.
            javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    createAndShowGUI();
    }

  • Why does IBA not include the table of contents when exporting to PDF?

    Why does IBA not include the table of contents when exporting in PDF? I can seee the TOC in iBooks Author but when I want to see what it looks like in a regular PDF, the TOC does not show up.

    Strange question you ask here. Not sure why that is relevant to "why" IBA won't publish a table of contents in a PDF.
    But since eyou asked, it's simple, I want to author some books in IBA and also see what they look like - completed - in PDF. Again, any suggestions as to a work around so I don't have to cut and paste back into Pages?

  • Why doesnt itunes pull up the song i search when i click on it

    I HATE the new itunes, its uneccisarily complicated. Everything on itunes is, everytime i search a song in the search box it pops up in a list under the search box but when i push it, it doesnt pull it up in my library... annoying. Why wont it pull up the songs when i click on it? All it gives me the option of is to 'play it next' ....  ANNOYING. Please help me resolve.

    Try the suggestions here to see if they resolve your problem:
    http://support.apple.com/kb/ts1559
    If these don't work you probably have a hardware problem. Visit an Apple store for an evaluation or contact Apple Support.

  • Why does Canon NOT support the Canon Utilities software?

    The Canon Map Utility software can not detect my Canon GPS Receiver GP-E2.  Over the phone, Canon "Customer Support" had me uninstall all 10 Canon Utilities that I had previously installed, and then let me install only 8 older versions of Canon Utilities.  And, the Canon Map Utility software STILL could not detect my Canon GP-E2. 
    Why doesn't Canon have ANYONE who knows the Canon Utility software?  The first support rep had NEVER used any of the software!  And the second support rep, whom I was transfered to by a Supervisor who told me that this was the most experienced support person for the software, has only used the software ONCE!
    Why does Canon NOT SUPPORT Canon software?????
    As an old friend used to always say,
    "Keep Looking Up!"
    Calen

    When I use the GPS-E2 on my camera, the pictures have are geotagged.  It's when I try to use the GPS log that Map Utility has a problem.  I like the idea of recording where I went, not just where each picture was taken.  That way, I can see where I found nothing to take pictures of.
    Calen
    As an old friend used to always say,
    "Keep Looking Up!"
    Calen

  • Why does itunes match delete all songs from my iPhone leaving me music less in the mountains! :(

    i went through a drive through the mountains recently needless to say with out radio, only sourse of music... my precious iphone. well aparently after i had subscribed to itunes match it felt the need to go behind my back and delete all the songs i had previously on my phone! *** apple? i had to do an emergency pull over and yank out my macbook and when i pluged it in sure as could be no music stored on the phone so i was apparently streaming music chewing up a huge chunk of my data in little over two hours!i had to shut off itunes match on the macbook and the iphone and sync again just to get some music!!!
    There has to have a solution!! why did it do this? Did anybody else have similiar issues?

    I have the same problem and I'm not sure this addresses it.  I want to subscribe to iTunes match using my Mac; the intention being that I can then remove all the subset of my tunes from the ipad mini, and when travelling listen to music on the iPad mini via iTunes Match.
    So the question still remains, does the music stored on my iPad mini get automatically removed when i subscribe to iTunes Match, or do I have to remove it??
    Also, my iPad mini is showing that 1.8GB of storage is taken up by music at the moment, will all of this be freed if I subscribe to iTunes match and delete the music (irrespective of whether this is done manually or via an automatic delete).
    Thank you

  • Is my music lost? Did my flash drive not copy the songs properly?

    Dragged all my music files to my flash drive before upgrading my operating system and doing a full wipe of everything, which I did today.  The songs won't show up on the flashdrive now...or my upgraded computer.   Are my music files lost?

    Do you mean sorta like unzipping the folder?  When I backed up my contacts, they were saved into an archived (or zip?) folder on my flashdrive, couldn't actually be opened on the flashdrive, and could only be opened to see individual contacts once I actually transferred the whole archived folder back to the new computer.  IF so, is that why I I see an "iTunes" folder on my flash drive that I created but don't find any files in it when I actually click?

  • Why does it not use the index?

    L.S.,
    We are using a table called IT_RFC_REGISTRATION. It is a relatively big table for our application.
    Its primary key is RFCNR, each new RFCNR getting the next value.
    Now for my intranet report I am interested in the last 40 records. But when I execute:
    SELECT *
    FROM IT_RFC_REGISTRATION
    ORDER BY RFCNR DESC
    the query takes ages to execute.
    When I do this:
    SELECT RFCNR
    FROM IT_RFC_REGISTRATION
    ORDER BY RFCNR DESC
    the result comes instantaneous because this query uses the index on RFCNR.
    Why does the former query not use the index to execute? It should be much faster to fetch ROWIDs from the index end to start and use those to get the records, than to load all the records and then sort them.
    Is there a trick with which I can use a join of the latter query and the former query to speed up the result?
    Greetings,
    Philbert de Zwart,
    Utrecht, The Netherlands.

    The difference you see in query run time is based on the amount data being sorted, then returned. In the first query, a full table scan is faster since if the index was used, Oracle would have to do a lookup in the index, get the rowid's and go look up the data in the table (TWO disk i/o's). It's faster to just scan the entire table.
    Indexes will generally not be used unless you have a where clause. If you only need a few fields from the table, you could include them all in an index. For instance, if you only need RFCNR & DESC create a concatenated index on those two columns and then only a scan of the index is required (very fast).

  • Why does iTunes not give an error message for wrong type of movie file

    I just spent an hour trying to get iTunes to import a movie type which it doesn't understand. Why on earth does it just fail silently instead of giving an error message about incompatible file type ? It was my own stupid fault, but I am so used to getting quirky errors in iTunes that I overlooked the obvious and started going up blind alleys. Is there some preference somewhere that can change this way of working.

    Have you tried downloading the apps on your computer and syncing?
    The message means what it says. Yu do not see the "artwork" for the app.

Maybe you are looking for

  • HT3965 how do i change the phone number for imessages?

    how do i change the phone number for imessages? i have set up an iTouch for my 10 year old son. To set up iMessaging between him and his parents i used my iTunes account but this picked up my phone number..........i now need to change this but cannot

  • How to select LAST line from a SAP table?

    Hi developers, I need to select the last line from a SAP table, NOT from an internal table. Something like SELECT SINGLE LAST FROM pa00169.. any help is more than welcome.

  • Unable to install Acrobat XI Pro

    I recently suffered a catastrophic computer problem requiring that I install a fresh copy of Windows 8 and then reinstall all my software. I subscribe to CS and used the download manager to install the applications I use. All but one - Acrobat XI Pro

  • Can't enter text in Message

    WHen using Message, I,can't access the text box by tapping. Address and photos can be entered, but no Message. Is this a tactile problem?

  • Error Executing the BPM

    Hi all, I have configured the BPM with WDJ. When execute the BPM i am getting below error, Context data structure of the UI component "com.sap.demo.testui.wd.comp.scrapuicomp.TestUIComp" does not match the data structure known by the task Interface m