Mailing List archive

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

[vdr] Re: EPG-Info length



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?

Rainer---<=====>                         Vertraulich
             //  
           //                              
         <=====>--------------ocholl, Kiel, Germany ------------



Home | Main Index | Thread Index