summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2019-12-15 10:52:29 +0100
committerhorchi <vdr@jwendel.de>2019-12-15 10:52:29 +0100
commit66b3157bbed7e503339071aee8e3256f5e8e1cd4 (patch)
tree058998ed70183b0f6d534ad9e369a5c7a3e9b76d /configs
parentb63251e00b1123798a9cfa41f381e0f39b72a11b (diff)
downloadvdr-plugin-epg2vdr-66b3157bbed7e503339071aee8e3256f5e8e1cd4.tar.gz
vdr-plugin-epg2vdr-66b3157bbed7e503339071aee8e3256f5e8e1cd4.tar.bz2
2019-12-15: version 1.1.104 (horchi)\n - added: Added _endtime to table timers\n\n1.1.104
Diffstat (limited to 'configs')
-rw-r--r--configs/epg.dat5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/epg.dat b/configs/epg.dat
index e0d5de5..aae0c97 100644
--- a/configs/epg.dat
+++ b/configs/epg.dat
@@ -612,6 +612,7 @@ Table timers
EVENTID "useid" eventid UInt 0 Data,
CHANNELID "" channelid Ascii 50 Data,
_STARTTIME "pre filled start timer for trigger" _starttime Int 10 Data,
+ _ENDTIME "pre filled end time" _endtime Int 10 Data,
SOURCE "like osd, webif, epgd" source Ascii 40 Data,
TYPE "'R'ecord, 'V'iew (umschalt)" type Ascii 1 Data,
@@ -627,8 +628,8 @@ Table timers
ACTIVE "" active UInt 0 Data,
DAY "" day Int 10 Data,
WEEKDAYS "" weekdays Int 10 Data,
- STARTTIME "" starttime Int 10 Data,
- ENDTIME "" endtime Int 10 Data,
+ STARTTIME "HHMM" starttime Int 10 Data,
+ ENDTIME "HHMM" endtime Int 10 Data,
FILE "" file Ascii 512 Data,
DIRECTORY "" directory Ascii 512 Data,