Newbie question about setting up iTunes to sync across multiple computers

Hi,
Right now I am using iTunes primarily for listening to streaming radio. However in about 2-3 weeks after I move, I am considering importing all my CDs into iTunes.
So my question is this. What can I do before I start that will make my life easier for syncing my iTunes across multiple computers.
I don't expect the computers to connect to each via internet but I do have a 4 GB flash disk and 230 GB firewire drive that could be used. And since one of the computers is MacBook Pro, I could use it in target mode I think.
Thanks.

Authorization only applies to computers. When you update a device any protected content on the device for which the library is not authorised will be removed. Otherwise no attempt is made to remove content that was added by a now deauthorised library.
There is a separate scheme permitting up to 10 devices (computers, iPhones, iPad or iPod touches) to be registered for automatic downloads of your purchases with a different mechanism for deregistering devices.
Once you have a file on your computer you can physically copy it to any other computer in the same way that you would copy any other file like a Word document, put it on a disk, email it if not too large, burn it to DVD, stick it on an external hard drive or move it over a network. You can use Get Info. To tell you where it is now and you can drop it into the library at the other end.
The user tip shows how to backup the whole library and then update that backup efficiently. Such a backup to a portable drive also provides a possible tool for transporting any content to another computer.
tt2

Similar Messages

  • Newbie question about setting the date of a UIDatePicker

    I created a UIDatePicker in my view and called it targetDate.
    If I don't set targetDate's date property, the UIDatePicker shows up by default with a date of November 30, 0002.
    So, when the view loads, I did this:
    NSDate *today = [NSDate date];
    targetDate.date = today;
    (Note: in the above expression, the square brackets around "NSDate date" don't show up and are turning the expression into a link instead.)
    After doing that, when the view loads the UIDatePicker object initially shows the correct month and date, but it shows 0001 as the year.
    So my question is, why doesn't this set the correct year?
    In the Interface Builder the UIDatePicker's minimum and maximum dates are set from 1/1/0001 to 1/1/4001. I don't know if that has anything to do with the problem. I assumed that was just setting the allowed range for picking.
    I don't know what the "Date" setting field in the IB above the minimum date field is supposed to be for either.
    Anyway, am I not setting the date property correctly?
    Thanks,
    doug
    Message was edited by: Doug Lerner2

    Instead of setting the .date property when the view loads I ended setting it when the UIDatePicker is displayed and the date setting works ok now.
    By the by, if you have very early dates set, like January 1, 0001, the dates of the months are off by a few days. I guess that has to do with the whatever happened like 1000 years ago when they made a big adjustment to the calendars.
    doug

  • Newbie question about setting up a wireless USB device as a router.

    Hi. I have this Nintendo Wi-Fi USB Connector, which used to be very useful for getting my DS and Wii online (I don't have a wireless router.)
    By using some modified drivers from Buffalo I think, I eventually manage to install it as an ordinary wireless device and later set it up as an all-purpose wi-fi router device. I want to do exactly this in Arch if possible.
    As far as I know, there are no real drivers for this device, but I tried some, and got stuck later on.
    I basically want to simply be able to use my laptop, PS3, Wii and DS on it. Nothing fancy, and no encryption, as I only use it when necessary.
    After plugging the device in the USB, I ran
    $ hwdetect --show-net
    NET : forcedeth ppp_generic slhc mac80211 rfkill rt2500usb rt2x00lib rt2x00usb cfg80211
    I looked like it's was quite ordinary actually. So I tried modprobing rt2500usb (should I modprobe the 2 others too?).
    Surprise, surprise! I haven't edited my /etc/rc.conf at all yet.
    $ iwconfig
    lo no wireless extensions.
    eth0 no wireless extensions.
    wmaster0 no wireless extensions.
    wlan0 IEEE 802.11g ESSID:""
    Mode:Managed Channel:0 Access Point: Not-Associated
    Tx-Power=0 dBm
    Retry min limit:7 RTS thr:off Fragment thr=2352 B
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    Well, at least it detected my wlan. I haven't been able to test if I can actually get online with this thing as there is no network to try on around here.
    So, where do I go from here? The KISS way, if you know what I mean, hehehe
    - Thanks in advance.
    This is my ifconfig -a if useful:
    eth0 Link encap:Ethernet HWaddr 00:1D:60:87:18:D5
    inet addr:10.0.0.2 Bcast:10.0.0.255 Mask:255.255.255.0
    inet6 addr: fe80::21d:60ff:fe87:18d5/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:2783 errors:0 dropped:0 overruns:0 frame:0
    TX packets:2272 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:2401773 (2.2 Mb) TX bytes:450333 (439.7 Kb)
    Interrupt:23 Base address:0x6000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:4 errors:0 dropped:0 overruns:0 frame:0
    TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:280 (280.0 b) TX bytes:280 (280.0 b)
    wlan0 Link encap:Ethernet HWaddr 00:0D:0B:C3:18:F2
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    wmaster0 Link encap:UNSPEC HWaddr 00-0D-0B-C3-18-F2-00-00-00-00-00-00-00-00-00-00
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Checked around, and I need master mode to be able to do this, however, the drivers I have don't support it :\ Any way to get better drivers somehow?:p
    Last edited by Themaister (2008-08-08 06:41:30)

    Thank you. Got a bit further, but probably not in the right direction  : [
    Figured out that the WFC uses the rt2570 chipset (according to wikipedia), which I downloaded from the link you gave. Installed it, and had to blacklist the other ralink-modules that were present for it to work.
    Now, my iwconfig looks like this:
    lo no wireless extensions.
    eth0 no wireless extensions.
    rausb0 RT2500USB WLAN ESSID:"" Nickname:""
    Mode:Monitor Frequency=2.412 GHz Bit Rate=11 Mb/s
    RTS thr:off Fragment thr:off
    Link Quality=0/100 Signal level:-120 dBm Noise level:-82 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    Well, it apperaently did something.
    By looking at the lsmod it only shows up the rt2570.
    Well, sudo iwconfig rausb0 mode master returns the same error I had ... :[
    Does this mean I'm screwed? xD
    EDIT: The forums on that site suggested that the master mode was disabled in the legacy drivers (and the other drivers for that matter) :[
    Well, dual boot here we go
    Last edited by Themaister (2008-08-10 19:48:36)

  • Question about installing a Creative Cloud app on multiple computers.

    If I install a Creative Cloud app on Computer A and Computer B, and then I uninstall the app from Computer B, can I then install the app on Computer C?
    If yes, are there any special steps I need to take in this process?

    Ken G. Rice wrote:
    @gary0a1 - I assume you are referring to reply 20 by Jeff Wright from May 2012: "Yes you can have both computers turned on and connected at the same time.  As long as you are only using the applications on one computer at a time it is not a violation of the EULA."
    A single user can now use the software on two computers at the same time.
    See the Creative Cloud FAQ here https://www.adobe.com/products/creativecloud/faq.html under the Getting started section:
    Can I use the software I download from Creative Cloud on multiple computers?
    Yes, you can use Creative Cloud desktop applications on two computers at once, regardless of operating system, for the individual associated with the Creative Cloud membership. See the product license agreements page for more information.
    Hi Ken,
    Hoping you could offer some clarification on this.  The current version of the CC FAQ doesn't seem to have same language as before; here's what it says now:
    Can I use the software I download from Creative Cloud on more than one machine?
      Yes. Creative Cloud desktop applications can be downloaded and installed on multiple computers, regardless of operating system. However, activation is limited to two machines per individual associated with the membership. See the terms of use for more information. Learn how to deactivate a Creative Cloud license on a machine.
    ...what's more, the Creative Cloud EULA was updated on June 18, 2014, completely replacing the prior one from October 16, 2012.  The new Adobe General Terms of Use reads:
    "You may activate the Software on up to 2 devices (or virtual machines) at a time, if these activations are associated with the same Adobe ID for the same individual, unless stated at http://www.adobe.com/go/activation.  However, you may not use the Software on these devices simultaneously."  [emphasis added]
    So, is using the CC apps on two systems at the same time actually allowed?  Would it be possible to get a definitive answer or clarification on the previous reply here?
    Thanks so much!

  • One iTunes account used across multiple computers

    I have a few related questions:
    1) I'm having trouble logging into my own iTunes account on my newest laptop. It says that too many devices are using the same account. Is there a limit on how many computers / devices can use an iTunes account?  If so, how can I resolve this as many of the past computers I used iTunes on, have since crashed/ been discarded, but I didn't unload iTunes from it.
    2) The main problem I am having is in backing up the books I have bought on my iPad on to my newest laptop. It is not letting my purchases sync with iTunes as it does not accept my accont credentials. So I am stuck with a bunch of books on my iPad that I am unable to share or backup.
    3) Once the backup and sign in to iTunes is resolved, how do I share my iBooks with others? Is it possible to save them on a hard-drive as well in case my computer crashes?
    Would appreciate your help on this!

    Authorization only applies to computers. When you update a device any protected content on the device for which the library is not authorised will be removed. Otherwise no attempt is made to remove content that was added by a now deauthorised library.
    There is a separate scheme permitting up to 10 devices (computers, iPhones, iPad or iPod touches) to be registered for automatic downloads of your purchases with a different mechanism for deregistering devices.
    Once you have a file on your computer you can physically copy it to any other computer in the same way that you would copy any other file like a Word document, put it on a disk, email it if not too large, burn it to DVD, stick it on an external hard drive or move it over a network. You can use Get Info. To tell you where it is now and you can drop it into the library at the other end.
    The user tip shows how to backup the whole library and then update that backup efficiently. Such a backup to a portable drive also provides a possible tool for transporting any content to another computer.
    tt2

  • Question about setting cookies and custom authentication

    I have a question about setting cookies.
    I have two different 'projects' in HTMLDB - we will call them App1 and App2.
    I also have two different connection configurations setup in the DADs.conf file. - we will call them Connect1 and Connect2.
    App1 is setup to use database authentication (no user is specified in the DAD) and uses Connect1. Once the user successfully logs in, we set a username cookie (this is a persistent connection).
    We created a custom authenticatoin scheme for App2 - this scheme checks for the username cookie (set by App1). We would like for App2 to use Connect2 (HTMLDB_PUBLIC_USER is the default user specified and it uses connection pooling).
    Is it possible to set a cookie from App1, Connect1 for App2, Connect2 - then redirect to App2 and pick up that cookie?
    Here is an example of what we are trying to accomplish:
    A user loggs into App1, we set a cookie, and the user is redirected to App2. If the cookie exists, we allow them access to the home page in App2, if no cookie, we redirect back to a 'Login Failed' page in App1. We don't want App2 to use the same database connection as App1 though, we need App2 to use connection pooling.
    Is this possible? OR...Is there a better way to accomplish what we want to do?
    This is an enhancement to an existing app. Our requirements are to use Database Authentication (setup where pass expires after 60 days or so, cannot reuse last 3 passwords, etc.) - which is already setup and being used by other applications in our organization. All of our users have accounts in the database. We don't want users to have a new username/pass - and we don't want to manage a separate group for HTMLDB apps.
    The existing application uses HTMLDB's built in authentication - which uses database username/pass, and it uses connection pooling, but we cannot handle the pass expire stuff in it, unless there's something we're not seeing or understanding - at least that's how our DBA explained it to us.
    Any help with this will be appreciated so much. I can send you the code we have if needed.
    Thanks!

    Same problem here.  I have so many problems with this remote app.  Is there an iTunes API? I would like to write my own remote app that actually works.

  • Question about Setting Window Title/the use of AVWindowSetTitle()

    Hi everyone,
    I have a question about setting the title of the window in which the Acrobat viewer normally opens a PDF file.  The documentation states that AVWindowSetTitle() cannot be used in this case.  However, using it has worked with versions of Acrobat/Reader up until and including version 8.
    Everything breaks down starting with Acrobat 9.
    According to the documentation I am supposed to do the following: "To set the title of a window in which the Acrobat viewer opens a PDF file, you must replace AVDocOpenFromASFileWithParams() and pass the window title in tempTitle."
    Unfortunately, there are 2 problems I have with this approach:
         I do need to be able to change the document title on document Save, not only on document Open
         I do not know what AVDocOpenFromASFileWithParams() implementation has to look like if I have to replace it using HFTReplaceEntry().
    Is there a sample customized implementation of AVDocOpenFromASFileWithParams() somewhere that I could take a look at?
    Is there a way to change a document Title inside Acrobat/Reader window after a Save operation?
    Thanks a million,
      Lana2010K

         I am sorry.  I don't know how you tested this and came to conclusion that this works correctly in Acrobat X.
         I just tested our Acrobat plug-in with a trial version of Acrobat X and this did not work.
         When we open a file in Acrobat (doing it ourselves in the plug-in by adding another specialized open) we set the window title to something different from the default file name.  Then if a file gets edited and saved (File->Save), the window title gets reset to the file name. In the PDDocDidSave callback we call AVWindowSetTitle() to set it back to a more descriptive window title we need.  This has worked up until and including Acrobat 8, but does not work in either version 9.0 or 10.0.
         Also, I just modified the plug-in code to always change the Window Title of every document (even if opened through native File->Open) on document Save.  It does not work.
         Please help,
              Lana2010K

  • Have 2 nanos and can only sync to one. how do i set up itunes to sync to two

    I have two nanos different generations.  itunes will only sync to one.  how do I set up itunes to sync to both?

    Don't add files to the library that are already in it.
    In particular if the option Copy to iTunes Media folder when adding to library is enabled and you repeatedly drag files located outside of the media folder into the library, iTunes will make fresh copies each time because that is what your actions are telling it to do...
    In general I find it much better to move new files into the media folder before adding to the library, or just move them to the Automatically add to iTunes folder.
    For your existing duplicates I have a script called DeDuper which can help remove them. See this thread for background.
    tt2

  • How do I stop games from syncing across multiple devices?

    Hi there,
    My kids all have their own ipads (super big blessing from a grandparent).  My husband and I each have one as well.  We like to play some of the same games, and sometimes the game progress syncs between our devices.  Eg. We like to play Disney's Frozen Free Fall game, and for some reason, my ipad doesn't sync to my husband's.  When my kids asked for the game on their ipads, however, the games automatically synced to my husband's, so I didn't let them keep it (I didn't want them using all his items/lives).
    My kids all like to play Angry Birds Transformers, and with the latest update to that game, their games are all suddenly connected to each other (they all have the same characters, number of gems, etc.).
    How do these games sync (game center, icloud, etc.)?  Does anyone know how to disable the feature so that our games do not sync across multiple devices?  I would like us to not be sharing the same game progress.  We all share one itunes account.
    Thanks so much!
    (If it helps, I have the ipad2, my kids have ipad mini 2's, and my husband has the ipad air.)

    We all share one itunes account.
    This would  be why the syncing occurs. Until a more knowledgeable person comes   by ...
    You can have one, two or three apple id accounts per idevice. Assign a second apple id to all the kids machines. Same or multiple apple ids. depending on how you want the game to act. Does a family account differ?  delete the game from the current apple id.  Install the game on the new apple id ( or apple ids ).
    Look into family sharing:
    https://www.apple.com/icloud/family-sharing/
    Robert

  • Having one iTunes music library for multiple computers via TimeCapsule

    Hi there,
    I'm just wondering how to best set-up my iTunes library. I want the library on my TimeCapsule wireless hard drive, and to be able to set this as the library for multiple computers at home. It's a waste of space to have duplicate libraries on both computers.I had this working with an earlier version of iTunes, but its not working now.
    I also want to know how I can get the wireless device to fire up simply by pressing the iTunes icon. If I do this without, iTunes says it can't find the library.
    Thanks.

    Frank, yes. Only one library of the songs and content if it's stuff from the Music Store.
    If the music is your own CD rips, then you can put all the music on a central server and have all the computers connect in on your home network.
    You do NOT set your iTunes to share their libraries, or look for shared libraries, you manually do the drag-and-drop with your networked music folder into the iTunes library window and each copy of iTunes behaves as if the network volume is it's own.
    The only shortcoming to this is if you add music with one machine, the others will NOT have the new songs added to their own library lists unless you drag and drop the songs into the iTunes library manually for each computer.
    I have enough music that I have broken down the library list into five folders, A-E, F-J, K-O, P-T, and U-Z. When I add new songs, the folders they're in will be added at the root Music Library folder level, so I can refresh the libraries with the new music THEN manually file it into one of those five correct folders.
    This is what my network library looks like:
    http://home.comcast.net/~foodandart/Network%20Library.jpg - you can see that I haven't added the Clapton, BBC, Roxy Music, etc, to the library lists for the entire house.
    The G4 frankenbeast computer in our living room, is the media server for the house and has the stereo system rigged through it and is used to rip vinyl and watch the video. I still have to refresh the libraries in my husband's laptop, and on my main internet computer, so those albums haven't been filed yet.
    Of course the caveat here is that I haven't a single item that's purchased through the Music Store and thusly locked down, since I rip my own LP's and CD's, so everything is much more flexible in how I can handle it.
    Deb.

  • Syncing ical across multiple computers without .mac

    Hi,
    Is it possible to sync ical calendars across multiple computers in the same network or over the internet without .Mac? If I have a website or ftp server, can I use that instead to synce over the internet or is there an easier way? Thanks.

    This is another related question.
    Having at last extracted a decade of diaries from Palm Desktop as vCal (since you ask I had to go back to Classic as the app quit without writing the export file in Tiger and Leopard, even tho it is otherwise OK) I now have something I can import rather messily into iCal.
    However as I have really bad internet access in the Boondocks where I live I don't want to use .Mac to sync between my iMac and iBook. Palm ran very happily from a thumb drive, but I don't see how I can do it as the powers that be seem to have made the data file invisible.
    I'd like to move it to the thumb drive and have an alias on each Mac where the data should be - as I do with Palm.
    Does anyone know the path, and if there is a problem doing it between Tiger and Leopard?
    Cheers, Colin

  • Now that iCloud has done away with galleries, how can we share as I did with MobileMe? How can we sync non-Apple email accounts across multiple computers?

    Now that iCloud has done away with galleries, how can we share as I did with MobileMe? How can we sync non-Apple email accounts across multiple computers?

    You will need to find a third party solution for online storage in order to share things like photos with others. Some popular solutions to this are dropbox and sugarsync.
    You cannot sync non-iCloud email accounts across your iOS devices and computers unless they are IMAP accounts like iCloud. If they are IMAP accounts, you will do it in the same way as you have always done.

  • Is it possible to Have a Catalog sync across Two computers over the internet?

    Is it possible to Have a Elements 12 Catalog sync across Two computers over the internet?  I have a laptop I use in the Field when I take pictures and a Desktop at my house that I use to Edit the Photos.  I would like the Catalog Synced across both computers.  IE I download pictures from the Camera onto the laptop and they automatically sync over to the desktop then when I edit the pictures on the Desktop they go back to the laptop.
    Is this possible?
    What would I need to have it work?

    You could put the pictures in the field on your laptop
    Send them to Dropbox from your laptop
    At home, when you are on the desktop, access the pictures from Dropbox and put them in a folder of choice
    Enhance the pictures in PSE, then send them to a destination folder, to preclude overwriting the orginals
    Populate the organizer from the destination folder
    This requires that you install Dropbox (free, with quite a bit of storage) on both machines. I have the app on my ipad as well, and it synchs perfectly (no catalog, however).
    One advantage to this type of work-flow would be that you can get rid of the non-keepers and save the pictures that you fixed at home, prior to any organizer machinations. The old axiom: It's a virtue to be selective.

  • Question about setting track level

    Hi I finally got my new macbook pro and moto 8 pre and have just today tried a bit of recording just to get used to it. I am at the moment using garage band. I have a question about track levels. In Garage Band when I select a track to record there is a slider for input level or an option of clicking the automatic level control. But for some reason they are both just that color of grey you get when something can not be selected on a computer. How do I activate this? It's strange as I did actually manage to record the track, I just can't seem to really adjust the level. I thought maybe it has to do with the motu and I can only select the track level there, and that garage band level setting are (rightfully) disabled? Maybe that's what I should be doing, but just a bit confused. Anyway, thanks in advance for whoever takes the time to help out a newbie.

    Ah, ok. Good to know. Thanks for the info.

  • Questions about movies in iTunes

    I like our new iPhone and still need the iPod Classic because of its nice large hard drive (which still doesn't hold all podcasts).
    I bought the Classic more for its ability to share pictures than to play music.
    Photo Stream's nice, but not for > 1,000 pictures... which for us is not for > 3-4 months ago.
    So having all pictures on the Classic helps us share with Mom and others, via the Classic, and better... via the TV screen (via the cables).
    To do this, I have, every few weeks, dragged and dropped the home camera movies from iPhoto into iTunes.
    When that happens, only the name comes across, no date information.
    So, to then have the movies in a good sort order (since we had more than one camera, sorting by file name doesn't work), I needed to manually name each one.
    Questions:
    1) How to get all deails about the movies, especially the date/time stamps, from iPhoto into iTunes?
    2) If we can't do that... is there a way to use automator to, after I highlight a movie or group of movies and press the macro keystrokes (does it support that??), read the number of the current highest-number movie (I rename to Video###) + 1?
    With either of these, my life would be easier getting all content onto the iPod Classic.
    On a related note...
    Some podcasts don't download in a format that works on the iPod.
    Is there a way, beyond the manual one I use, to convert the file formats automatically to the one that plays on iPods?
    Thanks,
    Mike

    havvg wrote:
    Hi there,
    I'm new to the part of buying movies in iTunes store and got some questions about it. I live in Cologne, Germany. iTunes settings are set to English (US).
    I found myself in the US Store but after all I can't buy items there, which is pretty annoying anyway and got forwarded to the German store, which is missing .. lots of content (e.g. Echelon Conspiracy).
    go to the iTunes store. click on "TV Sendungen" (tv shows), and find the entry +exclusive: unaired TV shows in english+ in the upper right corner.

Maybe you are looking for

  • How to install whatsapp on iPhone 3Gs with iOS 4.2.1?

    I recently updated my iPhone 3GS to 4.2 which is the latest version available for this device to install whatsapp on it but then I realized that whatsapp iOS minimum requirements is iOS 4.3 and later. I would like to know your solutions guys if you h

  • How do I update WITHOUT iTunes?

    My phone is in "recovery mode" so sayeth iTunes. And I need to restore AND update. (You'd think I'd have an option) But the net connection in my country isn't fast and when I try to download this ridiculously large OS 3.1, I always get a time out (do

  • Memory leak in JVM 1.3.1

    Hi, I'm using the following set up OS: Redhat linux 7.1 Kernel: 2.4.2-1 glibc-2.1.x for i386 other set up: ulimit -s 2048, JDK 1.3.1_01 app: Jboss app server I'm running my application in Jboss 2.2.1 which is a I/O intensive. This is a distributed sy

  • Previous Tracks on Garageband

    I can't locate previous tracks when I record on Garageband. I click on the "Tracks" text but nothing happens. I used to be able to go back to previous tracks until I downloaded the new version. Any suggestions?

  • How to Extract the content of a message?

    Friends...My Message contains both body and attachments... But while extracting, it returns content (body text) as null..but body is there.. attachments are coming properly... If attachments are not there, it display the content properly.. im giving