From 2c170356f38f5630b9fefdc5b1e7e57babb5cc40 Mon Sep 17 00:00:00 2001 From: Robert Keevil Date: Tue, 7 Oct 2008 18:39:44 +0000 Subject: 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 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18732 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/id3.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/id3.h') diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 3e4db0674f..da2faf1b12 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -223,6 +223,9 @@ struct mp3entry { /* Cuesheet support */ int cuesheet_type; /* 0: none, 1: external, 2: embedded */ + + /* Musicbrainz Track ID */ + char* mb_track_id; }; enum { -- cgit v1.2.3