Revision: 2052
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2052&view=rev
Author:   phantom_sf
Date:     2008-07-18 09:36:25 +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):
        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 Paths:
--------------
    gtkpod/trunk/ChangeLog
    gtkpod/trunk/src/file.c

Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog      2008-07-18 09:04:25 UTC (rev 2051)
+++ gtkpod/trunk/ChangeLog      2008-07-18 09:36:25 UTC (rev 2052)
@@ -1,3 +1,10 @@
+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.
+
 2008-07-06 Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/display_playlists.c (pm_get_iter_for_playlist): remove

Modified: gtkpod/trunk/src/file.c
===================================================================
--- gtkpod/trunk/src/file.c     2008-07-18 09:04:25 UTC (rev 2051)
+++ gtkpod/trunk/src/file.c     2008-07-18 09:36:25 UTC (rev 2052)
@@ -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

Reply via email to