diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-11-28 16:20:40 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-11-28 16:20:40 +0000 |
| commit | 1100f4f45220e6579fffa476d07d719093177852 (patch) | |
| tree | 1a6daa9453d7e9fe171fdf680c66d63a0eaabc27 /ChangeLog | |
| parent | 5c7f231b01799c85a751e14b06fe8adf76f0bc1d (diff) | |
| download | libgpod-1100f4f45220e6579fffa476d07d719093177852.tar.gz libgpod-1100f4f45220e6579fffa476d07d719093177852.tar.xz libgpod-1100f4f45220e6579fffa476d07d719093177852.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 |
