зеркало из https://github.com/mono/ipod-sharp.git
6c06dbbd98
* src/TrackDatabase.cs: Split out GetHash method that returns a byte [] for testability. * src/Hal/HalDevice.cs: Fix issue with mono 2.0 compiler. * src/Hash58.cs: Fix bug where the newest iPods (Classic and Nano) that require the crazy new hash weren't showing any songs on the device once the track database file grew bigger than a certain size. Take the new data tables from libgpod that precalculate the constants (BGO #536741). * tests/IPodTests.cs: Add internal subclasses of Device and VolumeInfo so we can get the tests working again, but for now comment all the tests out. * tests/Makefile.am: * tests/HashTests.cs: New file for testing the hashing fix mentioned above. svn path=/trunk/ipod-sharp/; revision=112218 |
||
---|---|---|
docs | ||
src | ||
tests | ||
tools | ||
ui | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
Makefile.am | ||
NEWS | ||
README | ||
autogen.sh | ||
configure.ac | ||
ipod-sharp-ui.pc.in | ||
ipod-sharp.mdp | ||
ipod-sharp.mds | ||
ipod-sharp.pc.in | ||
ipod-sharp.snk | ||
shamrock.m4 |
README
ipod-sharp is a library that allows manipulation of the iTunesDB used in Apple iPod devices. Currently it supports adding/removing songs and manipulating playlists. Recent versions added the ability to manipulate the photo database and attach cover art.