Mailing List archive

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

[vdr] Re: EPG-Info length



Rainer Zocholl wrote:
> 
> Klaus.Schmidinger@cadsoft.de(Klaus Schmidinger)  29.03.02 13:00
> 
> Once upon a time Klaus Schmidinger shaped the electrons to say...
> 
> >If you absolutely want this kind of behaviour, why don't you take
> >a look at the source code (its Open Source, after all)?
> 
> >In menu.c, function cMenuSchedule::PrepareSchedule(), you can find the
> >line
> 
> >  if (EventInfo->GetTime() + EventInfo->GetDuration() > now)
> 
> >Change this to, for instance,
> 
> >  if (EventInfo->GetTime() + EventInfo->GetDuration() > now - 3600)
> 
> >to get entries that have ended up to an hour ago, or delete the whole
> >line to get _all_ entries, no matter how old they are.
> 
> That works very well!
> 
> But how can i ensure that "schedule" display still starts
> with the current EPG-Info, so i don't need to scroll every time
> the half day?

Well, that's probably more work to do, but you're on
your own with that...

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