Getting music off an Ipod?
#2
I just had to do this. iRip. 50 songs free. $20 unlimited songs. Works well.
iRip 2 – iPod and iPhone music transfer software for Mac or PC – The Little App Factory
iRip 2 – iPod and iPhone music transfer software for Mac or PC – The Little App Factory
#9
If it's an iPod (rather than an iPhone), you don't need to buy some silly app to pull the music off.
Plug it in, open Terminal (Applications/Utilities) and run the following commands:
cd /Volumes/IPODNAME/iPod_Control
rsync -r Music ~/Desktop
The files will appear in a "Music" folder on your desktop once the command completes (returns to shell prompt).
Obviously, replace IPODNAME with the name of the iPod.
Once the files are moved, you can just drag the whole folder into iTunes to import.
Plug it in, open Terminal (Applications/Utilities) and run the following commands:
cd /Volumes/IPODNAME/iPod_Control
rsync -r Music ~/Desktop
The files will appear in a "Music" folder on your desktop once the command completes (returns to shell prompt).
Obviously, replace IPODNAME with the name of the iPod.
Once the files are moved, you can just drag the whole folder into iTunes to import.




