diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-09-15 15:33:37 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-09-15 15:33:37 +0000 |
| commit | 13839ab29e66c8720632b36e4248edcd4ae74047 (patch) | |
| tree | ceae7af81e236934a3e7b4c2d75833c59351a734 /ChangeLog | |
| parent | e76676a7233fee6a3b7043443dda2bdbfe06703e (diff) | |
| download | libgpod-13839ab29e66c8720632b36e4248edcd4ae74047.tar.gz libgpod-13839ab29e66c8720632b36e4248edcd4ae74047.tar.xz libgpod-13839ab29e66c8720632b36e4248edcd4ae74047.zip | |
* src/itdb_device.c:
Re-organized the representation of iPod models -- instead of 1st
to 7th generation more well-known names like "iPod Nano 1G",
"iPod Nano 2G"... are used.
Added untested support for iPod Classic Artwork. Not clear which
thumbnail type is used for what.
src/itdb_track.c (itdb_track_set_thumbnails_internal):
Please note: itdb_track_set_thumbnails() needs to be thought
over to make sure all thumbnail types are added properly. Please
see note in itdb_track.c for details.
src/itdb.h: Added symbols for the new representation indicated
above: ITDB_IPOD_GENERATION_*, ITDB_IPOD_MODEL_*
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1695 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2007-09-15 Jorg Schuler <jcsjcs at users.sourceforge.net> + + * src/itdb_device.c: + Re-organized the representation of iPod models -- instead of 1st + to 7th generation more well-known names like "iPod Nano 1G", + "iPod Nano 2G"... are used. + + Added untested support for iPod Classic Artwork. Not clear which + thumbnail type is used for what. + + src/itdb_track.c (itdb_track_set_thumbnails_internal): + Please note: itdb_track_set_thumbnails() needs to be thought + over to make sure all thumbnail types are added properly. Please + see note in itdb_track.c for details. + + src/itdb.h: Added symbols for the new representation indicated + above: ITDB_IPOD_GENERATION_*, ITDB_IPOD_MODEL_* + 2007-09-08 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/db-image-parser.c |
