Revision: 2116
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2116&view=rev
Author: jcsjcs
Date: 2008-09-07 02:30:22 +0000 (Sun, 07 Sep 2008)
Log Message:
-----------
* src/mp3file.c: Add saving of AlbumArtist field. Thanks to Dudy
Kohen for the patch.
Modified Paths:
--------------
gtkpod/trunk/ChangeLog
gtkpod/trunk/src/mp3file.c
Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog 2008-09-07 02:18:49 UTC (rev 2115)
+++ gtkpod/trunk/ChangeLog 2008-09-07 02:30:22 UTC (rev 2116)
@@ -7,6 +7,9 @@
* README: added download link for V1.6 of libmp4v2
+ * src/mp3file.c: Add saving of AlbumArtist field. Thanks to Dudy
+ Kohen for the patch.
+
2008-08-31 Jorg Schuler <jcsjcs at users.sourceforge.net>
* src/mp3file.c: Handle Artist and AlbumArtist fields differently:
Modified: gtkpod/trunk/src/mp3file.c
===================================================================
--- gtkpod/trunk/src/mp3file.c 2008-09-07 02:18:49 UTC (rev 2115)
+++ gtkpod/trunk/src/mp3file.c 2008-09-07 02:30:22 UTC (rev 2116)
@@ -1,4 +1,4 @@
-/* Time-stamp: <2008-08-17 11:00:07 jcs>
+/* Time-stamp: <2008-09-07 11:32:16 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -1640,6 +1640,7 @@
id3_set_string (id3tag, ID3_FRAME_TITLE, track->title, encoding);
id3_set_string (id3tag, ID3_FRAME_ARTIST, track->artist, encoding);
+ id3_set_string (id3tag, ID3_FRAME_GROUP, track->albumartist, encoding);
id3_set_string (id3tag, ID3_FRAME_ALBUM, track->album, encoding);
id3_set_string (id3tag, ID3_FRAME_GENRE, track->genre, encoding);
id3_set_string (id3tag, ID3_FRAME_COMMENT, track->comment, encoding);
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