Go Back   The macosxhints Forums > OS X Help Requests > iPod Info Center



Reply
 
Thread Tools Rate Thread Display Modes
Old 10-18-2002, 06:19 PM   #1
wgscott
Major Leaguer
 
Join Date: Sep 2002
Posts: 349
How to copy music from your ipod to your mac

First, enable your ipod as a firewire hard drive if you haven't already done so.

You can make this a script file or run the following set of commands interactively from a terminal window.

replace "myipodname" with your ipod's name (use quotes if there are spaces in it"

replace myname with your username

This copies every mp3 into a file called Shared. If you don't have such a directory, make it first, i.e.,
cd ; mkdir Shared

Now just copy like this:

cd /Volumes/"myipodname"/iPod_Control/Music
foreach testfile ( "*/*.mp3" )
cp $testfile /Users/myname/Shared

Then you can import all or any subset of this music to itunes just by selecting and dragging onto itunes.

Last edited by wgscott; 10-18-2002 at 06:25 PM.
wgscott is offline   Reply With Quote
Old 10-20-2002, 07:29 PM   #2
saint.duo
MVP
 
Join Date: Jan 2002
Location: Seattle
Posts: 1,033
Heh, I was doing this about an hour after we got our first iPod at work, it was pretty funny.

Now, I just use podmaster.
saint.duo is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:21 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Site design © Mac Publishing LLC; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of Mac Publishing LLC.