From 7f92fdaeb6dbffc37548f26b3f5f7b79e1cc79ff Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Wed, 28 Sep 2005 15:10:27 +0000 Subject: * src/itdb_track.c: include thumbnails into itdb_track_duplicate() (Christophe Fergeau) * src/db-image-parser.c: support for iPod nano (Christophe Fergeau) * configure.c: make MacOS compatible (Tristan O'Tierney) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1109 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/db-artwork-parser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/db-artwork-parser.h') diff --git a/src/db-artwork-parser.h b/src/db-artwork-parser.h index aaeabff..550f9c0 100644 --- a/src/db-artwork-parser.h +++ b/src/db-artwork-parser.h @@ -32,6 +32,9 @@ #define IPOD_THUMBNAIL_FULL_SIZE_CORRELATION_ID 1016 #define IPOD_THUMBNAIL_NOW_PLAYING_CORRELATION_ID 1017 +#define IPOD_NANO_THUMBNAIL_FULL_SIZE_CORRELATION_ID 1027 +#define IPOD_NANO_THUMBNAIL_NOW_PLAYING_CORRELATION_ID 1031 + G_GNUC_INTERNAL int ipod_parse_photo_db (const char *filename); G_GNUC_INTERNAL int ipod_parse_artwork_db (Itdb_iTunesDB *db); -- cgit