I NEED HELP WITH SYNCING MUSIC PLEASE

okay so i got a new iphone 5 and bought a bunch of music on the phone itself and plugged it in to my computar to put it on there, but it didnt work. i also have a few songs on my computar that are not on my iphone and i went to click sync music and it told me i cant do that without earsing all the music on my phone because you cant have two libarys. is there anyway i can get both the music on the comp and iphone on my iphone? please help ive been trying all day!
thanl you!

Open itunes, connect iphone, click File>Devices>Transfer Purchases
This will transfer itunes purchases from iphone to computer.
Then select everything that you want on your iphone and sync.

Similar Messages

  • I need help with this script please ASAP

    So I need this to work properly, but when ran and the correct answer is chosen the app quits but when the wrong answer is chosen the app goes on to the next question. I need help with this ASAP, it is due tommorow. Thank you so much for the help if you can.
    The script (Sorry if it's a bit long):
    #------------Startup-------------
    display dialog "Social Studies Exchange Trviva Game by Justin Parzik" buttons {"Take the Quiz", "Cyaaaa"} default button 1
    set Lolz to (button returned of the result)
    if Lolz is "Cyaaaa" then
    killapp()
    else if Lolz is "Take the Quiz" then
              do shell script "say -v samantha Ok starting in 3…2…1…GO!"
    #------------Question 1-----------
              display dialog "Around age 11, many boys left their fathers to become…" buttons {"Scholars", "Warriors", "Apprentices"}
              set A1 to (button returned of the result)
              if A1 is "Apprentices" then
                        do shell script "say -v samantha Correct Answer"
              else
                        do shell script "say -v samantha Wrong Answer"
      #----------Question 2--------
                        display dialog "Most children were taught
    to read so that they could understand the…" buttons {"Music of Mozart", "Bible", "art of cooking"}
                        set A2 to (button returned of the result)
                        if A2 is "Bible" then
                                  do shell script "say -v samantha Correct Answer"
                        else
                                  do shell script "say -v samantha Wrong Answer"
      #------------Question 3---------
                                  display dialog "In the 1730s and 1740s, a religious movement called the_______swept through the colonies." buttons {"Glorius Revolution", "Great Awakening", "The Enlightenment"}
                                  set A3 to (button returned of the result)
                                  if A3 is "Great Awakening" then
                                            do shell script "say -v samantha Correct Answer"
                                  else
                                            do shell script "say -v samantha Wrong Answer"
      #-----------Question 4--------
                                            display dialog "_______ was
    a famous American Enlightenment figure." buttons {"Ben Franklin", "George Washington", "Jesus"}
                                            set A4 to (button returned of the result)
                                            if A4 is "Ben Franklin" then
                                                      do shell script "say -v samantha Correct Answer"
                                            else
                                                      do shell script "say -v samantha Wrong Answer"
      #----------Question 5-------
                                                      display dialog "______ ownership gave colonists political rights as well as prosperity." buttons {"Land", "Dog", "Slave"}
                                                      set A5 to (button returned of the result)
                                                      if A5 is "Land" then
                                                                do shell script "say -v samantha Correct Answer"
                                                      else
                                                                do shell script "say -v samantha Wrong Answer"
      #---------Question 6--------
                                                                display dialog "The first step toward guaranteeing these rights came in 1215. That
    year, a group of English noblemen forced King John to accept the…" buttons {"Declaration of Independence", "Magna Carta", "Constitution"}
                                                                set A6 to (button returned of the result)
                                                                if A6 is "Magna Carta" then
                                                                          do shell script "say -v samantha Correct Answer"
                                                                else
                                                                          do shell script "say -v samantha Wrong Answer"
      #----------Question 7--------
                                                                          display dialog "England's cheif lawmaking body was" buttons {"the Senate", "Parliament", "King George"}
                                                                          set A7 to (button returned of the result)
                                                                          if A7 is "Parliament" then
                                                                                    do shell script "say -v samantha Correct Answer"
                                                                          else
                                                                                    do shell script "say -v samantha Wrong Answer"
      #--------Question 8-----
                                                                                    display dialog "Pariliament decided to overthrow _______ for not respecting their rights" buttons {"King James II", "King George", "King Elizabeth"}
                                                                                    set A8 to (button returned of the result)
                                                                                    if A8 is "King James II" then
                                                                                              do shell script "say -v samantha Correct Answer"
                                                                                    else
                                                                                              do shell script "say -v samantha Wrong Answer"
      #--------Question 9------
                                                                                              display dialog "Parliament named ___ and ___ as England's new monarchs in something called ____." buttons {"William/Mary/Glorius Revolution", "Adam/Eve/Great Awakening", "Johhny/Mr.Laphalm/Burning of the hand ceremony"}
                                                                                              set A9 to (button returned of the result)
                                                                                              if A9 is "William/Mary/Glorius Revolution" then
                                                                                                        do shell script "say -v samantha Correct Answer"
                                                                                              else
                                                                                                        do shell script "say -v samantha Wrong Answer"
      #---------Question 10-----
                                                                                                        display dialog "After accepting the throne William and Mary agreed in 1689 to uphold the English Bill of _____." buttons {"Money", "Colonies", "Rights"}
                                                                                                        set A10 to (button returned of the result)
                                                                                                        if A10 is "Rights" then
                                                                                                                  do shell script "say -v samantha Correct Answer"
                                                                                                        else
                                                                                                                  do shell script "say -v samantha Wrong Answer"
      #---------Question 11------
                                                                                                                  display dialog "By the late 1600s French explorers had claimed the ___ River Valey" buttons {"Mississippi", "Ohio", "Hudson"}
                                                                                                                  set A11 to (button returned of the result)
                                                                                                                  if A11 is "Ohio" then
                                                                                                                            do shell script "say -v samantha Correct Answer"
                                                                                                                  else
                                                                                                                            do shell script "say -v samantha Wrong Answer"
      #------Question 12---------
                                                                                                                            display dialog "______ was sent to ask the French to leave 'English Land'." buttons {"Johhny Tremain", "George Washington", "Paul Revere"}
                                                                                                                            set A12 to (button returned of the result)
                                                                                                                            if A12 is "George Washington" then
                                                                                                                                      do shell script "say -v samantha Correct Answer"
                                                                                                                            else
                                                                                                                                      do shell script "say -v samantha Wrong Answer"
      #---------Question 13-------
                                                                                                                                      display dialog "_____ proposed the Albany Plan of Union" buttons {"George Washingon", "Ben Franklin", "John Hancock"}
                                                                                                                                      set A13 to (button returned of the result)
                                                                                                                                      if A13 is "Ben Franklin" then
                                                                                                                                                do shell script "say -v samantha Correct Answer"
                                                                                                                                      else
                                                                                                                                                do shell script "say -v samantha Wrong Answer"
      #--------Question 14------
                                                                                                                                                display dialog "The __________ declared that England owned all of North America east of the Mississippi" buttons {"Proclomation of England", "Treaty of Paris", "Pontiac Treaty"}
                                                                                                                                                set A14 to (button returned of the result)
                                                                                                                                                if A14 is "" then
                                                                                                                                                          do shell script "say -v samantha Correct Answer"
                                                                                                                                                else
                                                                                                                                                          do shell script "say -v samantha Wrong Answer"
      #-------Question 15-------
                                                                                                                                                          display dialog "Braddock was sent to New England so he could ______" buttons {"Command an attack against French", "Scalp the French", "Kill the colonists"}
                                                                                                                                                          set A15 to (button returned of the result)
                                                                                                                                                          if A15 is "Command an attack against French" then
                                                                                                                                                                    do shell script "say -v samantha Correct Answer"
                                                                                                                                                          else
                                                                                                                                                                    do shell script "say -v samantha Wrong Answer"
      #------TheLolQuestion-----
                                                                                                                                                                    display dialog "____ is the name of the teacher who runs this class." buttons {"Mr.White", "Mr.John", "Paul Revere"} default button 1
                                                                                                                                                                    set LOOL to (button returned of the result)
                                                                                                                                                                    if LOOL is "Mr.White" then
                                                                                                                                                                              do shell script "say -v samantha Congratulations…you…have…common…sense"
                                                                                                                                                                    else
                                                                                                                                                                              do shell script "say -v alex Do…you…have…eyes?"
                                                                                                                                                                              #------END------
                                                                                                                                                                              display dialog "I hope you enjoyed the quiz!" buttons {"I did!", "It was horrible"}
                                                                                                                                                                              set endmenu to (button returned of the result)
                                                                                                                                                                              if endmenu is "I did!" then
                                                                                                                                                                                        do shell script "say -v samantha Your awesome"
                                                                                                                                                                              else
                                                                                                                                                                                        do shell script "say -v alex Go outside and run a lap"
                                                                                                                                                                              end if
                                                                                                                                                                    end if
                                                                                                                                                          end if
                                                                                                                                                end if
                                                                                                                                      end if
                                                                                                                            end if
                                                                                                                  end if
                                                                                                        end if
                                                                                              end if
                                                                                    end if
                                                                          end if
                                                                end if
                                                      end if
                                            end if
                                  end if
                        end if
              end if
    end if

    Use code such as:
    display dialog "Around age 11, many boys left their fathers to become…" buttons {"Scholars", "Warriors", "Apprentices"}
    set A1 to (button returned of the result)
    if A1 is "Apprentices" then
    do shell script "say -v samantha Correct Answer"
    else
    do shell script "say -v samantha Wrong Answer"
    return
    end if
    #----------Question 2--------
    display dialog "Most children were taught to read so that they could understand the…" buttons {"Music of Mozart", "Bible", "art of cooking"}
    set A2 to (button returned of the result)
    if A2 is "Bible" then
    do shell script "say -v samantha Correct Answer"
    else
    do shell script "say -v samantha Wrong Answer"
    return
    end if
    (90444)

  • I would need help with the following please: I need to save some of my email on a disk. I was going to Print, then Save PDF but then I am stuck. Help please. Thanks. Elisabeth

    I would need help with saving some eamil messages to a disk to unclutter my email. How can I do this please?
    Thanks.
    Elisabeth

    Open the email and then from the File menu select Save As Rich Text Format. That'll save it to open in TextEdit. If you want a pdf then open the email and do command-p (Print) and then from the PDF drop down box lower left corner select Save as PDF.

  • Need help with Portal Themes -- Please help

    I need help with Portal Themes.  I have read every document I can find but I am having no luck.  All I want to do is change the colors for the Exceptions on one of my queries.  I have created my own Portal Theme where I have changed the colors but I do not know how to assign my newly-created Portal Theme to my query.  Can someone please give me the detailed steps on how to do this? Please help because this is driving me crazy.
    Thanks.
    Ryan

    Hi,
    Refer
    Exceptions - How to change the colors
    This may help.
    Thanks,
    JituK

  • Need help with syncing, PLEASE

    Need to sync 2 iphones (one a 4g other a 3g) each one to a separate computer (wife's desktop with win 7, I have a laptop win vista) and I have only one itune account. I would like to be able to sync all apps to each phone, BUT I only want to sync her contact/address book to hers and only my contacts /address book to my phone.
    Is it POSSIBLE?
    Any suggestion and help will be appreciated...
    Don

    Since all 3rd party apps are available in the iTunes library on your computer and you are sharing the same iTunes account, she can sync iTunes content only with iTunes on your computer - music, movies, tv shows, and 3rd party apps without syncing contacts with a supported address book application on your computer. She won't have sync contacts selected under the Info tab for her iPhone sync preferences with iTunes on your computer. She can sync contacts only with a supported address book application on her computer. She won't have Sync Music, Sync Movies, Sync TV Shows, and Sync Apps under these tabs for her iPhone sync preferences with iTunes on her computer.

  • I need help in sync music from the ipod store that I have purchased to my ipod.

    I need help syncing my music onto my ipod.  Anyone there to help?

    There is a few events where I could see this happening...
    It's possible if you computer is not authorized with your iTunes Store account it may not have transfered your purchases from the iPad to the computer. To check, Open iTunes> Select the "Store" menu along top of the program and select Authorize this computer. Sign in with your AppleID and password, this will make sure your computer is authorized for the future so you can transfer purchases from your device.
    http://support.apple.com/kb/HT1848
    However, if your Movies are missing now you'll need to request to redownload or "regrant" them. Please send an email ticket into iTunes Store via...
    http://www.apple.com/support/itunes/
    Select "Video Purchases" in the grey boxes, then "Lost or Missing Items", then click the link to "Email Us" on the right. Fill out that form and the folks at the iTunes Store should get back to you less than 24 hours.

  • Needing help with my music!!!

    I Need help deleting music off my iphone 4 with ios 7.
    I can't do anything on my phone because it says my "storage is full".
    Itunes says that I have all of my music that's in my libary on my phone
    but I only want my "checked" songs on my phone.
    So far there is 300 or so songs on my phone and I only want about 30 of them.
    EVERYTHING that people have told me to do, has not woked.
    I have the "show all music" off
    I have the "itunes match" off
    I have the "home sharing" off
    !!!!!PLEASE HELP!!!!!!

    With the 4 connected to the computer, select File > Transfer Purchases.  Any content acquired via iTunes on the device will transfer to iTunes on the computer.  This assumes that the Apple ID used to purchase the content on the device is the same Apple ID that the computer is authorized for.
    Also, some content in iTunes is available for redownload:  http://support.apple.com/kb/ht2519

  • HT1848 need help with sync

    I Transferred my music from my ipod to my computer. when I did a sync. Now I want to put the songs on my iphone. I can't find my songs. They aren't in my library of the itunes how do I get them in my itunes account. zi don't know where the songs went or if they are completely gone for good. Can anyone help?

    Hello benfromhartlepool, 
    Thank you for visiting Apple Support Communities. 
    You can find some good instructions on how to sync music to your iOS device in this document:
    Sync your iPhone, iPad, and iPod with iTunes using USB - Apple Support
    All the best,
    Jeremy 

  • Need help with syncing from ITunes to IPOD

    Hi. I'm relatively new to ipods but I just got an IPOD mini. Since it only has so much memory(about 4g) I want to sync specific songs, not have Itunes do it automatically. When I clicked on the "manually manage music" I can see it works but only to a certain extent. You have to drag EVERY SINGLE SONG to IPOD in Itunes INDIVIDUALLY!! I cant do that everytime I wanna switch up my IPOD library. I also clicked "only sync clicked items" hoping that in my normal music library, if I click the box to the left of each song that I want to be synced and uncheck the songs I dont want sync'd that would work. Will it? Because that's all I want to do, just sync particular songs without having to drag 1000 songs. Clicking would be so much easier.

    Using unchecking to manage an iPod is an option but only if you can live with the other things unchecking does:
    Unchecked songs will be skipped when playing songs from the library or a selection. They will only play when individually clicked on.
    Smart Playlists have an option that unchecked songs won't appear.
    Unchecked songs will not be burned to CD.
    A better option to use when your iPod is smaller than the iTunes library is 'Sync Music - Selected playlists'.
    Open iTunes and create a playlist to update your iPod from, call it -iPod to make it the first playlist in Sources. You can make this a normal playlist and drag whatever you want to it or you can make it a random Smart playlist. If you are making a smart playlist limit it to just less than the size of your iPod (for example 3700MB for a 4G iPod Nano or Mini). Now connect your iPod and when it appears in the Source list click on the iPod icon to bring up the preference tabs in the main pane. Go to the Music tab and choose Sync Music and the Selected playlists radio button. Choose the playlist you just made from the selection and click Apply. You can also sync from any existing playlists by choosing the same setting:
    iTunes: Creating playlists of your favorite songs
    How to create a Smart Playlist with iTunes
    Loading songs onto iPod automatically - Windows

  • HT5622 I need help with sync my iphone 4 to my new pc

    I just got a new pc and I can not remember how to sync my iphone to my pc to tranfer all my pictures and videos I need help!! I can not update my phone until I remove some of my content and I want it on my pc.

    You can only Sync to One iTunes Library at a time.
    tjmommy2813 wrote:
    I just got a new pc
    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    tjmommy2813 wrote:
    ...I can not remember how to sync my iphone to my pc ...
    Make sure your new pc is Authorised
    http://www.apple.com/support/itunes/authorization/
    If you do not have access to the iTunes Library on your Old computer... or its Backup...
    See these 2 Links...
    Recovering your iTunes library from your iPod or iOS device
    https://discussions.apple.com/docs/DOC-3991
    Syncing to a New Computer...
    https://discussions.apple.com/docs/DOC-3141

  • Need help with case structures- please help :)

    Hey all.
    I'm currently trying to program a infrared furnace. I'm setting a temperature, subtracted my set temperature from the actual temperature (thermocouple hooked up to SCB-68), and voltage is being sent to the controller of the furnace accordingly. However, I need to hold the set temperature for a certain amount of time. I need help programming this: when the VI reads the set temperature from the thermocouple, it results in a timer running down. When the timer runs down to 0, the While Loop ends. I'm thinking case structures is most appropriate, but if you have a better suggestion, please let me know.
    Thanks

    You should probably implement a state machine.
    The state machine would keep track of the temperature and making ajustments on a timely basis.
    There is a template of a state machine is you select under the File menu > New > From Template.
    You can also look under Help > Find Example > and do a search for state machine.
    There are lots of state machine examples on this forum, some of which may be quite useful.
    RayR

  • Help with syncing photos please

    Ok, so iam having problems with syncing a folder from my computer to my iphone. Once done syncing the photos it makes 2 albums on my iphone, one with the name of my folder and one with the name "Photo Library" they both have the same photos on them, how do I get the unwanted one off?

    This is normal and cannot be changed.
    All photos transferred to the iPhone are stored and will be available in the iPhone's Photo Library.
    If you transfer 3 folder names or albums that contain photos say 10 photos each, it will be as follows:
    Photo Library (30)
    Photo Album 1 (10)
    Photo Album 2 (10)
    Photo Album 3 (10)
    With the Photo Album names to be whatever you name the folders which contain the photos transferred to your iPhone.
    This way you can view all photos available in all albums by selecting the iPhone's Photo Library or view the photos available in a particular folder or album only by selecting the album.
    Photos in the folders or albums are not duplicated. They include a pointer to the original photo contained in the iPhone's Photo Library.

  • HT4910 help with syncing music

    i lost all the music on the ipad when i synced it. what di i do?

    If you're having trouble syncing music double-check the following:
    On the summary tab of your iTunes sync settings check "Sync only checked songs and videos"
    In your music library check all the songs you want to sync to your phone
    Make sure there are no exclamation points next to any of the songs you want to sync to your phone
    Be sure to authorize your computer for all Apple IDs used for any purchased music you want to sync to your phone (in Store>Authorize This Computer)
    Check "Sync Music" on the Music tab of your iTunes sync settings
    Then try syncing again.

  • I need help with syncing my Ipod that has old music on it.

    My mother has an Ipod with music on it from a computer we've had in the past (i'm almost certain the songs were downloaded via cd). We no longer have that computer, and the current Itunes account only has the songs she's bought since then. She's spent several gift cards on the songs, only to realize that syncing those songs would delete her old songs. Is there any way to get the current songs on her current itunes? Please help : /
    She obviously no longer has those old cds, so that is not an option.

    Hi jacobfrommt,
    I believe that you may be able to acomplish what you are describing by using the Manually Manage option in iTunes. You may find the following articles useful:
    Apple Support: Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/HT1202
    Apple Support: Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/ht1535
    Cheers,
    - Brenden

  • Needing help with syncing without erasing PLEASE!!

    My computer had to be reset to factory settings. I re-downloaded itunes and attempted to sync my ipad but it says it will erase my ipad & replace with whats in the itunes since it is synced with another library. This is the same computer that it was synced with originally but as i said i had to reset it. I have transfered all my purchases but I have a lot of music and some movies that i didnt purchase that i would like to keep. I checked the manually manage music box but it still says the same thing. Can anyone help please???!!!!

    You should be able to:
    Disable automatic syncing of devices (Edit > Preferences > Devices)
    Backup the device to the new installation (Right-click device > Back Up)
    Transfer your purchases into your authorized library
    Recover any other media using third party tools as suggested in this post from forum regular Zevoneer
    Restore the device from the backup
    This process should switch the association of the device to the new library, preserving the data and settings in the apps.
    May also be prudent to attempt a backup to iCloud directly from the device before you start... Settings > iCloud > Storage & Backup > iCloud Backup > On. It won't save any media but it would preserve the general account settings and documents in case anything goes wrong while you are trying to extract your other data.
    When you get it all fixed, make a backup!
    tt2

Maybe you are looking for

  • Module pool program

    Hi, Im very new to module pool i have one requirement . that is i want to write the functionality for follwoing keys. 1.newentry 2.copy 3.delete. as per spec i want the following logic PBO Logic  Create PF status in the PBO and create Application tol

  • Saving video links to the HD from the web

    ok ive been a mac user since 2000 but I have never figured out how to save video files using a link on the web. On a PC you right click the link and then click on "save target as" how do you do this on a mac running panther? thank you Josh

  • My mouse fell now the scroll/zoom option doesn't work. Any tips?

    My mouse fell from the couch to a carpeted floor. Now the scroll/zoom option doesn't work. Any tips? It landed and rolled a bit.

  • Faulting module name: AcroPDF.dll_unloaded

    One of my application ImageNOW crashes with the logs in the event viewer: Faulting application name: ImageNow.exe, version: 6.7.0.3100, time stamp: 0x519b899d Faulting module name: AcroPDF.dll_unloaded, version: 0.0.0.0, time stamp: 0x4c9aa790 Except

  • Check Printing in Quicken

         I cannot print checks from Quicken 2010,  Release R10.   Help?