[mythtv-commits] Ticket #673: Allow >2 channels to use the same xmltvid

MythTV mythtv at cvs.mythtv.org
Thu Jan 12 11:11:06 UTC 2006


#673: Allow >2 channels to use the same xmltvid
-------------------------------------+--------------------------------------
 Reporter:  htpc at treblid.dyndns.org  |        Owner:  ijr     
     Type:  patch                    |       Status:  reopened
 Priority:  minor                    |    Milestone:  unknown 
Component:  mythtv                   |      Version:  head    
 Severity:  high                     |   Resolution:          
-------------------------------------+--------------------------------------
Changes (by htpc at treblid.dyndns.org):

  * resolution:  fixed =>
  * severity:  medium => high
  * status:  closed => reopened

Comment:

 [8561] is broken as the query object is reused again later on in the loop
 (somewhere in line 2317), thus breaking the earlier "while(query.next())"
 statement.

 Attached is a quick patch that creates another MSqlQuery object called
 chanQuery, but this requires 2 connections.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/673>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list