Apple Uploading songs from Ipod?

Discussion in 'Software' started by Constructacon, 3 Oct 2006.

  1. Constructacon

    Constructacon Constructing since 1978

    Joined:
    12 Oct 2004
    Posts:
    2,651
    Likes Received:
    97
    My partner bought herself an iPod recently (mentioned in this thread), but it's completely full. There are some cool songs on it but iTunes doesn't have any features (that I can see) to upload these songs to our computer.

    Now as far as I'm concerned we own this music. We (she) purchased the device that this music is on. It's the same as buying a CD from the store IMO. Is there any way to move these songs onto my computer so we can change the music but be able to change them back later when we want to?
     
  2. kergareth

    kergareth What's a Dremel?

    Joined:
    6 Jul 2004
    Posts:
    366
    Likes Received:
    0
    While the legality of such an enterprise is dubious at best
    This might do the trick.
     
    Last edited: 3 Oct 2006
  3. antiHero

    antiHero ReliXmas time!

    Joined:
    19 Jan 2005
    Posts:
    2,037
    Likes Received:
    13
    Yeah copypod is a good programm!

    As for the legal ishue(sp?) i dont think you own the music on the Ipod as you only purchased the medium the music is on, as in you bought a copied cd. You own the medium but not the content.
     
  4. Firehed

    Firehed Why not? I own a domain to match.

    Joined:
    15 Feb 2004
    Posts:
    12,574
    Likes Received:
    16
    If you're on a Mac, Senuti.

    If you're on Windows... it's easy enough. Just set hidden files to being shown, open the iPod's drive in Explorer. One of the folders (ipod_control?) has a ton of F00-F## folders inside it, all hidden, each holds a few of the tracks. Renamed to something stupid. Just copy them off the iPod, re-import into iTunes with the 'keep music organized' box ticked, and it fixes all of the naming by the tags and whatnot.

    Winamp has a plugin, and there are a number of other pieces of software, but I wouldn't bother. My way's easier tbh.

    Of course, I think this is a legal grey area at best, but I'm just going to assume that you own a copy of all of the CDs or paid in some form another for the content. (btw, if it's DRM'd, you're screwed)
     
  5. cderalow

    cderalow bondage master!

    Joined:
    23 Jan 2002
    Posts:
    3,519
    Likes Received:
    0
    indeed you bought the nano, not the music... especially if any of the music was purchased through the iTunes (Music) Store, programs like copypod are allowed to exist for the extremely rare occurence that a computer fails and the owner has not backed up their music (which iTunes reminds you to do every 10th purchase from the store or so), so that they might retrieve some or all of their lost data...

    otherwise its a very gray area of legality for situations you outline and are attempting to do
     
  6. cderalow

    cderalow bondage master!

    Joined:
    23 Jan 2002
    Posts:
    3,519
    Likes Received:
    0
    also, if you're using a mac, you can do it for free, sans program using some command line jiggery boo

    cd /Volumes/<iPod Name>
    find . -type f -name "*" -print | wc -l
    (outputs #)
    mkdir ~/Desktop/Import
    find . -type f -name "*" -print | xargs -n 1 -I {} cp "{}" ~/Desktop/Import/

    basically that # is the number of items (songs configs etc) on the ipod... this will effectively copy everything off the iPod into said directory on the desktop... at which point you can sort through to get just the songs, import into iTunes and let it organize itself
     
Tags:

Share This Page