Terminal Tips: How to Get Tunes Off of Your iPod
I mentioned this in the comments to a post yesterday and thought it warranted a post. If you want to get some songs off of your iPod, iPod mini, or iPod shuffle, they are within easy reach. The files are rendered invisible if you open up your iPod in the Finder; however, you can see all the invisible files rather easily by using the Terminal (found in /Applications/Utilities/).
All of the music on your iPod / iPod mini / iPod shuffle can be found inside the Music folder which is located inside the iPod_Control folder on your iPod. Both of these folders are invisible. At the Terminal, simply type cd /Volumes/YOURIPODSNAME/iPod_Control/Music/ and then hit return. If your iPod has a space in the name then you will need to type a \ before the space. For example, an iPod named iPod Joe
would need to be typed iPod\ Joe. Now type ls and then hit return. This will list all the invisible folders inside your iPod's Music folder. They will all be numbered F00,
F01, F02, etc. Now simply type open F00 to open the first folder.
This will open the F00 folder in a Finder Window. All of the files contained inside will be visible and you can drag them wherever you like.
Now for every folder you want to open, simply type open and then the name of the folder. If you want to open all the folders within your Music folder at once (be warned that this can take a while if you have a large collection on the iPod), simply type open F** and hit return. Have fun!