iPod Rip
Wednesday, April 16th, 2008I just remembered this…
When I was skiing I wanted some of Nicki’s music from his iPod (which he didn’t have on his lappy).
iPodRip (the App) failed, so I was a bit stuck…
COMMAND LINE TO THE RESCUE!
Horrid, but it works:
cd /Volumes/Some\ iPod/
for f in `grep -R -H -a -m1 -o THING . | egrep -o “.*m[p|4][a|3]“`; do b=`basename $f`; echo cp $f /Some/Path/On/Computer/$b; done;
Where THING is some string that will exist somewhere in the ID3 tags of the files you want!
Slooowwww too. But it works. ![]()