From 765cd6d5e74426df6a087cb8ff9ef8872ea7dadd Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Sun, 3 Jul 2005 21:08:16 +0000 Subject: (in theory) more efficient (battery wise) runtime database code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6999 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/id3.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'firmware/export/id3.h') diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 99999817c2..a1fff903f0 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -94,6 +94,19 @@ struct mp3entry { /* resume related */ int offset; /* bytes played */ int index; /* playlist index */ + + /* FileEntry fields */ + long fileentryoffset; + long filehash; + long songentryoffset; + long rundbentryoffset; + + /* runtime database fields */ + long rundbhash; + short rating; + short voladjust; + long playcount; + long lastplayed; }; enum { -- cgit v1.2.3