Revision: 2053
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2053&view=rev
Author: phantom_sf
Date: 2008-07-18 16:08:57 +0000 (Fri, 18 Jul 2008)
Log Message:
-----------
2008-07-18 P.G. Richardson <phantom_sf at users.sourceforge.net>
* src/file.c (get_track_info_from_file):
Relating to previous change. Rather than comment out, have reversed
logic as per Michael Tiffany's patch (15/07/2008)
Modified Paths:
--------------
gtkpod/trunk/ChangeLog
gtkpod/trunk/src/file.c
Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog 2008-07-18 09:36:25 UTC (rev 2052)
+++ gtkpod/trunk/ChangeLog 2008-07-18 16:08:57 UTC (rev 2053)
@@ -1,6 +1,12 @@
2008-07-18 P.G. Richardson <phantom_sf at users.sourceforge.net>
* src/file.c (get_track_info_from_file):
+ Relating to previous change. Rather than comment out, have reversed
+ logic as per Michael Tiffany's patch (15/07/2008)
+
+2008-07-18 P.G. Richardson <phantom_sf at users.sourceforge.net>
+
+ * src/file.c (get_track_info_from_file):
Commented out test itdb_track_has_thumbnails test on line 1418
as this stops coverart being added to new tracks as they are being
imported from directory.
Modified: gtkpod/trunk/src/file.c
===================================================================
--- gtkpod/trunk/src/file.c 2008-07-18 09:36:25 UTC (rev 2052)
+++ gtkpod/trunk/src/file.c 2008-07-18 16:08:57 UTC (rev 2053)
@@ -1415,7 +1415,7 @@
if (prefs_get_int("coverart_file"))
{
/* APIC data takes precedence */
- /*if (itdb_track_has_thumbnails (nti))*/
+ if (! itdb_track_has_thumbnails (nti))
add_coverart (nti);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2