From 9d756e2760a0926aa416b22e276c4a5b2685e84e Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sat, 21 Jul 2007 17:35:19 +0000 Subject: Queue song statistical data to the tagcache system and update entirely in background. Fixes ratings disappearing or not saving in the DB at all. Fixes also UI delay when stopping playback and new statistics are committed to DB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13955 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/id3.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/id3.h') diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 4ce2e9978f..3b69d50075 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -202,10 +202,12 @@ struct mp3entry { long rundbentryoffset; /* runtime database fields */ + long tagcache_idx; short rating; short score; long playcount; long lastplayed; + long playtime; /* replaygain support */ -- cgit v1.2.3