[mythtv] Re: [PATCH] Soft padding proof of concept

David Engel gigem at comcast.net
Fri Oct 14 15:17:52 UTC 2005


On Fri, Oct 14, 2005 at 06:14:31PM +1000, David Shirley wrote:
> Yep i just enabled it, but still got problems:

For some reason, it doesn't appear to be trying other showings.  What
is your dupmethod set to?  Maybe this patch will help.

David
-- 
David Engel
gigem at comcast.net

--- programs/mythbackend/scheduler.cpp.orig	2005-10-14 10:15:07.011753243 -0500
+++ programs/mythbackend/scheduler.cpp	2005-10-14 10:14:37.690883142 -0500
@@ -697,7 +697,8 @@
         if (q->recstatus != rsEarlierShowing &&
             q->recstatus != rsLaterShowing)
             continue;
-        if (!p->IsSameProgram(*q))
+        if (!p->IsSameProgram(*q) &&
+            !p->IsSameTimeslot(*q))
             continue;
         if ((p->rectype == kSingleRecord || 
              p->rectype == kOverrideRecord) && 


More information about the mythtv-dev mailing list