Trying to link two seperate song lists, any suggenstions???

I currently live on my own and on my laptop is a completely sepereate list of songs that that of the list found on my desktop at home... my question is, is there a way to transfer the music from my home desktop itunes to my laptop itunes, using the ipod, where i can keep all of my music? or will i have to transfer the list through an external hard drive/thumb drive?
Message was edited by: jkrueger39

iTunes will only let you copy your iTunes Store purchases directly from an iPod to the computer, you'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
For everything else (music from CDs, other downloads and including iTunes purchased songs and in some cases, videos and games) there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. You can read reviews and comparisons of some of them here:
Wired News - Rescue Your Stranded Tunes
Comparison of iPod managers
A selection of iPod to iTunes utilities:
TuneJack Windows Only (iPhone and iPod Touch compatible)
SharePod Windows Only (iPhone and iPod Touch compatible)
iPod2PC Windows Only
iDump Windows Only
YamiPod Mac and Windows
iPod Music Liberator Mac & Windows
Floola Mac & Windows
iPodRip Mac & Windows (iPhone and iPod Touch compatible)
iPod Music Liberator Mac & Windows (iPhone and iPod Touch compatible)
Music Rescue Mac & Windows (iPhone and iPod Touch compatible)
iGadget Mac & Windows (iPhone and iPod Touch compatible)
iRepo Mac & Windows (iPhone and iPod Touch compatible)
iPod Access Mac & Windows (iPhone and iPod Touch compatible)
TouchCopy Mac & Windows (iPhone and iPod Touch compatible)
There's also a manual method of copying songs from your iPod to a Mac or PC. The procedure is a bit involved and won't recover playlists but if you're interested it's available on page 2 at this link: Copying Content from your iPod to your Computer - The Definitive Guide
Some iPods can also be used as an external drive and you can use them to move your iTunes folder from computer to computer (this option isn't available with the iPod Touch): How to use your iPod to move your music to a new computer

Similar Messages

  • Can I have two seperate iTunes lists for two iPods on the same computer?

    I have two nanos, one for me and one for my daughter. Can we manage two seperate download lists when we plug in to the same computer.
    The additional complication...her nano has a smaller memory than mine, so her's wouldn't hold all the songs anyway.
    Assistance would be appreciated!
    Happy holidays
    Nordic Squirrel

    Have a look at this article in the Apple Knowledge Base.

  • Linking two drop down list together

    I have two drop downs list and I need to link them together for the user to only answer one of them and it won't allow an answer in the other or vice versa. How can I set that up?
    If answer drop down list A then can't answer drop down list B
    else
    if drop down list B is answered then drop down list A can't be answered.

    The attached contains two drop-down lists - apples and oranges. Each drop-down list has a default list item value of " ", thus the default index is 0 (zero). If you select a value other than default, the other drop-down list has it's access protected and the list item reset to 0 (zero). Conversely, if you select the default value, the other drop-down list becomes open or accessible.
    // form1.page1.apples::exit - (JavaScript, client)
    if (form1.page1.apples.selectedIndex != 0) {
      form1.page1.oranges.access = "protected";
      form1.page1.oranges.selectedIndex = 0;
    else {
      form1.page1.oranges.access = "open";
    // form1.page1.oranges::exit - (JavaScript, client)
    if (form1.page1.oranges.selectedIndex != 0) {
      form1.page1.apples.access = "protected";
      form1.page1.apples.selectedIndex = 0;
    else {
      form1.page1.apples.access = "open";
    Steve

  • Trying to use two seperate video clips on one consecutive screen.

    I'm very new to this but I'm trying to get these two video clips I have, and set them side by side on one screen so both clips are showing at once. Can anyone help me? Thanks!

    put the 2 clips one above the other on the timeline
    press w ( to change your Canvas view to Image and Wireframe )
    select upper clip in the timeline and note the wireframe outline that then appears in the Canvas
    click and drag a corner of that wireframe to resize (scale) the image as you would like
    click and drag within the wireframe to re-center as needed.
    select the lower clip in the timeline and then repeat the resize and re-center process
    as Mr Certified so eloquently pointed out, these scale and center parameters can also be found and manipulated (somewhat less intuitively) in the Motion tab if you load up each clip into the Viewer

  • How to link two selectOneListBox?

    Hello, I'm trying to link two selectOneListBox. The operation is as follows, when you select a value in the first select, the second select will be charged with the values related.
    I'm building the components in a programmatic way. A example code for the first select is:
    ProcesosBean.java
    HtmlSelectOneListbox select= new HtmlSelectOneListbox();
    select.setId("select"  +i);
    select.setSize(1);
    UISelectItems items = new UISelectItems();
    ArrayList arr = new ArrayList();
    for (int i = 0; i < list.size(); i++) {
         arr.add(new SelectItem((ListBean) list.get(i)).getId(), ((ListBean) lista.get(i)).getValue()));
    items.setValue(arr);
    comboCampos.getChildren().add(items);
    MethodBinding mb = FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{processAction .loadSelect}",     new Class[] { ActionEvent.class });     
    comboCampos.addValueChangeListener(new ValueChangeListener() {
         public void processValueChange(ValueChangeEvent arg0) throws AbortProcessingException {
    comboCampos.setValueChangeListener(mb);     I tried to use "addValueChangeListener" and "setValueChangeListener" but does not work.
    In the ProcessAction class, I will get the values of the second select, for the selected value, and it will charge the second select, in a programmatic way.
    I thought this could be done with javascript, but I don't know how to call the ProcessAction method. Any suggestion?
    Edited by: dcastellar on Oct 15, 2009 1:03 AM

    Well, I found a problem in the first implementation (with the a4j function), you can't change the view (ej: the values of the inputs), but it's works fine in the rest.
    The second alternative, I was wrong about the object that I used. It wasn't the ValueChangeEvent not the ActionEvent. This alternative works correctly.
    a example of the code that I use is: (I do not use the jsf tags, I show the components programmatically)
    the bean class
    HtmlSelectOneListbox select= new HtmlSelectOneListbox();
    select.setValue("");
    MethodBinding mb = FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{processAction.loadSelect}",new Class[] { ValueChangeEvent.class });
    select.setValueChangeListener(mb);the action class
    public void cargarComboFormato(ValueChangeEvent  event) {
    }thanks for all, and sorry for my bad english.

  • Two seperate animations running at the same time

    Hi
    I would like to make a fully automated presentation, with some object moving and the like... I am trying to have two seperate animations running on the same slide. The animations are quite simple - move in, move around, move out. What I would like is that they both act seperately so they start at the same time, but otherwise begins to move at different times and exits at different times. I'm having trouble achieving this as i can only link automatic actions to the last action on the list (i.e. I can't have two trees of actions that start simultaneous)
    I hope I have succedes in complicating an otherwise straightforward question with my late-at-night english

    You'll have to be more imaginative with the way you structure the builds so you can in fact do it inside one tree. (Not a put down, just it's hard to give more exact answer because the question has few specifics).
    Remember you have +*delay options*+ for each build, so two concurrent build/move actions can actually occur at different times in the presentation. Play with the start build and delay controls and you should be apples.

  • Link two reports using parameters

    Hi,
    We are using business object XI.
    I am trying to link two reports using parameters. I cannot use subreport option becuase inside the subreport I should link another report too. So,
    Report 1(High level summary)
    Report 2(Middle level summary)
    Report 3(Detail level)
    I tried to use hyperlink option and used following string.
    http://<server_name>/<Virtual Directory>/object.rpt?prompt0={?param1}&prompt1={?param2}
    Here is my question.
    1. Server name: Does it include port number??
    2. Virtual Directory: I am absolutely lost. I tried the "frsinput" directory the actual rpt file is storing. It is not working.
    Do you have general path??
    3. Parameters: I have 5 parameters to pass. 3 of them are Strings and the rest are DateTime.
    Basically, I need any tutorial about this kinds of things. The tutorial I have got only discribe link like "www.yahoo.com"
    BTW, is this even possible solution??

    Hi,
    I am trying to link two reports in the crystal report designer->deploy to the server->show in the DHTML viewer.
    When I create a URL from report A, it looks like "&" disapears. For example, I created a hyper link from report A using formula,
    http://server:port/........openDocument.jsp?sDocName=reportB&sType=rpt&paramName1="Trim(ToText({?param1},"#####"))"&paramName2="+Trim(ToText ({?param2},"#######"))
    But when I see the actual URL, all the "&" disappears so it looks like
    http://server:port/........openDocument.jsp?sDocName=reportBsType=rptparamName1="Trim(ToText({?param1},"#####"))"paramName2="+Trim(ToText ({?param2},"#######"))
    No wonder it is not working.
    I guess I need special protection for "&" sign. Do you know any?

  • I need to install WAS and EP on two seperate machine

    Hi all,
    I have installed WAS6.40 on one machine. I want to install EP on a different machine. But when i tried installing EP i got an error message "no j2ee engine found". Cant we install EP and WAS on two seperate machines?
    Any help will be appreciated.
    Regards
    Gopi

    Hi Arun,
    Sorry it was my friend who posted that, so unfortunately i cant award points.
    I tried what you have said, but i got the following error.
    <b>SAPInst could not find any SAP J2EE instances that match the Portal Platform requirements. The installation stops. Install the SAP J2EE 6.40 according to the Portal PAM requirements, and run the portal installation again.</b>
    So it would be great if you can help me on this.
    I will post the same query once again and award points to your replies.
    Regards
    Rajeev.

  • Is it possible to move itunes song list?

      Windows XP Pro  
    I am trying to move an itunes song list to either windows doc or photo studio 2000 so I can edit list by adding extra songs that there is not room for on reg itunes print out. I would also like to edit color print out in one of those programs. Is it possible to move? I am using windows xp pro. Any help would be appreciated. Thanks, ibark
    micron millennia   Windows XP Pro   pent lll
      Windows XP Pro  

    I figured out that I can copy and paste the album covers that appear in the "now showing" window and place on desktop.I then go into my label maker and get new image from desktop. I use them on my cd's..as far as copying list to another program I haven't figured that one out yet!!

  • Moving two seperate images in an applet

    Hi i am trying to move two seperate images on an applet. these images are two random cards from a pack of playing card, ie king,jack, queen etc..
    i can get both images moving at the same time but i want i want to do is to animate the movement of one image and when it raches a certain point onscreen, the other image moves to a different position onscreen and i should end up with both card images onscreen at different positions.
    here is the code for the part in which the applet draws the image to the graphics object:
    public void run()
            long tm = System.currentTimeMillis();
             while(Thread.currentThread() == t)
                 repaint();
                 try
                     tm += delay;
                     Thread.sleep(Math.max(0, tm - System.currentTimeMillis()));
                     //increment frame so that image moves 4 pixels at a time
                     f1 = f1 + 4;
                     f2 = f2 + 5;
                     f3 = f3 + 2;
                     f4 = f4 + 2;
                 catch(InterruptedException e)
                     break;
        public void stop()
            t = null;
        public void update(Graphics g)
            //code that generates 5 random card and animate them onscreen.
            Dimension d = size();
            int w = cards[r1].getWidth(this);
            int h = cards[r1].getHeight(this);
            if(f1 <= 100)
                // Erase the previous image
                g.setColor(getBackground());
                g.fillRect(0, 0, d.width, d.height);
                g.setColor(Color.black);
                g.drawImage(cards[r1], f2, f1, this);  //co ordinates
                if((r1 != r2) && (f1 == 100 ) && (f3 <= 300))
                    g.drawImage(cards[r2], f4, f3, this);  //co ordinates
            //g.drawImage(cards[r2], f4, f3, this);  //co ordinates
        }Has u can see from the above code. all 52 card images are stored in an array. I use a random function to generate a random image from the array, in this case two random images.
    i have used if statements that tell me when to stop the animation of an image and when to start the next image for animation using the f1,f2,f3 etc.. these are used for the co ordinates of the actual images.
    i increment them each time the applet is run from within a Thread.

    Sounds like you just need a little swing(or awt if you're using "old java")
    http://java.sun.com/docs/books/tutorial/uiswing/mini/index.html
    BorderLayout might be useful. Be aware that it can be tricky to switch out swing components and you may need to validate the container.
    Also, be aware that a "Frame"(JFrame) in java are what you would call a window and that a "Panel"(JPanel) in java is basically just an area that contains components, kinda like a <div> or <span> in html.

  • Linking two .exe projectors

    I am trying to link two .exe projectors. is there specific
    actionscript to load/unload .exe as opposed to .swf files?
    (PC)>

    Andymorph wrote:
    > I am trying to link two .exe projectors. is there
    specific actionscript to load/unload .exe as opposed to .swf files?
    (PC)>
    You could try local connection or shared object to
    communicated between
    two files.
    What is that you try to do to be exact, I might have more
    specific answer for you,
    or related tutorial perhaps...
    Best Regards
    Urami
    Beauty is in the eye of the beer holder...
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Linking two documents in deski

    Hello Experts
        I am new to BO i am trying to link two documents in Deski But i am facing some problem.Can anyone explain me what are steps we need to do for linking two documents.
    Regards,
    Shanmugam

    Hi,
    Following information might be helpful in resolving your query.
    When  link Report1 to Report 2 (universe1.column = universe2.column) so that Report 1 displays only those rows having the Office Number in Report2.
    Cause
    Report pulling data from different universes with different dadabases.
    Resolution
    To get this data by editing the query in the querypannel with  "Select Query Results" operand ,place the universe2.column in condition pane and run the report the we can get correct results from different universe with different databases.
    Regards,
    Sarbhjeet Kaur

  • OBIEE: Link Two Separate Queries Together

    Hi,
    I am trying to link two separate queries together in BIEE.
    I have a query that will give me the sales value in January 2012 (monthly query)
    But I would need to use the sales value of January 2012 to help derive the weekly sales value in another query (weekly query).
    How would you link up two queries together?
    I tried using union but it doesnt seem to be working.
    Thanks.
    Bill

    Hi Billy,
    Sure, My pleasure. Here are the basic steps what you could go through.
    1. Create an analysis with your Month (January) and Sales.
    2. Save this analysis as Report1.
    3. Create another analysis with Week and Sales.
    4. Create a filter on column:Sales using the option 'Based on Another Analysis'. The analysis editor will provide you an option to browse your other analysis which you want this analysis to be based on and just click on this browse button, and navigate to and select Report1.
    5. Once you have selected Report 1 through browse option, you get down in the same pop-up the relationship and use values in column.
    So sample entries in this pop-up might look like
    Column : Sales
    Operator : is based on results of another analysis
    Saved Analysis : /My Folder/Report1
    Relationship : is equal than
    Use values in Column : Sales
    6. If you run this analysis, you could get all weekly sales figures which are equal to the january sales figures.
    Hope this helps.
    Thank you,
    Dhar

  • How to link two controls?

    Hi,
    I'm trying to link two controls together, a slider and a numeric, so that if I change the value of one control, the other will also show the new value.
    Does anyone knows how to do that? Is that even possible?
    Thank you for your help
    Solved!
    Go to Solution.

    altenbach wrote:
    Tim's answer is correct and appropriate. No code needed.
    That's different.  Usually Christian shows me yet another, more efficient way, to code something.  Well, I guess you can't get more efficient than no code.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Can i link two computers to one apple tv?

    im trying to link two different itunes account onto one apple tv, how can i do this?

    Hello there, Chet.
    The following Knowledge Base article offers up a great explanation of how to use multiple iOS devices with one computer:
    How to use multiple iPhone, iPad, or iPod devices with one computer
    http://support.apple.com/kb/ht1495
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for