Revision: 2268
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2268&view=rev
Author:   teuf
Date:     2009-03-01 10:24:33 +0000 (Sun, 01 Mar 2009)

Log Message:
-----------
Fix nano3g/ipod classic artwork information

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_device.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2009-02-28 14:07:44 UTC (rev 2267)
+++ libgpod/trunk/ChangeLog     2009-03-01 10:24:33 UTC (rev 2268)
@@ -1,3 +1,7 @@
+2009-03-01  Christophe Fergeau <[email protected]>
+
+       * src/itdb_device.c: fix nano3g/ipod classic artwork information
+
 2009-02-28  Christophe Fergeau <[email protected]>
 
        * src/itdb_itunesdb.c: Set field at offset 0x70 in the mhbd to 2

Modified: libgpod/trunk/src/itdb_device.c
===================================================================
--- libgpod/trunk/src/itdb_device.c     2009-02-28 14:07:44 UTC (rev 2267)
+++ libgpod/trunk/src/itdb_device.c     2009-03-01 10:24:33 UTC (rev 2268)
@@ -435,6 +435,7 @@
     /* officially 55x55 -- verify! */
     {1061,  56,  56, THUMB_FORMAT_RGB565_LE},
     {1055, 128, 128, THUMB_FORMAT_RGB565_LE},
+    {1068, 128, 128, THUMB_FORMAT_RGB565_LE},
     {1060, 320, 320, THUMB_FORMAT_RGB565_LE},
     {  -1,  -1,  -1, -1}
 };
@@ -451,7 +452,7 @@
 static const Itdb_ArtworkFormat ipod_classic_1_chapter_image_info[] = {
     /*  These are the same as for the iPod video... -- labeled by the iPod as
         "chapter images" */
-    {1028, 100, 100, THUMB_FORMAT_RGB565_LE},
+    {1055, 128, 128, THUMB_FORMAT_RGB565_LE},
     {1029, 200, 200, THUMB_FORMAT_RGB565_LE},
     {  -1,  -1,  -1, -1}
 };


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to