diff options
| author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2008-07-17 16:10:33 +0000 |
|---|---|---|
| committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2008-07-17 16:10:33 +0000 |
| commit | eda4fe948eebbf54077ea7f9f67b610a08b6d2b1 (patch) | |
| tree | c8a411d167cd0deef20117d0c824b28e93836bcc /README | |
| parent | 4fe91529b7733a1e11b71a9a2a440a9c9c38e6b9 (diff) | |
Remove references to itdb_thumb_get_gdk_pixbuf()
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2050 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -48,11 +48,9 @@ A number of functions to add/remove playlists, or add/remove tracks are available. Please see itdb.h for details (itdb_playlist_*()). Each track can have a thumbnail associated with it. You can retrieve a -GdkPixmap of the thumbnail using itdb_thumb_get_gdk_pixbuf() (tracks -have thumbnails of the following types associated: -ITDB_THUMB_COVER_SMALL and _LARGE). You can remove a thumbnail with -itdb_track_remove_thumbnails(). And finally, you can set a new -thumbnail using itdb_track_set_thumbnails(). +GdkPixmap of the thumbnail using itdb_artwork_get_pixbuf(). You can +remove a thumbnail with itdb_track_remove_thumbnails(). And finally, +you can set a new thumbnail using itdb_track_set_thumbnails(). Please note that iTunes additionally stores the artwork as tags in the original music file. That's also from where the data is read when |
