Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: timer dating



Rainer Zocholl wrote:
> 
> JFI:
> 
> Little "usage" problem:
> 
> today (the 27.) i disabled a time on sunday (blue key)
> 
> The "timer date" was set to the 28.3. Hu?
> So the timer will not actually be disabled and will
> record "ski" again...
> 
> I would have expected that the next Sunday (6.4) would have been
> set, or at least next Monday, 1.4. so the timer is really
> disabled.
> Bug or feature?

Well, 'Bug', I'd say.

Please try this:

--- config.c    2002/03/31 11:57:07
+++ config.c    2002/03/31 21:08:12
@@ -640,7 +640,7 @@
 
 void cTimer::SkipToday(void)
 {
-  firstday = IncDay(SetTime(recording ? StartTime() : time(NULL), 0), 1);
+  firstday = IncDay(SetTime(StartTime(), 0), 1);
 }

Line numbers may be somewhat off.

With this change pressing the Blue button while a timer is actually
recording will still set the "First day" parameter to "tomorrow".
If the timer is _not_ recording, it will be set to "one day after
the timer would have hit". In the old version it has always been set
to "tomorrow", which apparently is not what the user would expect.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________



Home | Main Index | Thread Index