From patchwork Sat Feb 4 11:26:02 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Constabel X-Patchwork-Id: 12192 Received: from archer.toppoint.de ([217.70.197.1] helo=mail.toppoint.de) by www.linuxtv.org with esmtp (Exim 4.50) id 1F5LYY-0000g8-GF for vdr@linuxtv.org; Sat, 04 Feb 2006 12:26:18 +0100 Received: (from mail@localhost) by mail.toppoint.de (8.11.7p1+Sun/8.11.7) id k14BQAp23004 for ; Sat, 4 Feb 2006 12:26:10 +0100 (MET) Received: from herakles(217.70.198.22), claiming to be "herakles.zh.local" via SMTP by archer, id smtpdOAaa7S; Sat Feb 4 12:26:05 2006 Received: from localhost (localhost [127.0.0.1]) by herakles.zh.local (Postfix) with ESMTP id C70B348693E for ; Sat, 4 Feb 2006 12:26:02 +0100 (CET) Received: from herakles.zh.local ([127.0.0.1]) by localhost (herakles.zh.local [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01497-01-2 for ; Sat, 4 Feb 2006 12:26:02 +0100 (CET) Received: by herakles.zh.local (Postfix, from userid 503) id A2FE3486810; Sat, 4 Feb 2006 12:26:02 +0100 (CET) Date: Sat, 4 Feb 2006 12:26:02 +0100 From: Mike Constabel To: vdr@linuxtv.org Subject: Re: [vdr] New version of EPG Search? Message-ID: <20060204112602.GF5664@herakles.toppoint.de> Mail-Followup-To: vdr@linuxtv.org References: <20060204073917.GB61241@server.idefix.loc> <200602040955.12271.frank.enderle@gmx.net> <20060204104157.GA75813@server.idefix.loc> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20060204104157.GA75813@server.idefix.loc> X-OpenPGP-Key-ID: 0x3314CCD7 X-OpenPGP-Key-Fprint: 6B4E C29D 683F FDBC 9AF5 CA95 7534 B96A 3314 CCD7 X-OpenPGP-Request: Mail me with subject "get openpgpkey" or look at keyservers Organization: http://www.toppoint.de/ User-Agent: Mutt/1.5.11 X-Virus-Scanned: Debian amavisd-new at herakles.toppoint.de X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 11:26:19 -0000 Status: O X-Status: X-Keywords: X-UID: 7667 Hello, On 2006-02-04 at 11:41 CET Matthias Fechner wrote: > I tried now > http://people.freenet.de/cwieninger/vdr-epgsearch-0.9.10.tgz > > but the problem persists. Try this patch: Mike --- menu_main.c.org Fri Jan 13 16:51:41 2006 +++ menu_main.c Sun Jan 29 17:00:58 2006 @@ -61,7 +61,7 @@ currentChannel = Channel->Number(); if (Schedule) { - const cEvent *PresentEvent = Schedule->GetPresentEvent(currentChannel == cDevice::CurrentChannel()); + const cEvent *PresentEvent = Schedule->GetPresentEvent(); time_t now; if (shiftTime == 0) now = time(NULL) - Setup.EPGLinger * 60;