From 030e4791ad48e020b3932b2fbe53ea89ec86e43c Mon Sep 17 00:00:00 2001 From: jcsjcs Date: Sun, 29 Oct 2006 10:37:47 +0000 Subject: Added additional functionality for photo albums * src/db-artwork-parser.c src/db-artwork-writer.c src/db-itunes-parser.c: src/itdb.h: added additional fields to MhbaHeader and Itdb_PhotoAlbum (playmusic, repeat, random, show_titles, transition_direction, slide duration, transition_duration, unk024, unk028, unk044, unk048, song_id. These fields are read and written from the PhotoDB now. Also corrected error for "album type" which was read and written as int32 even though it was a int8. Removed num_images from Itdb_PhotoAlbum -- instead count images at time of writing. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1330 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c454056..70c75f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,6 +61,20 @@ * src/db-itunes-parser.h: added comments to _MhbaHeader definition. + Added additional functionality for photo albums + + * src/db-artwork-parser.c + src/db-artwork-writer.c + src/db-itunes-parser.c: + src/itdb.h: added additional fields to MhbaHeader and + Itdb_PhotoAlbum (playmusic, repeat, random, show_titles, + transition_direction, slide duration, transition_duration, + unk024, unk028, unk044, unk048, song_id. These fields are read + and written from the PhotoDB now. Also corrected error for + "album type" which was read and written as int32 even though it + was a int8. Removed num_images from Itdb_PhotoAlbum -- instead + count images at time of writing. + 2006-10-02 Jorg Schuler * tests/Makefile.am -- cgit