Update of /cvsroot/gtkpod/libgpod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17627
Modified Files: ChangeLog Log Message: New API for thumbnail support: see src/itdb.h for details. * src/itdb.h: Introduced Itdb_Artwork and ItdbThumbType and changed Itdb_Image to Itdb_Thumb throughout the source. * src/itdb_artwork.c: new file as backend for Itdb_Artwork support (new, free, duplicate, get_thumb_by_type, add_thumbnail, remove_thumbnail, remove_thumbnails), as well as for the Itdb_Thumb support (new, free, duplicate, get_gdk_pixbuf, get_filename) * src/itdb_track.c: new functions for artwork support (set_thumbnails, remove_thumbnails) * src/ithumb-writer.c: added support to write thumbnails in addition to existing thumbnails * src/db-artwork-parcer.c: (mhod3_get_ithmb_filename) * src/itdb_itunesdb.c: (update_artwork_info) * tests/test-covers.c: updated to new API. * tests/test-write-covers.c: updated to new API. Known issues: iTunes wipes off our thumbnails. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- ChangeLog 24 Nov 2005 14:22:13 -0000 1.75 +++ ChangeLog 28 Nov 2005 16:20:40 -0000 1.76 @@ -1,3 +1,32 @@ +2005-11-28 Jorg Schuler <jcsjcs at users.sourceforge.net> + + New API for thumbnail support: see src/itdb.h for details. + + * src/itdb.h: Introduced Itdb_Artwork and ItdbThumbType and + changed Itdb_Image to Itdb_Thumb throughout the source. + + * src/itdb_artwork.c: new file as backend for Itdb_Artwork support + (new, free, duplicate, get_thumb_by_type, add_thumbnail, + remove_thumbnail, remove_thumbnails), as well as for the + Itdb_Thumb support (new, free, duplicate, get_gdk_pixbuf, + get_filename) + + * src/itdb_track.c: new functions for artwork support + (set_thumbnails, remove_thumbnails) + + * src/ithumb-writer.c: added support to write thumbnails in + addition to existing thumbnails + + * src/db-artwork-parcer.c: (mhod3_get_ithmb_filename) + + * src/itdb_itunesdb.c: (update_artwork_info) + + * tests/test-covers.c: updated to new API. + + * tests/test-write-covers.c: updated to new API. + + Known issues: iTunes wipes off our thumbnails. + 2005-11-24 Jorg Schuler <jcsjcs at users.sourceforge.net> * overall changes to support itdb_image_get_gdk_pixbuf(). Run ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2