mailer | 7 Oct 20:35
Favicon

robert: r18732 - in trunk: apps apps/metadata firmware firmware/export

Date: 2008-10-07 20:39:44 +0200 (Tue, 07 Oct 2008)
New Revision: 18732

Log Message:
FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first - uploading software may need
updating, see the LastFMLog wiki page

Modified:
   trunk/apps/metadata/asf.c
   trunk/apps/metadata/metadata_common.c
   trunk/apps/metadata/mp4.c
   trunk/apps/scrobbler.c
   trunk/firmware/export/id3.h
   trunk/firmware/id3.c

Modified: trunk/apps/metadata/asf.c
===================================================================
--- trunk/apps/metadata/asf.c	2008-10-07 17:03:24 UTC (rev 18731)
+++ trunk/apps/metadata/asf.c	2008-10-07 18:39:44 UTC (rev 18732)
@@ -465,6 +465,9 @@
                                 id3buf = value;
                                 id3buf_remaining = buf_len;
                             }
+                        } else if (!strcmp("MusicBrainz/Track Id", utf8buf)) {
+                            id3->mb_track_id = id3buf;
+                            asf_utf16LEdecode(fd, length, &id3buf, &id3buf_remaining);
                         } else {
                             lseek(fd, length, SEEK_CUR);
                         }

(Continue reading)


Gmane