summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml')
-rw-r--r--xml/string.c2
-rw-r--r--xml/string.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/xml/string.c b/xml/string.c
index 230a8f3..dda65bb 100644
--- a/xml/string.c
+++ b/xml/string.c
@@ -4,7 +4,7 @@
#include "render.h"
static const char *Tokens[__COUNT_TOKEN__] = {
- "DateTime", "FreeDiskSpace", "AudioTrack", "AudioChannel",
+ "DateTime", "FreeDiskSpace", "UsedDiskSpace", "TotalDiskSpace", "VideoSizeWidth", "VideoSizeHeight", "AudioTrack", "AudioChannel",
// Channel Display
"ChannelNumber", "ChannelName", "ChannelShortName", "ChannelBouquet", "ChannelPortal",
diff --git a/xml/string.h b/xml/string.h
index 3fd6361..2bc1388 100644
--- a/xml/string.h
+++ b/xml/string.h
@@ -10,6 +10,10 @@
enum exToken {
tDateTime,
tFreeDiskSpace,
+ tUsedDiskSpace,
+ tTotalDiskSpace,
+ tVideoSizeWidth,
+ tVideoSizeHeight,
tAudioTrack,
tAudioChannel,