Revision: 1972
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1972&view=rev
Author: jcsjcs
Date: 2008-05-17 06:38:02 -0700 (Sat, 17 May 2008)
Log Message:
-----------
* tests/test-covers.c: print more info (marginally)
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/tests/test-covers.c
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2008-05-11 07:17:29 UTC (rev 1971)
+++ libgpod/trunk/ChangeLog 2008-05-17 13:38:02 UTC (rev 1972)
@@ -1,3 +1,7 @@
+2008-05-17 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * tests/test-covers.c: print more info (marginally)
+
2008-05-11 Jorg Schuler <jcsjcs at users.sourceforge.net>
* src/itdb_photoalbum.c
Modified: libgpod/trunk/tests/test-covers.c
===================================================================
--- libgpod/trunk/tests/test-covers.c 2008-05-11 07:17:29 UTC (rev 1971)
+++ libgpod/trunk/tests/test-covers.c 2008-05-17 13:38:02 UTC (rev 1972)
@@ -80,7 +80,10 @@
Itdb_Track *song;
song = (Itdb_Track *)it->data;
- g_print ("Track %d (%016"G_GINT64_MODIFIER"x)\n", count++,
song->dbid);
+ g_print ("Track %d (%016"G_GINT64_MODIFIER"x) %s-%s-%s\n",
+ count++, song->dbid,
+ song->artist, song->album,
+ song->title);
save_song_thumbnails (song);
}
}
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2