From patchwork Thu Apr 7 03:32:59 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: M Racine X-Patchwork-Id: 11849 Received: from wproxy.gmail.com ([64.233.184.196]) by www.linuxtv.org with esmtp (Exim 4.34) id 1DJNsA-0006pd-3O for vdr@linuxtv.org; Thu, 07 Apr 2005 05:40:02 +0200 Received: by wproxy.gmail.com with SMTP id 69so403011wra for ; Wed, 06 Apr 2005 20:39:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=OJkWhk8bN6hKJoHr6Z62Udyp9Rgbw6rcsJayP2PjLONBxrgkB0f0iV4WrJmJu/X4Idy4Y18G89cn/QhEuYXmtJrth4KU9N0tVnluz2NzDvBXR0a+G2pu21CYA/MeBPbE7NqmZBWJ5s2p+8F2A+N681SqnjaBIe31jlCnqoqug7o= Received: by 10.54.32.67 with SMTP id f67mr694757wrf; Wed, 06 Apr 2005 20:32:59 -0700 (PDT) Received: by 10.54.100.5 with HTTP; Wed, 6 Apr 2005 20:32:59 -0700 (PDT) Message-ID: <76b958a105040620324c6c5c42@mail.gmail.com> Date: Wed, 6 Apr 2005 23:32:59 -0400 From: M Racine To: Klaus Schmidinger's VDR Subject: Re: [vdr] VDR::Plugin::Channelscan - request for improvement In-Reply-To: <4254125E.9030901@ece.ubc.ca> Mime-Version: 1.0 References: <4252BDA2.90809@ece.ubc.ca> <8159b5c05040514555c2501c9@mail.gmail.com> <4254125E.9030901@ece.ubc.ca> X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: M Racine , Klaus Schmidinger's VDR List-Id: Klaus Schmidinger's VDR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 03:40:02 -0000 Status: O X-Status: X-Keywords: X-UID: 1471 I had the same problem, if you delete 0130.ini it freezes on startup. I patched this line, put in an ini file that you have. --- ./channelscan.c.orig 2005-01-16 06:04:41.000000000 -0500 +++ ./channelscan.c 2005-03-30 00:39:40.000000000 -0500 @@ -87,7 +87,7 @@ const char *ConfDir = cPlugin::ConfigDirectory(); char cTranspoderDir[255]; strcpy(cTranspoderDir,ConfDir); - strcat(cTranspoderDir,"//transponders//0130.ini"); + strcat(cTranspoderDir,"//transponders//2500.ini"); strcpy(cSelectedFile, cTranspoderDir); iSelectedFile=0; ShowSatData(cSelectedFile);