From 8498a48496579aecc1645604f49d931d4f35ff7f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 4 Jun 2003 15:09:35 +0000 Subject: Generalized id3v2 parsing code. Added support for the composer frame and free-form genre and tracknum frames. (Patch #706111 by Thomas Paul Diffenbach) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3727 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/id3.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/id3.h') diff --git a/firmware/export/id3.h b/firmware/export/id3.h index a9ab9ef36f..48a56f231a 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -26,6 +26,10 @@ struct mp3entry { char *title; char *artist; char *album; + char* genre_string ; + char* track_string ; + char* year_string ; + char* composer ; int tracknum; int version; int layer; -- cgit v1.2.3