[mythtv] CVS : External channel changer executes twice

Jason Ramey webmaster at permutation.org
Mon May 24 17:15:10 EDT 2004


I encountered the same problem with the external script. This fixed it but
broke using the record button during LiveTV viewing. 

Jason Ramey
majordomo at permutation.org  

-----Original Message-----
From: mythtv-dev-bounces at mythtv.org [mailto:mythtv-dev-bounces at mythtv.org]
On Behalf Of Mark A. Mankins
Sent: Sunday, May 23, 2004 4:04 PM
To: mythtv-dev at mythtv.org
Subject: [mythtv] CVS : External channel changer executes twice

Dan Morphis wrote:
> diff -u is how Isaac prefers to receive the patches.
>
> -dan

Here's the patch in unified format.  Keep in mind that this patch isn't
complete, it is just what I did to correct the external channel changer
problem.

Mark

diff -u -r1.148 tv_rec.cpp
--- libs/libmythtv/tv_rec.cpp   21 May 2004 03:39:58 -0000      1.148
+++ libs/libmythtv/tv_rec.cpp   23 May 2004 19:56:12 -0000
@@ -496,7 +496,7 @@
             bool success = channel->Open();
             if (success)
             {
-                success =
channel->SetChannelByString(channel->GetCurrentName());
+                //success = 
+ channel->SetChannelByString(channel->GetCurrentName());
                 if (!success)
                 {
                     VERBOSE(VB_IMPORTANT, "Signal level too low?");




More information about the mythtv-dev mailing list