How to Get Music Off Your iPod
ptorrone writes "Never did we think we'd need to do a How-To on something which should be part of the basic functionality of a portable music player, but once you put your tunes on an iPod unfortunately it's a one-way sync unless you know the tricks for getting them off. Here's how to get your stuff off for free on a Mac or PC and how to re-enable a useful tool with a Hex editor." Cory Doctorow has been writing about this on boingboing recently; he discusses Apple's message to iPod owners.
story link contains pornographic ads.
The war with islam is a war on the beast
The war on terror is a war for peace
On a Mac it's pretty easy to get everything off the iPod - fire up a shell, wander into the directory where the music is stored on the mounted iPod, and simply copy out what you want.
The tool they talk about would make it easier but even a novice can use a shell if they are just following directions.
"There is more worth loving than we have strength to love." - Brian Jay Stanley
Seriously. This stuff has been common knowledge since the first generation iPod. There have been numerous softwares to accomplish the same thing and many of them can be found at iPodlounge.com
A simple google search will turn up more than enough results. Was it really nesse3sary to put this on the front page of Slashdot?
T Money
World Domination with a plastic spoon since 1984
did you not see the "we" with the link to engadget? it's pretty clear that i am with engadget. you might think this info is found in ten seconds with google, but a lot people have no idea which tools are free, which ones work and how to use them. if you can find _one_ article that shows how to do all this for macs, pcs and the hexedit info (again, all in one article that's easy to follow) please let me know. it would have been easier than spending a few hours doing this.
cheers,
pt
There's also CopyPod for Windows which allows you to select individual albums/songs. http://www.copypod.net/index.php
Just use the iPod support plugin in Winamp. Not only does it let you sync and listen to your iPod in Winamp, it allows you to "Copy Selection to Hard Drive". There are still some kinks in it. It has a habit of creating literal album names for directories (which is a problem for DJ Shadow's "Endtroducing...". Windows doesn't like them ellipses).
Of course worse comes to worst I navigate into the iPod in Windows Explorer, CTRL+C all the directories and CTRL+V it onto my Harddrive. No big deal.
What is music when you despise all sound?
Just to clarify, it's not actually that hard to get music off an iPod. Sure, iTunes won't let you copy music off it, but on a PC, it's this simple:
Voila! - All your mp3s are there - you can even play then straight off the iPod (in something like WinAMP) if you like.
Admittedly, on a Mac you have to resort to the Terminal (basically all the music files are hidden in Finder), but it's not exactly rocket science!
" To steal ideas from one person is plagiarism; to steal from many is research. "
That's not what the article says, the article REFUTES that point, sheesh.
feh. stuff.
Can you see how some of us suspect you of trolling for hits?
Obliteracy: Words with explosions
I've had my iPod since 2001 and have often used to transfer songs. It's really quite simple. Just open up a Terminal (on OSX) or Cygwin (on Windows) and browse to your iPod (usually something like /Volumes/"My iPod" or /cygdrive/f.) Then it's just one line :
/temp_folder \;
find . -name "*.mp3" -exec cp {}
That will copy all the MP3 files to some temporary place. Then just drop the folder on iTunes (make sure you have the "let iTunes keep your music organized" option turned on) and it will copy everything nice and neatly to your music library.