From 261bb920c2719a472be388d320cdfadfa3732ad6 Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Mon, 6 Jun 2005 19:34:35 +0000 Subject: New search capabilities; autorating, bitrate, track number, playtime, samplerate git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6588 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/databox/edittoken.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/plugins/databox/edittoken.h') diff --git a/apps/plugins/databox/edittoken.h b/apps/plugins/databox/edittoken.h index 4c9f535..6f176e7 100644 --- a/apps/plugins/databox/edittoken.h +++ b/apps/plugins/databox/edittoken.h @@ -54,6 +54,10 @@ #define TOKEN_FILENAME 125 #define TOKEN_EDIT 126 #define TOKEN_AUTORATING 127 +#define TOKEN_PLAYTIME 128 +#define TOKEN_TRACKNUM 129 +#define TOKEN_SAMPLERATE 130 +#define TOKEN_BITRATE 131 #define ACCEPT_EOF 0x1 #define ACCEPT_BOOLOP 0x2 @@ -70,6 +74,10 @@ #define INTVALUE_RATING 2 #define INTVALUE_PLAYCOUNT 3 #define INTVALUE_AUTORATING 4 +#define INTVALUE_PLAYTIME 5 +#define INTVALUE_TRACKNUM 6 +#define INTVALUE_SAMPLERATE 7 +#define INTVALUE_BITRATE 8 #define INTVALUE_TITLE 14 #define INTVALUE_ARTIST 15 #define INTVALUE_ALBUM 16 -- cgit v1.1