HT1660 My itunes library has automatically started to list my songs alphabetically.  I do not want this.  How do I change it so that when albums come up, the songs are listed in the order of the imported album, NOT alphabetically.

My itunes library has automatically started to list my songs alphabetically.  I do not want this.  How do I change it so that when albums come up, the songs are listed in the order of the imported album, NOT alphabetically.

For the missing Artists on your iPod, make sure their tracks in iTunes are not marked as "Part of a compilation" in iTunes. You can do this by highlighting the track, right->clicking on them and choosing "Get Info" from the shortcut menu. When the window pops up, head over to the Info tab and make sure there is NO tick mark next to this option in the lower right hand corner. Lastly, sync the updated changes to your iPod.
B-rock

Similar Messages

  • I have windows XP and downloaded latest firefox. now my PDF docs are on firefox. do not want this. how do I fix it

    I have windows XP and downloaded latest firefox. now my PDF docs are on firefox. do not want this. how do I fix it

    1. Right-click any PDF file.
    2. Select Properties in a menu that opens.
    3. Select Change... next to "Opens with: Firefox".
    4. Select a program you want to use to open PDF docs.
    5. Make sure that "Always use the selected program to open this kind of file" is checked.
    6. Click OK.

  • When I type in a search topic the system keeps recommending options. I do not want this - how do I turn it off

    When I type into the search engine, the system keeps receommending options. I do not want this. How do I turn it off?
    Thank you

    Options? Are you talking about search suggestions for the Search Bar?
    https://support.mozilla.com/en-US/kb/Search%20suggestions

  • I have a problem in this that i want to paas a form in a case that when user pres n then it must go to a form but error arises and not working good and threading is not responding

    made in cosmos help please need it
    using System;
    using Cosmos.Compiler.Builder;
    using System.Threading;
    using System.Windows.Forms;
    namespace IUOS
        class Program
            #region Cosmos Builder logic
            // Most users wont touch this. This will call the Cosmos Build tool
            [STAThread]
            static void Main(string[] args)
                BuildUI.Run();
            #endregion
            // Main entry point of the kernel
            public static void Init()
                var xBoot = new Cosmos.Sys.Boot();
                xBoot.Execute();
                Console.ForegroundColor = ConsoleColor.DarkBlue;
                a:
                Console.WriteLine("------------------------------");
                Console.WriteLine("WELCOME TO THE NEWLY OS MADE BY THE STUDENTS OF IQRA UNIVERSITY!");
                Console.WriteLine("------------------------------");
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine("\t _____                                
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |___________");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|_____|        |____________|         |____________|      ____________");
                string input;
                Console.WriteLine();
                Console.Write("\nAbout OS     : a");
                Console.Write("\nTo Shutdown  : s");
                Console.Write("\nTo Reboot    : r");
                Console.Write("\nStart Windows Normaly : n");
                Console.WriteLine();
                input = Console.ReadLine();
                if (input == "s" || input == "S"){
                    Cosmos.Sys.Deboot.ShutDown();
                else
                if (input == "r" || input == "R"){
                    Cosmos.Sys.Deboot.Reboot();
                else
                if (input == "a" || input == "A"){
                    Console.ForegroundColor = ConsoleColor.DarkBlue;
                    Console.Clear();
                    Console.WriteLine("\n\n\n-------------------------------------");
                    Console.WriteLine("version: DISPLAYS OS VERSION");
                    Console.WriteLine("about: DISPLAYS INFO ABOUT ANGRY OS");
                    Console.WriteLine("hello or hi: DISPLAYS A HELLO WORLD");
                    Console.WriteLine("MESSAGE THAT WAS USED TO TEST THIS OS!!");
                    Console.WriteLine("-----------------------------------");
                    Console.Write("You Want to know : ");
                    input = Console.ReadLine();
                    if (input == "version"){
                        Console.WriteLine("--------------------");
                        Console.WriteLine("OS VERSION 0.1");
                        Console.WriteLine("--------------------");
                    else
                    if (input == "about"){
                        Console.WriteLine("--------------------------------------------");
                        Console.WriteLine("OS IS DEVELOPED BY Qazi Jalil-ur-Rahman & Syed Akber Abbas Jafri");
                        Console.WriteLine("--------------------------------------------");
                    Console.Write("Want to go back to the main window");
                    Console.Write("\nYes : ");
                    string ans = Console.ReadLine();
                    if (ans == "y" || ans == "Y")
                        goto a;
                        Thread.Sleep(10000);
                    else
                    if (input == "n" || input == "N")
                        Thread.Sleep(5000);
                        Console.Clear();
                        for (int i = 0; i <= 0; i++){
                            Console.Write("\n\n\n\n\t\t\t\t\t  ____        ____   ___  
                            Console.Write("\n\t\t|\t\t |  |      |    |     
    |   |  | |  |  |");
                            Console.Write("\n\t\t|\t|    |  |----  |    |     
    |   |  | |  |  |---");
                            Console.Write("\n\t\t|____|____|  |____  |___ |____  |___|  |    |  |___");
                            Thread.Sleep(500);
                        Thread.Sleep(5000);
                        Console.Clear();
                        BootUserInterface();
                        Console.ReadLine();
    //                    Form1 fo = new Form1();
                    else{
                        for (int i = 0; i <= 5; i++){
                            Console.Beep();
                            Thread.Sleep(1000);
                            goto a;
                while (true);
            private static void BootUserInterface() {
                Thread t = new Thread(UserInterfaceThread);
                t.IsBackground = true;
                t.SetApartmentState(ApartmentState.STA);
                t.Start();
            private static void UserInterfaceThread(object arg) {
                Form1 frm = new Form1();  // use your own
                Application.Run(frm);
     

    Hi
    Jalil Cracker,
    >>when user pres n then it must go to a form but error arises and not working good and threading is not respondin
    Could you post the error information? And which line caused this error?
    If you want to show Form1, you can use form.show() method
    Form1 frm = new Form1();
    frm.Show();
    In addition, Cosmos is an acronym for C# Open Source Managed Operating System. This is not Microsoft product.If the issue is related to Cosmos, it would be out of our support. Thanks for your understanding. And you need raise an issue at Cosmos site.
    Best regards,
    kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • People sending me texts to my phone are saying it is going to ICOUD email I do not want this How do I fix this?

    People sending me a text on my Iphone 4 are getting a message as not delivered,and or they are told it is going to my Icloud account.How to I fix this? I do not want any phone texts sent to my ICLOUD email Help!!!

    Click here and request assistance.
    (79868)

  • How do I sync iMessages so that when I delete it on one device, it will delete it from the other devices?

    I have 3 devices all using the same iCloud account: iPhone 5, iPad 3, and MacBook Pro with Mt. Lion.  I want to be able to delete an iMessage on one device and have it automatically deleted from the other devices automatically instead of having to delete the message on all 3 devices.  Is this possible?  I want it to sync up just like an email account would sync up.  Thanks.

    You got the gist of it - imessage and email accounts have different supporting "underline". Even some of the mail accounts (POP) do not have that capability. Neither does imessage. What I did is made sure that I receive my imessages to one device only. I do not know if it will work for you. Good luck.

  • Why don't my photos appear as they do in iPhoto on my Apple Computer. Even though I specify to sync all Events, Faces, etc. the iPad 2 is missing Faces categories and the Events are in a different order.

    Why don't my photos appear as they do in iPhoto on my Apple Computer. Even though I specify to sync all Events, Faces, etc. the iPad 2 is missing Faces categories and the Events are in a different order.

    1) The best way to relocate the iTunes library folder is to move the entire iTunes folder with all subfolders to the new path, then press and hold down shift as start iTunes and keep holding until prompted to choose a library, then browse to the relocated folder and open the file iTunes Library.itl inside it.
    If you've done something different then provide some more details about what is where and I should be able to help.
    2) Purchases on the device should automatically transfer to a Purchased on <DeviceName> playlist, but it my depend a bit on whether automatic iCloud downloads are enabled. If there is a cloudy link then the transfer might not happen. You can use File > Devices > Transfer Purchases. In iTunes you should also check out iTunes Store > Quick Links > Purchased > Music > Not on this computer.
    3) Backup the device, then immediately restore it. In some cases you need to add a restore as new device into that equation. Obbviously not to be attempted until you're sure all your media is in your library. See Recover your iTunes library from your iPod or iOS device should it be needed.
    4) I believe there is complimentary 1 incident 90-day support with hardware purchases, but no free software support for iTunes itself. AppleCare gets you a different level of support.
    tt2

  • WHen I put music onto my devices I will have some songs that will play, while others will be grey and can not be played....also I find that when I purchase an album from iTunes all songs from the album will not be downloaded...

    WHen I put music onto my devices I will have some songs that will play, while others will be grey and can not be played....also I find that when I purchase an album from iTunes all songs from the album will not be downloaded...

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                       
    If necessary
    You can redownload most iTunes purchases by:
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • While playing my albums in iTunes it has just started playing the first song but will not progress through the other songs on the album. Did I accidentally change setting or are other people having the same trouble? thanks

    While playing my albums in iTunes it has just started playing the first song but will not progress through the other songs on the album. Did I accidentally change setting or are other people having the same trouble? thanks

    Hi there Sing Me A Song,
    You may have changed the Up Next list in iTunes. Take a look at the article below for more information on the Up Next lists and how to edit it.
    iTunes 12 for Mac: Play songs
    -Griff W. 

  • ITunes library has lost the past year's worth of content, but the files are still in the directory

    Help! How do I restore the past 11.5 months' worth of content to my iTunes library?
    Well this is weird. Suddenly my iTunes library has lost everything added since late January 2014 - almost a year's worth of content. Podcasts, audiobooks, iTunes purchases, MP3s bought elsewhere and imported, movies, TV shows - all gone. Apps added in the past year also seem to be gone, although apps acquired before then have the most current update. As far as I can tell, all of that content is in the file directory structure - it's just not in the iTunes library system.
    Curiously, the "last played" data all seems current, except that many of the more recently played songs have gone missing; tracks that were modified in the past year, but were added in 2013 or before, are still listed as being modified in 2014. Anything changed in the past year remains changed; but anything added in the past year simply isn't there.
    I have no idea what caused this. Earlier today iTunes crashed for random reasons, but that happens every week or two anyway; and for that matter this issue could have developed a couple of days ago, and I just didn't notice it. (I'm sure it can't be older than that - I would have noticed.)
    I've got good Time Machine backups, but I'm not sure how to go about restoring this - I suspect that this help page tells me the steps I need to take, but I'd like to have some confirmation before going through those steps. (And that procedure doesn't involve Time Machine anyway, right?)
    Theoretically I suppose I could also go through my directory and add the files to iTunes, one by one, but it would be extraordinarily complicated to figure out what needed to be added. I'd also like to get back all the metadata - played, unplayed, play count, last played, and so on.
    Restoring the files from Time Machine doesn't seem to make sense to me, because the files aren't actually missing. Would restoring an iTunes Library.itl file help at all?
    Thanks in advance!

    Hm ... I guess I can't edit the post above. Anyway, I seem to have solved it by ...
    Quitting iTunes.
    Going into Home / Music / iTunes, and renaming the file "iTunes Library.itl" to "iTunes Library (corrupt).itl".
    Entering Time Machine, and restoring the "iTunes Library.itl" file from a few days ago. I went back two days, which seemed far enough back to be "before" the problem but not far enough back to have trouble with recent acquisitions.
    Re-opening iTunes - and everything seemed to be back in order.
    So that's fine for now. We'll see if the solution is stable.
    Very, very tentative assignment of blame: I believe iTunes crashed earlier today after I'd synced photos from my iPhone to iPhoto, and then iTunes crashed while iPhoto was closing (and taking its sweet time doing so). If that was indeed the case, that's at least the second time in the past couple of months that trying to sync iPhone photos to iPhoto has caused me significant problems. (The last time led to 80% of my iPhone suddenly being occupied by "Other", and a full restore of the darn thing.)

  • All the content from my iTunes library has disappeared

    The other day I went onto iTunes and everything had disappeared from it except for the music in the Cloud.  All the music is still intact in the folders on my computer and when I double click any song it reappears on iTunes but without any information like number of plays, and I obviously don't want to do this manually for every song as I have nearly two thousand.  I synced my iPod with iTunes again but no message came up and the music is still on my iPod, as if it is only 'hiding' on iTunes.  I'm not sure if it's something to do with the fact i got a new iPod a few days ago, but iTunes worked perfectly when I first got it so I'm confused about what's happened.

    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping.  Note that in iTunes 11 an "empty" library may show your past purchases with links to stream or download them.
    In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    Alternatively, depending on exactly when and why the library went missing, there may be a more recent .tmp file in the main iTunes folder that can be copied and renamed as iTunes Library.itl to restore the library to an earlier state. Look for a recent .tmp file that is similar in size to the .itl files in the Previous iTunes Libraries folder. If it has happened repeatedly you may want the earliest such file generated since the last iTunes upgrade.
    If applicable, see iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device.
    I've noticed more of these missing library posts of late and a common factor to most since I started asking is AVG Anti-Virus. It seems in some cases it might be at least part of the reason why the library file disappears. Try excluding the iTunes folder from any AV scanning process.
    tt2

  • HT1391 All the music in my itunes library has vanished apart from the purchased items? why has this happened and where has it gone? It is no longer on my iphone or on my computer??

    All my music in my itunes library has vanished apart from the purchased items! It is not in the music > itunes > itunes media folder, I've searched the entire system for mp3 and nothing.  Why has this happened and where has it all gone?

    http://support.apple.com/kb/HT1329

  • Itunes Library has deleted itself, is it possible to get songs off my phone back into the library as i don't know when my last back up was?.....please help.

    SO MY ITUNES LIBRARY HAS DELETED ITSELF...
    IM REALLY NOT VERY TECHY SO I REALLY COULD USE SOME HELP
    IS IT BPOSSIBLE TO GET THE MUSIC OFF MY PHONE AND RE ADD IT TO THE LIBRARY THAT WAY?
    OR COULD I DELETE ALL MY ITUNES SOFTWARE AND RE INSTALL IT AND THEN SYNC MY PHONE, WOULD IT COME BACK THEN?
    SORRY IF THESE ARE REALLY STUPID QUESTIONS
    ALSO DOES ANYONE KNOW WHY THIS MIGHT HAVE HAPPENED?
    IVE READ SOME OTHER POSTS AND THEY SAY TO LOOK AT YOUR ITUNES FILE BUT THEY ARET VERY RECENT FOR SOME REASON AD I WILL HAVE LOST ALOT OF SONGS
    ANY HELP GREATLY APPRECIATED

    Hey bryce255,
    Thanks for the question, that definitely sounds frustrating. Luckily, we have steps available that may be able to restore your previous library:
    No content shows up in iTunes after updating
    http://support.apple.com/kb/TS1967
    Resolution
    1. Quit iTunes.
    2. Download and install the latest version of iTunes.
    3. Use the Finder (Mac) or Windows Explorer (Windows) to go to the iTunes folder that contains the iTunes library files:
    Mac OS X
    /Users/username/Music/iTunes/
    Microsoft Windows Windows XP and Windows 2000
    \Documents and Settings\username\My Documents\My Music\iTunes\
    Microsoft Windows Windows Vista and Windows 7
    \Users\username\Music\iTunes\
    4. Drag the iTunes Library file from the above location to the Desktop.
    5. Open the Previous iTunes Libraries folder in the iTunes folder.
    6. Locate the file named iTunes Library YYYY-MM-DD where YYYY-MM-DD is the date you upgraded iTunes (Year-Month-Day).
    7. Drag this file to the iTunes folder (the enclosing folder).
    8. Rename this file to iTunes Library.
    9. Open iTunes.
    You should now see your missing content in iTunes.
    If the above does not resolve your issue, you can learn about re-creating your iTunes library:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/HT1451
    Thanks,
    Matt M.

  • All the music in my itunes library has disappeared any ideas how to get it back?

    All the music in my itunes library has disappeared any ideas how to get it back?

    Hi bjl1767,
    Thanks for visiting Apple Support Communities.
    The tips in this article can help with locating your music files:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    If the music is in the iTunes Media folder on your computer, but not in your library, the iTunes library might need to be re-created:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/ht1451
    Best Regards,
    Jeremy

  • My itunes library has exclamation marks on the whole of my music collection I have to upload my CD's again! does anyone know why and what can I do?

    Help, my itunes library has exclamation marks and will not play.  Do I have to reload my cd's?

    What do you mean by what audio/video formats are involved? These are all files from several digital cameras.
    As previously stated, AVI is a file container. It is somewhat old and its originator, Microsoft, dropped official support of it over a decade ago. However, it remains popular with PC users since almost any valid audio and/or video compression format can be stuffed to the file which synchronizes the content by interleaving the individual audio and video frames. The compression format is the specific manner in which the audio and video data are encoded as it is placed in the AVI container. You can find the compression format by inspecting the file in the Finder "Info" window, or in the "Inspector" window of the QT player (or other media player) if the file can be opened.
    For instance, one popular compression combination would be to place DivX encoded video and MP3 audio in an AVI file container. However, neither DivX nor MP3 is natively supported by the QT player. (Although iTunes will natively support the MP3 audio.) Therefore, people who wish to play such files in the QT 7 Player would normally install either the DivX component or Perian but not both. Either installation will independently play such files in the QT Player, but if both are installed, the file will usually stop working since these two codecs can create a playback conflict.
    However, the AVI container could just as easily contain DV along with DV audio. In this case, the file should play correctly in QT since this compression format is natively supported by the basic component configuration that comes in every current OS installation. Therefore, if such files suddenly stopped playing, this could be an indication that a component has been moved or deleted or that your system or QT embedded structure has become corrupted.

Maybe you are looking for

  • / usage questions...

    Hello. I have 2 questions: 1. I have noticed that my / partition's used space increased by ~10M from the last time I've checked it, from 111M to 121M. What could be the cause of that? (see the info below...) 2. The output of df and du is not what I a

  • Takes time to start mapping.

    I am struggling with a strange problem. i have a process flow which is like start ----> Fork---->Mapping1 | | V Mapping2. when i start the process flow with help of wb_rt_api_exec.run_task(); process flow starts immediately and creates an entry for p

  • Can i still use a care call phone line with infini...

    hi i have placed my order for bt infinity i have been thinking i have a care call phone for my dad which connects to the phone line via an adapter, can i still use it with infinity? or will the phone socket take away the compatability? thanks mark

  • Problem with updater

    Hey all, I have had a problem with my CS4 since I reinstalled it on my new mac a couple of months ago. It only affects the updater, but it is quite annoying. If anyone could help, I'd appreciate it. In my 'Applications' folder I have a sub-folder cal

  • Failed to open a .indd file

    Hi, everyone I have a problem with some .indd files, these files are on a NAS server. My problem that i can't some files with Indesign CS6. I have an error message that the file is used by another user, but there is no one except me using this file.