[mythtv-commits] Ticket #3295: Scheduler schedules recordings on channels it doesn't receive

MythTV mythtv at cvs.mythtv.org
Wed Apr 11 22:03:14 UTC 2007


#3295: Scheduler schedules recordings on channels it doesn't receive
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ijr    
     Type:  defect     |       Status:  new    
 Priority:  minor      |    Milestone:  unknown
Component:  mythtv     |      Version:  0.20   
 Severity:  medium     |   Resolution:         
-----------------------+----------------------------------------------------

Comment(by adambrewster at gmail.com):

 Sorry, putting the patch inline didn't seem to work very well.

 The attachment is the same as the patch in the description.

 Adam

 Here it is again in code tags.

 {{{
 Index: programs/mythbackend/scheduler.cpp
 ===================================================================
 --- programs/mythbackend/scheduler.cpp  (revision 13212)
 +++ programs/mythbackend/scheduler.cpp  (working copy)
 @@ -2319,6 +2319,10 @@
  " LEFT JOIN oldfind ON "
  "  (oldfind.recordid = recordmatch.recordid AND "
  "   oldfind.findid = ") + progfindid + QString(") "
 +" WHERE (CASE capturecard.cardtype "
 +"  WHEN 'FIREWIRE' THEN channel.channum = channel.channum+0 "
 +"  WHEN 'DVB' THEN (channel.mplexid && channel.mplexid != 32767) "
 +"  ELSE 1 END)"
  " ORDER BY RECTABLE.recordid DESC "
  );

 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3295#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list