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 | 1baca05b65f9f85be79369360aa895b4a7932a0f (patch) | |
| tree | c8a411d167cd0deef20117d0c824b28e93836bcc /README | |
| parent | 95115ffcc9fa13c966e7c7f0ffc7b6da182e6b51 (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 |
