diff options
| author | Robert Keevil <rkeevil+rockbox@gmail.com> | 2008-10-07 18:39:44 +0000 |
|---|---|---|
| committer | Robert Keevil <rkeevil+rockbox@gmail.com> | 2008-10-07 18:39:44 +0000 |
| commit | 2c170356f38f5630b9fefdc5b1e7e57babb5cc40 (patch) | |
| tree | 9ba565416427f76e6cf4754ef199ed02f804edf6 /firmware/export | |
| parent | 7eb194477a19a12d76bceb64108ffad2da784c9f (diff) | |
| download | rockbox-2c170356f38f5630b9fefdc5b1e7e57babb5cc40.zip rockbox-2c170356f38f5630b9fefdc5b1e7e57babb5cc40.tar.gz rockbox-2c170356f38f5630b9fefdc5b1e7e57babb5cc40.tar.bz2 rockbox-2c170356f38f5630b9fefdc5b1e7e57babb5cc40.tar.xz | |
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
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/id3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 3e4db06..da2faf1 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 { |