Connecting different iPods to different computers

My wife has a 4th gen iPod and wants to connect to each of our laptops. I have music and photos on my laptop and she has other music and photos on hers. Back in the old days of iTunes you can set up iPod prefs before you plugged it in. How can she plug into each laptop and download selected songs, photos, files or whatever without erasing what she has on it. I am thinking of getting a new iPod video for myself and doing the same thing. We are running the latest version of iTunes.

You can use a keyboard command to prevent your iPod auto-syncing with iTunes. While connecting the iPod to the computer on a Mac hold down the Option and Command (⌥ and ⌘ Apple) keys. This will stop the iPod from auto-syncing with iTunes and it will appear in the source list. Wait until you are sure the iPod has mounted, and that it will not auto sync and then you can let the keys go. This may take between 20 to 30 seconds depending on your computer. You should then be able to change your settings: iTunes Keyboard Shortcuts for OSX
Once you are connected change the update preference in the iPod Summary tab to "Manually manage music and videos" and click Apply:
Using iPod with Multiple computers
Managing content manually on iPod
iPod 101: Fill 'er Up
You can only load photos from one computer. There's no manual mode for photos just different ways to sync so adding photos can only happen from one computer or user account: iPod Photo Sync FAQ

Similar Messages

  • I want to connect different computers these are present in different ?

    I want to connect different computers these are present in different network
    More on . They are not in local area network.
    can i use VPN?
    any suggestion?

    Muneer_Ahmed wrote:
    i want to make socket application.
    idea behind it, a client send and retrieve data through internet also server.
    client and server are at different network.
    if i make VPN. can i connect these PCs through sockets?If both hosts are on the VPN and the VPN provides a route from one to the other, then yes.
    However, in general one does not set up a VPN just for a single application.
    Edited by: jverd on Feb 11, 2009 10:38 PM

  • Need help with connecting different computers with sockets

    I have made my own code for a chatting application. Basically, i created a Server that listens for connections from the client and then creates a thread to deal with it. When ever a client types in a String, it gets printed on all of the other computers. Right now i can get this code to work if the Server and CLients are on the same computer, when i try connecting on other computers it gives me a Server timed out out and it does not Connect. here is my code:
    Server:
    package talk;
    import java.net.*;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.io.*;
    public class Ap_server {
         public static void main(String[] args) throws IOException {
              ServerSocket serverSocket = null;
              ArrayList<Socket> sockets=new ArrayList<Socket>();
              ArrayList<PrintWriter> out=new ArrayList<PrintWriter>();
              ArrayList<BufferedReader> in=new ArrayList<BufferedReader>();
              ArrayList<String> name=new ArrayList<String>();
              ArrayList<AP_Thread> threads=new ArrayList<AP_Thread>();
              try {
                   serverSocket = new ServerSocket(4831);
              } catch (IOException e) {
                   System.err.println("Could not listen on port: 4831.");
                   System.exit(-1);
              int i=0;
              while(true)
                   sockets.add(serverSocket.accept());
                   in.add(new BufferedReader(
                             new InputStreamReader(
                                       sockets.get(i).getInputStream())));
                   PrintWriter pri=new PrintWriter(sockets.get(i).getOutputStream(), true);
                   AP_Thread temp =new AP_Thread(out,in.get(i),pri);
                   threads.add(temp);
                   pri.println("Please type in your name");
                   name.add(in.get(i).readLine());
                   pri.println("Welcome");
                   out.add(pri);
                   threads.get(i).setn(name.get(i));
                   for(int a=0;a<i;a++)
                        out.get(a).println(name.get(i)+" has joined");
                   threads.get(i).start();
                   i++;
    }Client:
    import java.io.*;
    import java.net.*;
    public class Client {
        public static void main(String[] args) throws IOException {
            Socket kkSocket = null;
            PrintWriter out = null;
            BufferedReader in = null;
            try {
                kkSocket = new Socket("SERVER'S IP ADDRESS", 4831);
                out = new PrintWriter(kkSocket.getOutputStream(), true);
                in = new BufferedReader(new InputStreamReader(kkSocket.getInputStream()));
            } catch (UnknownHostException e) {
                System.err.println("Don't know about host.");
                System.exit(1);
            } catch (IOException e) {
                 e.printStackTrace();
    System.exit(1);
            BufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));
            String fromServer;
            in_Thread temp= new in_Thread(out,stdIn);
            while ((fromServer = in.readLine()) != null) {
                System.out.println(fromServer);}
            out.close();
            in.close();
            stdIn.close();
            kkSocket.close();
    }If anyone has an ideas about how i can change the code to make it work on different computers, please post it. Thanks!

    Sure. here is the code for AP_Thread:
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.PrintWriter;
    import java.util.ArrayList;
    public class AP_Thread extends Thread {
         ArrayList<PrintWriter> out;
         PrintWriter ou;
         BufferedReader In;
         String name;
         public AP_Thread(
                   ArrayList<PrintWriter> out,BufferedReader In, PrintWriter ou)
              this.out=out;
              this.ou=ou;
              this.In=In;
         public void setn(String s)
              name=s;
         public void run()
                   try
                        while(true)
                        String s;
                        s = In.readLine();
                        if (s == null) {break;}
                        if(s.equals("quit"))
                             out.remove(ou);
                             for(int i=0;i<out.size();i++)
                                  out.get(i).println(name+" has left");
                        else if(out.size()>1&&!s.equals(""))
                             for(int i=0;i<out.size();i++)
                                  if(!ou.equals(out.get(i)))
                                       out.get(i).println(name+": "+s);
                   catch(IOException e){}
    }And here is the code for in_Thread
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.PrintWriter;
    public class in_Thread extends Thread
         PrintWriter out;
         BufferedReader stdIn;
         public in_Thread(
                   PrintWriter out,BufferedReader stdIn)
              this.out=out;
              this.stdIn=stdIn;
              this.start();
         public void run()
              while(true)
                   String fromUser;
                   try {
                        fromUser = stdIn.readLine();
                        if (fromUser != null&&!fromUser.equals("")) {
                             out.println(fromUser);
                        if(fromUser.equals("quit"))
                             out.close();
                             stdIn.close();
                             break;
                   catch (IOException e) {
                        System.err.println("The connection has been closed");
                        break;
    }My guess it that is is an firewall problem because i can get it to work when the client and server on are the same computer.

  • Connect a iPOD to two computers

    Can i hook up my mini to two computers (well a PC and a Laptop) and if yes how! if no what are my options?
    Thanks

    Check these out:
    Using One iPod With Multiple Computers
    Managing Songs Manually
    I hope this helps!

  • Can I connect my ipod to 2 computers?

    Just bought my first ipod. First used it with my laptop but now that ive bought things from itunes on my PC at home, it won't sync them to my ipod because it says 'i'm not authorised to view it on this computer'.
    I'm confused.
    Does that mean i can only use it with my laptop because thats the one i originally set it up with?

    To use it with multiple computers you need to set it to Manually Manage Your Music on the original computer you set it up on. If you are talking about purchased music, make sure your home computer is authorized on your iTunes Store account.

  • Can you connect ipod to 2 different computers?

    the computer that i have all of my music on and that i have been connecting my ipod to does not have internet. i have access to another computer with internet so i could download videos & songs, etc. and i was wondering if you can connect the ipod to 2 different computers and put things onto the ipod from both of the computers? or if there is a way of switching my music onto the other computer? thanks in advance for any help.

    yes, u can use the ipod on 2 comps take a look at this
    iPods- 4gb Balck Nano, 60gb Black 5g}{Black Moto Razr}{PSP}{iPod Radio Remote   Windows XP   <img src="http://i36.photobucket.com/albums/e13/superman5656/sm.jpg"align="right

  • I have different music files all over three computers. Everytime I connect my iPod to one of these computers it transfer the music files from that computer but delete the music files that I already have in my iPod. I want all my music in my iPod.

    I have different music files in three computers.
    Everytime I connect my iPod into one of these computers it transfer the music files from that computer but delete the music files that I already have in my iPod.
    I want all my music in my iPod.
    What I need to do?
    Thanks!

    I haven't researched it and I don't claim to know everything about iTunes, but it has always been my understanding that you can only use one computer per iPod, but you can have multiple iPods per computer. From what I understand, this is to prevent illegal sharing and whatnot.

  • When I connect my ipod to 2 different Mac computers, it will charge but is not showing up in itunes for sync. What happened?

    When I connect my ipod to 2 different Mac computers, it will charge but is not showing up in itunes for sync. What happened?

    What have you tried so far in terms of troubleshooting this issue?  Are you plugging the iPod into a high powered USB 2.0 port on the back of your Mac? Have you tried a different USB cable?
    What happens if you try to reset the device with it still connected to the Mac?
    How to reset iPod
    Has this iPod ever worked on this Mac or is this the first time you have time you have tried connecting it?
    Have you carefully worked through each and every single suggestion in this Apple support document?
    iPod not recognized in iTunes and Mac desktop
    B-rock

  • IPod connecting to different computers

    I work at a dance studio and to cut and make a CD of a song can I hook up another teachers iPod to my laptop and take that song and edit it and still have that persons iPod work at their house?
    Thank You for taking the time and helping me.

    Would you like to buy a punctuation mark perhaps?
    Anyway... yes it can be done, but the answer is not simple. Generally you want their iPod to be in manual mode to put stuff on it without losing what is already on it...
    How to use multiple iPods with one computer
    http://docs.info.apple.com/article.html?artnum=300432
    Using iPod with multiple computers
    http://docs.info.apple.com/article.html?artnum=61675
    Managing content manually on iPod and iPhone
    http://docs.info.apple.com/article.html?artnum=61148
    Managing content manually on iPod and iPhone (alt link)
    http://support.apple.com/kb/HT1535?viewlocale=en_US
    Patrick

  • Loading songs onto same iPod, different computers

    Can you load your iPod from different computers (iTunes installed on both)? When I tried to load some new stuff from a different location, it says it's linked to another iTunes library, do I want to replace what's on the iPod with the new library (something like that). Will this wipe out all my current songs on my ipod?

    Yes it will.
    Sadly you can't change the settings inside iTunes until the iPod is connected... the default setting is to automatically update the connected iPod with the computer's music library.
    However, it is possible to do, although a little unconventional and would probably not be something apple would recommend...I have done it several times with no effect to the iPod.
    Connect it to your computer
    As soon as iTunes recognises it, change the settings so that you manually update iPod, then...
    manually disconnect your iPod without ejecting it
    Wait for a few moments and...
    Bob is your uncle!
    Reconnect and manually update at your own leisure keeping your old tunes

  • Put itunes downloaded from different computers on same ipod?

    Hello,
    I have downloaded itunes onto two different computers using the same account. How do I put these itunes onto my ipod without deleting any content? Thanks, Jake.

    If you want to connect and use an iPod on more than one computer change the update setting on your iPod to manual. Connect your iPod to the computer you are using it on now an in iTunes go to Edit>Preferences>iPod and check the "Manually manage songs and playlists" box:
    Using iPod with Multiple computers
    Managing Your Songs Manually
    For info: iPod 101
    The iPod offers three ways to transfer music from your computer. You can select one of the following update modes from the iPod Preferences menu in iTunes (Edit=>Preferences=>'iPod' tab):
    1) Automatically update all songs and playlists. This is the default mode, in which your entire music library, including playlists, is automatically synced to your iPod. If the music library on your computer exceeds the iPod storage capacity, you are prompted to select a different update method.
    2) Automatically update selected playlists only. With this option, iTunes automatically copies the playlists you have selected to the iPod when you connect it to the computer.
    3) Manually manage songs and playlists. You can also choose to transfer music to the iPod manually. This allows you to drag and drop individual songs and playlists from iTunes to the iPod.

  • Can someone help me get my IPOD Touch 3g started? It will only flash the Apple logo off and on. Has been through restore multiple times on different computers, and still will not start.

    I have tried restoring the ipod on different computers, one Vista, and one 7. On both, the restore process seems to complete just as it should, until the point where it says "your IPOD will now restart and will appear in listed devices. This IPOD never restarts. The Apple logo just stays on for approximately 30 seconds and then the screen turns off for five or ten seconds and the logo comes back on, over and over for approximately forty five minutes or so, Occasionally the "connect to USB" will come back on, but that is rare. When that does happen, the I-Tunes recognizes it again as an IPOD that needs to complete the restore process. VERRRRRY AGGRAVATING!!!

    Time for an appointment at the Genius Bar of an Apple store. It appears you have a hardware problem.

  • I am having problems installing new software for my ipod i keep getting a message that the network has timed out.  I have tried two different computers and networks what else can I do?

    I am having problems installing new software for my ipod
    I keep getting a message that the network has timed out. 
    I have tried two different computers and networks what else can I do?

    Try temporarily disabling your firewall and anti virus software and try again...
    See here for Connection Issues
    http://support.apple.com/kb/TS1379
    From Here
    http://www.apple.com/support/itunes/troubleshooting/

  • IOS 6 upload just crashed 2 ipods on 2 different computers with 1602 error - anyone know how to recover. Ipods are both locked in upload screen.

    I have 2 ipods which are individually synced to 2 different computers using 2 different apple account id's. Both crashed during the IOS 6 update with the same indication and message. error code 1602 and message that there was an unknown error during the update. In both cases, the ipods are stuck in the upload screen even if I power cycle them and niether computer will recognize them any more.

    Error 1604
    This error is often related to USB timing. Try changing USB ports, using a different dock connector to USB cable, and other available USB troubleshooting steps (troubleshooting USB connections. If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode,put it into Recovery Mode.
    Restore and wait for the error.
    When prompted, click OK.
    Close and reopen iTunes while the device remains connected.
    The device should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.
    Error 1600, 1601, 1602
    Follow the steps listed above for Error 1604. This error may also be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.
    Also try:
    - iOS: Not responding or does not turn on
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • My iPod touch won't show up in iTunes, but charges and shows up on different computers.

    My iPod touch 5th gen last was synced with my iMac a couple weeks ago. Now when I plug it into iTunes, it won't show up. It's done this before and I've fixed it by updating iTunes, restarting the iPod/computer etc, but it seems I've tried everything. I've connected it to different USB ports, and it charges in all of them but doesn't show up. When I plug it in, Dropbox recognizes it and can get the pictures off, but iTunes won't work. I tried connecting the iPod to a different computer, and it showed up in iTunes just fine. I have the latest version of iTunes. I didn't restore my iPod from the other computer because if I can't get it to re-sync with this computer I'd rather not lose all my data. It seems I need to reinstall iTunes, but I don't know how- will it delete all my music that I already have on there?
    Any help would be greatly appreciated, thanks!

    I had this issue, I fixed it by going to:
    Start > Control Panel > Devices and Printers
    Then find the iPod, and Right Click > Properties > Hardware > Properties > Driver > Update Driver > Update Automatically
    The driver had not been automatically installed, and windows found and installed the driver files for me. Took ~90 seconds, and then the iPod began it's sync process almost immediately after. Hope this helps anyone with the same issue! I'd try this before re-installing iTunes.

Maybe you are looking for

  • The additional components needed to install mac os x cant be found

    help, i did a clean reinstall using a USB, now its saying "the additional components needed to install mac os x cant be found" what do i do? i wiped my whole computer!...

  • New user problems

    I changed over to BT mail yesterday and have the follows problems 1) The reading pane is far too small for me. I am visually impaired and need a bigger font size without taking the text off the edge of the screen. 2) I don't have the x to close e-mai

  • Non Microsoft OS support requests, possib

    Hi, I just read about these forums on the Creative Audigy newsgroup, and I was wondering if it would be OK to ask support inquiries when using non-Mcirosoft Windows Operating Systems (like MacOS X/Darwin (x86), *BSD, Linux, BeOS, etc), in the event t

  • Issue with stocks on packagin unit?

    Hi Experts, User called in to report that he needs 2 stocks to be checked on Packaging Unit.User wants to check if they  are available. User gave the stock # number also. Please help me to solve this issue ASAP. Regards, Sauryasen

  • OS X 10.8 - No sound when receveing mails, messages or reminders

    Hi, Since my new MBP Retina bought last summer i've noticed that from time to time there is no sound when receiving an email or a message. Obviously i've checked the preferences, all is ok. No problem on my iPhone or iPad. Any idea ? Nemrod