vote up 0 vote down star
2

Hi

What would be the best way to read ipod songs with C#. I am thinking of doing a interface to the ipod as a test :)

Thanks

flag

4 Answers

vote up 1 vote down

The question is a little vauge so I shall answer based upon the ways I can see of interpretting it.

I can't speak about the current generation (Touch) devices because they have changed things but I do know that prior to this the songs were stored within the iPod_Control directory. These files are name-magled so in order to read information such as the track and artist name one must extreact it from the udata atom of the sound file itself.

iTunes and the iPod use MPEG-4 AAC audio for sound files so playing them involves extracting this data from the data atom of the sound file and passing it to an a capable renderer such as iTunes or QuckTime which are accessible from managed code via COM.

It is possible to render MP4-AAC without quicktime or itunes using 3rd party libraries and codecs but I have not explored this.

Apple recently stopped using DRM in the iTunes store however, if using third party audio libraries you might have problems rendering audio files which are encrypted in this manner

link|flag
vote up 1 vote down

This question came up in a google search, but the first reasonable answer I found took a while longer:

SharePod has a .Net (2.0) library for iPod access, and apparently supports all the latest iPods and iPhones (I have not personally tested it):

http://www.getsharepod.com/fordevelopers/

It's free for non-commercial use, and seems pretty cheap for licensed use ($99 at this time)

Hope this helps someone!

link|flag
vote up 0 vote down

A quick google search gave me:

link|flag
I have also seen those. Was thinking more low level like usb access etc... – jeanre May 23 at 11:33
vote up 0 vote down

Maybe I miss a theme but You can try Here

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.