From f84fcd3690002bc5357e801eb4062d2fe6bc3d30 Mon Sep 17 00:00:00 2001 From: horchi Date: Sun, 15 Dec 2019 10:53:09 +0100 Subject: 2019-12-15: version 1.1.149 (horchi)\n - added: Added cleanup for old wasted timers\n - added: Added _endtime to table timers\n\n --- configs/epg.dat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/epg.dat b/configs/epg.dat index 61c48f6..ed743d0 100644 --- a/configs/epg.dat +++ b/configs/epg.dat @@ -611,7 +611,8 @@ Table timers EVENTID "useid" eventid UInt 0 Data, CHANNELID "" channelid Ascii 50 Data, - _STARTTIME "pre filled start timer for trigger" _starttime Int 10 Data, + _STARTTIME "pre filled start time 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, -- cgit v1.2.3