Apple iPod on Linux Project 21
lotion writes "I'm trying to get the Apple iPod to work with Linux. I want to be able to read/write MP3s, songlists, and so forth. Since I don't own a modern Mac, I'm stuck with a $400 mirror until I get it working. Now if that's not incentive ..."
FireWire Harddrive? (Score:1)
Re:FireWire Harddrive? (Score:3, Informative)
Re:FireWire Harddrive? (Score:4, Informative)
hacks available to reveal MP3 folder (Score:2, Informative)
if you did not yet buy one, you might want to hold on a little... the company that makes the HD is supposed to ship a 10 gig drive any day now, and a 20 gig version in about a month. we might see these in the ipod as soon as MacWorld Tokyo (this thursday). ok, that info is mostly from rumor sites, but the ipod has been out about 5 months now and these days that seems to be about how often Apple tweaks hardware. anyway my point is if you were going to buy one tomorrow, wait till thursday to see what happens.
granted 20 gigs of MP3s is an insanely high amount, but the thing also is a portable hard drive, and can be used as a boot drive for macs. kinda cool for a diagnostic tool.
Re:There's a surprise... (Score:3, Informative)
(BTW, you might want to revisit your music lit class - the classical composers were constantly "stealing" from each other, e.g. any "Variations on a theme..." piece. None of those compositions, including many of today's classic radio staples, would survive in our overly litigious music industry.)
As for getting the iPod to run on Linux, I agree with the post saying to check through the darwin code for HFS+.
The trick is going to be getting the mp3s into the appropriate folder for the iPod to recognize them. And while the iPod is mostly a 5 gig drive, formatting it will remove the mpeg playback software.
Re:There's a surprise... (Score:1)
Re:There's a surprise... (Score:4, Informative)
Apple Knowledge Base Article 60983 [apple.com] provides information on how to restore a formatted iPod using iTunes. I don't suppose this will help anyone trying to use the iPod with a non-Mac system, but it gives some insight into how the iPod works.
If it were me, I'd want access to an iPod compatible Mac before I started trying to write iPod software for a different OS - it's too easy to cripple the unit with no way to restore it if the Mac's not there, plus it would be helpful to be able to watch the communication between the Mac and the iPod...
Re:There's a surprise... (Score:1)
Hey, that's what your friendly neighborhood CompUSA is there for!
Re:There's a surprise... (Score:1)
Oh, and theftPod isn't a very creative put-down. At least have it sound like "i" or rhyme or something. How bout hiestPod, pilferPod, plunderPod, or shanghaiPod?
They should institude a -2 for not just trolls, but for really bad trolls.
By the way, very impressive consistency. [slashdot.org]
Why VMWare/NT? (Score:1)
Are there open source programs available for Windows that interface to the iPod or any other mp3 player? I'd be inclined to look through that code and try porting it to Linux.
Darwin must have HFS+ code (Score:4, Informative)
Also look to http://sourceforge.net/projects/linux-hfsplus
Nothing is complete or very useable yet, but if you are a programmer, I am sure they could use all the help they can get.
unless this is your site... (Score:1)
http://neuron.com/~jason/ipod.html
not as easy as just writing mp3s to disk... (Score:2, Informative)
The synched mp3's are there in some other format. Possibly as a single file, or probably just as hidden files or something.
You should figure that out before going any further. Because big deal if you get a 5gb firewire hd working in linux. You can buy those for a lot less than an iPod's price.
Re:not as easy as just writing mp3s to disk... (Score:3, Informative)
the iTunes database is a binary proprietory format from Apple that stores much the information that the ID3v2 tag in your MP3 stores. This allows iTunes and the iPod to sort through your mp3 files quicker and the such.
In order for files copied into the iPod to show up on the playlist, they need to updated in the iTunes playlist stored on the iPod's harddrive.
This would require someone to figure out how to parse the iTunes database format and update the database when the files are copied over, so you would need some sort of tool to do this automatically for you on Linux.
iPodSupport.framework (Score:1)
I, myself, don't have an iPod, but it has been said that the music is located in an invisible folder on the iPod.
Why not just write some perl code to create playlists from a list of datafiles?
Their "proprietary format" for datafiles can't be too obscure of a format.
For reference sake:
/Applications/iTunes.app/Contents/Frameworks/iPodS upport.framework/Versions/A/iPodSupport
progress? (Score:2)
If anyone with good programming skills is in the mood to help, the best way to help out would be to get reliable write access to HFS+ filesystems, either through the kernel module [sourceforge.net] or the user-mode utilities (the author's page is here [penguinppc.org])
Anyway, back to Jason, your webpage has listed, for at least a couple monthe now, several people who are "working on" things like write support in hfsplusutils and iTunes database manipulation, but there is no indication of what the status is on those projects. What's happening along those lines?