Obsolete! The Banshee Wiki is in the process of being phased out. Relevant content will be retained, but much content herein is out of date. Please visit the new Banshee web site!

ipod-sharp

ipod-sharp provies support for high level features of Apple's iPod, like support for audio content, including reading and writing of the iTunes/iPod database, and syncing music. ipod-sharp also provides a CIL wrapper for libipoddevice.

Tarball Releases

Download a released tarball of ipod-sharp.

  • ipod-sharp- (http://banshee-project.org/files/ipod-sharp/ipod-sharp-0.8.1.tar.bz2) (2008-09-11)
  • View All Releases (http://banshee-project.org/files/ipod-sharp/)

Latest Sources from Mono SVN

ipod-sharp is available from Mono SVN (http://svn.myrealbox.com/). The following command can be used to check out the latest sources:

 $ svn co http://anonsvn.mono-project.com/source/trunk/ipod-sharp

Building ipod-sharp

ipod-sharp requires libipoddevice. Once that's installed and you've grabbed the sources from Mono SVN, you'll need to build in the standard way.

 $ ./autogen.sh --prefix=/usr
 $ make && make install

Note: configure may ask for a mdassembler. Pass --disable-docs to configure if you don't mind skipping the creation of monodoc documentation.