How can I change the song order when burning a CD?

I'm trying to burn about 20 songs to a CD. However they are in alphabetical order in the burn folder which I don't want. I want then in the original order they were performed. How do I re-order them before burning?
A related question: eventually I will add them to iTunes and I'll want to add info such as the artist's name, album name, etc (these were recorded live by me so they're "blank" audio files). Is there a way to add this info prior to importing into iTunes so I don't have to manually add the same info to each track?
Thanks in advance!

Here's what I ended up doing:
I took the blank songs and added them one-by-one as WAV files into iTunes. Then I modified the "get info" summaries and added the artist name and album name to each. But now I had these huge WAV files... too large to burn back to my iPod. So I created a playlist in iTunes for the 20 songs and then burned them to a CD. Then I deleted the songs from iTunes, then re-imported them from the CD.
Kind of convoluted, but it worked and didn't really take THAT long. I now have the songs on my iPod with all the artist info and a backup CD with the same info and as WAV files.

Similar Messages

  • How can I change the preference order of stored wi-fi networks?

    How can I change the preference order of stored wi-fi networks? (My iPhone keeps trying to connect to a weaker network that I occasionally use - even when there's a stronger network stored in the system which I want to rank higher)

    If you know and have entered and connected successfully to the weaker network whenever you come near it it will automatically connect to it.
    If you want it to connect it to the stronger network you should go to the wireless settings and connect to the stronger one when both the networksare in range.this will make your stronger network as the default network connection.

  • How can I change the install location when installing an App (i.e. Lightroom) from Creative Cloud?

    How can I change the install location when installing an App (i.e. Lightroom) from Creative Cloud?

    Rolfjuelg I am sorry but Lightroom does not support custom installation locations through the Creative Cloud.  You can find more details at Lightroom and Creative Cloud FAQ.

  • How can I change the settings so when I delete an email from my iPhone it will also delete from my iPad.....very sick of deleting the same emails two times

    How can I change the settings wit mail so that when I delete my Verizon email from my iPhone it will also delete from my iPad too.... Seems like I shouldn't have to delete my email in three places...iPhone ..iPad ...and desktop

    Don't know which email host you are using, but if this is a POP account, you can't do it. If IMAP, then deleting one email should delete it on all other devices.

  • HT3069 How can I change the content list when I change residence country?

    I bought an Apple TV in Mexico but came to came to the US to work on a project, so I brought my Apple TV with me. I already changed the credit card to an American one and all the country settings, but it still displays the Mexican list. How can I change the movie content?

    Purchases will be tied to the original account. Your US account will not have access.
    If your Apple TV is not displaying US content make sure the Apple TV location settings are correct. DNS should be on automatic.

  • How do I change the song order of a playlist.  I used to be able to click and drag to a new order.

    How do I change the order of songs in a playlist.  I used to be able to click and drag to the new location, but can't now.

    Ricardo, It changed in iTunes 11. 
    With the playlist open, click on the View menu, View Options, and then set the "Sort By" field to "Manual Order."  Then you can drag songs up or down.
    If you don't see the View menu, you may have your Menu bar hidden.  In that case, unhide it first, by using CTRL-B.

  • Can you change the song order in iTunes?

    I imported an album from my hard drive to iTunes but the songs are showing up out of order and I don't want to import the live album to my iPod in the wrong order. I've checked the info on all of the tracks and everything is correct.
    How do I get the songs back into their proper order before importing to my iPod?

    I imported an album from my hard drive to iTunes
    but
    the songs are showing up out of order and I don't
    want to import the live album to my iPod in the
    wrong
    order. I've checked the info on all of the tracks
    and everything is correct.
    How do I get the songs back into their proper
    order
    before importing to my iPod?
    This is what I would do. Enter the album name in the
    search bar in iTunes. Once all the tracks show up
    and if they are still out of order, click the Album
    tab and that should put them in proper order. Then
    once that is done, hook up your iPod, select all
    album tracks, and then drag to your iPod. That
    should solve your problem. Let me know if this works
    or does not work.
    I actually was able to solve this myself. I highlighted all of the songs, and went to get info. I then made sure they were all of the same album (they were when I imported them). Once I entered the album name in the required field, the songs snapped into their original order (which is crucial when listening to a live album!).
    Thanks for your help though.

  • How can I change the actions taken when I insert an SD card to my iMac?

    When I insert an SD card in my iMac it copies all the photos in a directory and deletes them from SD card.
    How can I change that? I just want to view my pics and then be asked if copied or not.
    Thanks in advance.

    You have the option in iPhoto to delete or keep the photos on the SD card or Camera when the photos are finished importing into iPhoto.
    To change what happens when you plug in an SD card or Camera you will need to open Image Capture in your Applications Folder.
    In Image Capture:
    1 select and highlight the SD card in the list of Devices
    2 click on the pointers in blue at the bottom for Connecting this camera/card/device
    3  change the action for to any one of the other options there, No Application (if for example you want to open it with Finder) or to Preview (if for example you want Preview to open) the SD card.

  • How can I change the song's order on my iPod Classic?

    I mean, now songs are stored by alphabetic order or number (in Album). I would like change this order, for ex. by stars, like in iTunes.
    I have an 6.5 generation iPod Classic, with my previous iPod 5.5 if i changed the order in iTunes also in my iPod songs were displayed in that order.
    Is there any funcion to do that?

    Yuo can create a playlist with your desired sort order, right-click on the playlist name and click Copy to Play Order, then sync it to the device. You can play that list in your order, but everywhere else the tracks will play in track number order or alphabetical order depending upon which menu path you used to choose them.
    tt2

  • How can i change the code in when new form instance trigger using JDAPI

    Hi all,
    Can anyone tell me how can i use JDAPI to modify the when-new-form-instance trigger in all my forms,coz we have around 500 FMB's ,if this is possible by using jdapi it will be better for us..
    Thanks in advance..
    Najeeb

    Hi Najeeb,
    The code I've given you should cover the basic steps - you will need to have a basic knowledge of Java if you want to use the JDAPI, there's no way around that unless you go and buy one of the off-the-shelf products for this kind of thing (I think there's one called orcltoolbox..?)
    I've written an application that does all kinds of things to Forms specific to our needs, so it's a bit tricky to just pull out the code you need, but again, the basics will be:
    String formName="C:\some_dir\some_form.fmb";
    FormModule mForm=FormModule.open(formName);
    Trigger myWNFITrig=Trigger.find(mForm,"WHEN-NEW-FORM-INSTANCE");
    String myText=myWNFITrig.getTriggerText();
    And there you have your trigger text, to do with what you please. You could put this code in the main() method of one class if you want to keep things really simple - but see how you get on, if you have any more specific questions, do come back.
    Eric - that's a very good point about using Regular Expressions. I haven't used them in my JDAPI app because I wanted to keep all my .fmbs 6i-compatible for the short-term, and a posting I saw somewhere recommended sticking to Java 1.3. Which rules out the regex facility, which only appeared in Java 1.4. Now, though, I think I needn't have worried - it surely shouldn't matter which version of Java I use to make the changes to the .fmbs. My stupid!
    James

  • How can I change the random order of the people in Faces on my ipad and iphone

    I want to organize the faces alphabetically. how can I do that?
    also, search doesn't work on th faces page to find a particular person

    I want to organize the faces alphabetically. how can I do that?
    You cannot. The Photos.app has no controls to change the sorting of photos and albums.
    Send feedback to Apple about missing features: http://www.apple.com/feedback/iphoto_ios.html
    also, search doesn't work on the faces page to find a particular person
    You can search for captions or tags. So add keywords in iPhoto on your Mac to your Faces albums, before you sync the photos to your mobile device.

  • How can I change the background colour when working on a doc in full screen view (pages)?

    Recently I have been working on docs without the distraction of having to see my desktop around my page file by using the full screen view in pages. I do find the contrast to an all black screen too harsh though and it makes my eyes more tired than seeing the clutter of my desktop around the page. Is there any way I can change the background colour?
    Any help much appreciated!

    When you are in Full screen mode move the cursor up to the top to show the Format bar. Then look to the far right. There you'll see Background  and a rectangle. Click on the rectangle and change the colour.
    For information on Pages download the Pages User Guide from your Pages Help menu.

  • How can I change the startup language when I use the internet?

    I have the macbook pro that i have just bought in Russia. The reason I bought it here is because I wanted to have both the English and Russian letters on the keyboard. Apart from that I don't care much for the Russian system, since I have always used an American version mac.
    Anyway, on to the question. I have English and Russian setup as my two input languages on the computer. I know how to switch between them, and everything is fine. But, I have come across a problem that I never encountered before as all my macs have been purchased in America before this one. Every time I open a new internet window, tab, new program such as skype, it is always the Russian language that is selected, even if I have been using the American keyboard prior to that. It starts getting frustrating, especially when I get used to to typing something, and then without looking continue to type in a different page and look up to see a bunch of Russian letters making no sense.
    I hope there is a solution to that, and I won't just have to get annoyed with this for the rest of my relationship with my new macbook pro!

    Tom Gewecke wrote:
    Language Switcher is for changing the language of the menus and dialogues displayed by an app and does not affect the keyboard being used.
    i should have read the post more carefully
    thanks for the clarification, Tom !
    JGG

  • How can I change the display name when I call someone?

    I recently gave a re-provisioned 8300 to a new employee. I wiped out the phone, and re-setup the phone in our exchange server to match the new user's settings.
    The only problem he's having is that when he calls someone, the display name shows the previous users name as the person calling.
    How do I change that?
    Thanks in advance,
    howe132

    You don't say what model the device is, but if GSM, make sure the SIM card has not been edited to the preview name.
    Options > Advanced > SIM card > Menu > Edit Sim Phone Number
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can I change the frequency of when Time Machine reminds me to backup?

    I used to get a pop up every ten days telling me that it's been ten days since I backed up Time Machine, but since the last time I backed it up, it's started notifitying me everyday. I'm just wondering if there's a way I can change the frequency, since I usually just back it up every few months and I don't keep my external hardrive hooked up all the time.
    Thanks!

    That's not a particularly wise backup strategy. You should backup at least once per week. Time Machine is designed to backup hourly if left alone. You should have a permanent backup drive that remains connected to the computer at all times except, perhaps, when you are traveling.
    If you disconnect the backup drive then Time Machine will start to save snapshots on your computer until the backup drive is reconnected at which time the snapshots are transferred to your backup drive and erased from the computer's drive.
    You can use a utility such as TimeMachineEditor 3.0.3 to change Time Machine's backup interval.

Maybe you are looking for

  • How to pass multiple selected values of a table to RFC

    Hi all, My scenerio is that user selects multiple rows and click a button. i want to pass a unique id of the row to rfc. means there are userid is unique in the table. i want to paas the userids of all the selected rows to rfc. Can any one help me to

  • Maximum number of connection profiles and group policies for Cisco ASA

    Hi, We have a Cisco ASA 5520 running 8.0(2) that we use only for Remote Access VPN. Does anyone know how many connection profiles and group policies that are supported on the box? I have not been able to find this in the manual. Thanks in advance for

  • How can I get a .jpeg image from my video image?

    I want to take an image I captured on film, and turn one frame into a .jpeg file so I can use it in Photoshop. I've created a freeze frame by hitting SHIFT+N .... but now how can I use this image elsewhere? Or is there another way?

  • Frozen Itouch with multi-coloured horizontal lines

    On 1st January 2012 since 3am Sydney Australia time the Itouch now shows 1 cm of pixel thin - multi-coloured horizonal lines.  Pressing the sleep and menu buttons for 30 seconds does not power the Itouch off. I had recently upgraded the itouch purcha

  • Repeat of approval mails even after SC is approved

    HI, we are having SRM 5 classic scenario with 2 level approval process once the manager(either 1st level or 2nd level) is approving the SC still he get the mail in his inbox for approval. i checked in SWWUSERWI table where any workitem is generated f