From fed103e2a5d89739f0dffd2489ae38cc772bb0d8 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 12 Nov 2006 10:13:58 +0000 Subject: * ithumb-writer.c (itdb_write_ithumb_files): ITDB_THUMB_PHOTO_TV_SCREEN type thumbnails were not "rearranged" (i.e. deleted photos were not removed). (ipod_image_get_ithmb_filename, ithmb_writer_write_thumbnail): changed "F%u04_%d.ithmb" to "F%d_%d.ithmb" as this format string is used by the iPod. NEW: start new thumbnail file F%d_2/3/4... if the size of the current thumbnail file is larger than ITHUMB_MAX_SIZE (currently 500 MB). Existing thumbnail files with a length larger than this will NOT be truncated. Patches are welcome (probably add code at the end of ithumb_rearrange_thumbnail_file()) :-) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1336 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93ca562..f82b8eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2006-11-12 Jorg Schuler + + * ithumb-writer.c (itdb_write_ithumb_files): + ITDB_THUMB_PHOTO_TV_SCREEN type thumbnails were not "rearranged" + (i.e. deleted photos were not removed). + + (ipod_image_get_ithmb_filename, ithmb_writer_write_thumbnail): + changed "F%u04_%d.ithmb" to "F%d_%d.ithmb" as this format string + is used by the iPod. + + NEW: start new thumbnail file F%d_2/3/4... if the size of the + current thumbnail file is larger than ITHUMB_MAX_SIZE (currently + 500 MB). Existing thumbnail files with a length larger than this + will NOT be truncated. Patches are welcome (probably add code at + the end of ithumb_rearrange_thumbnail_file()) :-) + 2006-11-11 Jorg Schuler * itdb.h: Itdb_Artwork: -- cgit