Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

help getting tunes off my iPod

0 views
Skip to first unread message

heron stone

unread,
Sep 15, 2003, 1:15:56 AM9/15/03
to
I had a hard disk failure and (of course) wasn't adequately
backed up. As a consequence, I lost about 30 gigs of MP3s.

A lot of it is on my iPod.

How can I restore these files to my HD?

heron

--
Nature, heron stone
to be commanded, heon...@comcast.net
must be obeyed. mywebpages.comcast.net/heronstone

Wayne C. Morris

unread,
Sep 15, 2003, 12:44:27 PM9/15/03
to
In article
<heronstone-B2B8C...@news.comcast.giganews.com>,
heron stone <heron...@comcast.net> wrote:

> I had a hard disk failure and (of course) wasn't adequately
> backed up. As a consequence, I lost about 30 gigs of MP3s.
>
> A lot of it is on my iPod.
>
> How can I restore these files to my HD?

There are a bunch of freeware/shareware utilities that can read the
music files and playlists from your iPod. Go to VersionTracker.com and
search for "iPod".

Zeph

unread,
Sep 15, 2003, 1:35:56 PM9/15/03
to

> I had a hard disk failure and (of course) wasn't adequately
> backed up. As a consequence, I lost about 30 gigs of MP3s.
>
> A lot of it is on my iPod.
>
> How can I restore these files to my HD?

Podworks.

http://www.scifihifi.com/podworks/

z

heron stone

unread,
Sep 15, 2003, 4:35:47 PM9/15/03
to
In article <150920031035563336%ze...@nospam.nowhere.net>,
Zeph <ze...@nospam.nowhere.net> wrote:

thanks everyone

i got it

Miami Mailman

unread,
Sep 15, 2003, 7:15:54 PM9/15/03
to
Surf to Versiontracker <http://www.versiontracker.com/> and plug 'ipod'
(without quotes, of course) into the search window. Take your pick of
the numerous applications that do what you are asking for.


Dave

Tim Cutts

unread,
Sep 16, 2003, 5:08:10 AM9/16/03
to
>I had a hard disk failure and (of course) wasn't adequately
>backed up. As a consequence, I lost about 30 gigs of MP3s.
>
>A lot of it is on my iPod.
>
>How can I restore these files to my HD?

It's possible to do this without installing any extra software.

1) Don't let iTunes resynchronise (obviously)

2) Configure iTunes so that the iPod is mounted as a firewire hard drive.
Also check that iTunes is configured to copy music to the iTunes
folder (which is the default, but check anyway)

3) Open a Terminal window.

4) Type cd and a space (without a return)

5) Drag the iPod icon from your desktop to the Terminal window

This should add its pathname to your cd command line.

6) Press return.

To test you're in the right place, type the following, and check that it
returns a list of your songs:

find iPod_Control/Music -type f

7) If you want to reimport these songs into iTunes, type the following:

find iPod_Control/Music -type f -print0 | xargs -0 -n 1 open

and go and get a cup of tea. You'll find you can't do anything else
useful while this is running, because iTunes keeps getting given the
input focus.

(note this will only work if iTunes is your default player for .mp3 and
.m4a files - you will need a longer form of the open command line if it
isn't)

8) Once this has finished, unmount your iPod, and check all your music
is back in iTunes.

9) If it's all worked successfully, you can then re-enable
synchronisation to your iPod.

Note that this procedure doesn't restore any playlists - I don't know
whether they playlists on the iPod are the same as those for iTunes, and
never investigated copying them back when this happened to me - I don't
use playlists very heavily anyway.

Tim

Tom Stiller

unread,
Sep 16, 2003, 8:14:26 AM9/16/03
to
In article <Qic*+sB...@news.chiark.greenend.org.uk>,
Tim Cutts <ti...@chiark.greenend.org.uk> wrote:

> In article <heronstone-B2B8C...@news.comcast.giganews.com>,
> heron stone <heron...@comcast.net> wrote:
> >I had a hard disk failure and (of course) wasn't adequately
> >backed up. As a consequence, I lost about 30 gigs of MP3s.
> >
> >A lot of it is on my iPod.
> >
> >How can I restore these files to my HD?
>
> It's possible to do this without installing any extra software.
>
> 1) Don't let iTunes resynchronise (obviously)
>

If iTunes was set to synchronize automatically when it was last used,
and the window to deselect that option can only be displayed when the
iPod is connected, how can you avoid the resynchronization?


[Rest of procedure snipped]

--
Tom Stiller

PGP fingerprint = 5108 DDB2 9761 EDE5 E7E3
7BDA 71ED 6496 99C0 C7CF

Tim Cutts

unread,
Sep 16, 2003, 10:59:46 AM9/16/03
to
In article <tomstiller-AAA68...@news.comcast.giganews.com>,

Tom Stiller <tomst...@comcast.net> wrote:
>In article <Qic*+sB...@news.chiark.greenend.org.uk>,
> Tim Cutts <ti...@chiark.greenend.org.uk> wrote:
>
>> In article <heronstone-B2B8C...@news.comcast.giganews.com>,
>> heron stone <heron...@comcast.net> wrote:
>> >I had a hard disk failure and (of course) wasn't adequately
>> >backed up. As a consequence, I lost about 30 gigs of MP3s.
>> >
>> >A lot of it is on my iPod.
>> >
>> >How can I restore these files to my HD?
>>
>> It's possible to do this without installing any extra software.
>>
>> 1) Don't let iTunes resynchronise (obviously)
>>
>
>If iTunes was set to synchronize automatically when it was last used,
>and the window to deselect that option can only be displayed when the
>iPod is connected, how can you avoid the resynchronization?
>
>
>[Rest of procedure snipped]

Since it's a new iTunes install, it won't recognise the iPod. It'll asy
you whether you want to link to this new iPod. You say no. It will
then start up as before, showing you what's on the iPod, but won't
synchronise anything to it.

That's from memory - it's a couple of months ago that I had to do this,
and I'm not about to do it deliberately. :-)

Tim

Dale J. Stephenson

unread,
Sep 16, 2003, 11:33:15 AM9/16/03
to
Tom Stiller <tomst...@comcast.net> writes:

> In article <Qic*+sB...@news.chiark.greenend.org.uk>,
> Tim Cutts <ti...@chiark.greenend.org.uk> wrote:
>
> > In article <heronstone-B2B8C...@news.comcast.giganews.com>,
> > heron stone <heron...@comcast.net> wrote:
> > >I had a hard disk failure and (of course) wasn't adequately
> > >backed up. As a consequence, I lost about 30 gigs of MP3s.
> > >
> > >A lot of it is on my iPod.
> > >
> > >How can I restore these files to my HD?
> >
> > It's possible to do this without installing any extra software.
> >
> > 1) Don't let iTunes resynchronise (obviously)
> >
>
> If iTunes was set to synchronize automatically when it was last used,
> and the window to deselect that option can only be displayed when the
> iPod is connected, how can you avoid the resynchronization?
>

This isn't an option for everyone, but hook it to a different Mac. It
will give you the option of synchronizing with the new mac (decline).
At that point you should be able to transfer the files off.
--
Dale J. Stephenson
daleste...@mac.com
3/27/87 -- Ed Hearn for David Cone. 12/20/02 -- Millwood for Estrada
Schuerholz has finally topped himself.

0 new messages