diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-28 16:20:40 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-28 16:20:40 +0000 |
| commit | b90b60d0f8b35b485a3b21288e5ad47e00fd37d0 (patch) | |
| tree | 1a6daa9453d7e9fe171fdf680c66d63a0eaabc27 /ChangeLog | |
| parent | 9f9405f379dfbe7f7963e178eaeb6c0abd889eca (diff) | |
| download | libgpod-b90b60d0f8b35b485a3b21288e5ad47e00fd37d0.tar.gz libgpod-b90b60d0f8b35b485a3b21288e5ad47e00fd37d0.tar.xz libgpod-b90b60d0f8b35b485a3b21288e5ad47e00fd37d0.zip | |
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.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1180 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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 |
