summaryrefslogtreecommitdiff
path: root/apps/plugins/databox/edittoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/databox/edittoken.h')
-rw-r--r--apps/plugins/databox/edittoken.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/databox/edittoken.h b/apps/plugins/databox/edittoken.h
index 4c9f535448..6f176e72b5 100644
--- a/apps/plugins/databox/edittoken.h
+++ b/apps/plugins/databox/edittoken.h
@@ -54,6 +54,10 @@
54#define TOKEN_FILENAME 125 54#define TOKEN_FILENAME 125
55#define TOKEN_EDIT 126 55#define TOKEN_EDIT 126
56#define TOKEN_AUTORATING 127 56#define TOKEN_AUTORATING 127
57#define TOKEN_PLAYTIME 128
58#define TOKEN_TRACKNUM 129
59#define TOKEN_SAMPLERATE 130
60#define TOKEN_BITRATE 131
57 61
58#define ACCEPT_EOF 0x1 62#define ACCEPT_EOF 0x1
59#define ACCEPT_BOOLOP 0x2 63#define ACCEPT_BOOLOP 0x2
@@ -70,6 +74,10 @@
70#define INTVALUE_RATING 2 74#define INTVALUE_RATING 2
71#define INTVALUE_PLAYCOUNT 3 75#define INTVALUE_PLAYCOUNT 3
72#define INTVALUE_AUTORATING 4 76#define INTVALUE_AUTORATING 4
77#define INTVALUE_PLAYTIME 5
78#define INTVALUE_TRACKNUM 6
79#define INTVALUE_SAMPLERATE 7
80#define INTVALUE_BITRATE 8
73#define INTVALUE_TITLE 14 81#define INTVALUE_TITLE 14
74#define INTVALUE_ARTIST 15 82#define INTVALUE_ARTIST 15
75#define INTVALUE_ALBUM 16 83#define INTVALUE_ALBUM 16