Перейти к файлу
Gabriel Burt 6c06dbbd98 2008-09-03 Gabriel Burt <gabriel.burt@gmail.com>
* 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
2008-09-03 22:50:59 +00:00
docs fixed 2007-10-09 20:18:27 +00:00
src 2008-09-03 Gabriel Burt <gabriel.burt@gmail.com> 2008-09-03 22:50:59 +00:00
tests 2008-09-03 Gabriel Burt <gabriel.burt@gmail.com> 2008-09-03 22:50:59 +00:00
tools Added hash58 tool 2007-09-19 18:12:39 +00:00
ui Build fixes 2007-10-17 21:13:24 +00:00
AUTHORS 2007-07-02 Justin Cherniak <justin.cherniak@gmail.com> 2007-07-02 12:06:22 +00:00
COPYING initial import 2005-06-17 16:03:01 +00:00
ChangeLog 2008-09-03 Gabriel Burt <gabriel.burt@gmail.com> 2008-09-03 22:50:59 +00:00
Makefile.am 2007-12-18 Aaron Bockover <abock@gnome.org> 2007-12-18 22:05:43 +00:00
NEWS 2007-12-18 Aaron Bockover <abock@gnome.org> 2007-12-18 22:05:43 +00:00
README Formatted 2007-12-18 23:05:58 +00:00
autogen.sh 2006-06-09 Aaron Bockover <aaron@abock.org> 2006-06-09 21:18:24 +00:00
configure.ac Build fixes 2007-10-17 21:13:24 +00:00
ipod-sharp-ui.pc.in 2006-09-18 Aaron Bockover <abock@gnome.org> 2006-09-19 16:10:56 +00:00
ipod-sharp.mdp 2007-10-11 Aaron Bockover <abock@gnome.org> 2007-10-12 15:59:49 +00:00
ipod-sharp.mds 2007-10-09 Aaron Bockover <abock@gnome.org> 2007-10-09 20:17:56 +00:00
ipod-sharp.pc.in 2005-07-12 James Willcox <snorp@snorp.net> 2005-07-12 21:54:33 +00:00
ipod-sharp.snk 2005-06-21 James Willcox <snorp@snorp.net> 2005-06-21 15:39:38 +00:00
shamrock.m4 2007-10-09 Aaron Bockover <abock@gnome.org> 2007-10-09 20:17:56 +00:00

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.