[mythtv-commits] Ticket #1723: DVB scanning in 0-19-fixes branch broken with multiple encoders

MythTV mythtv at cvs.mythtv.org
Mon Apr 24 06:04:26 UTC 2006


#1723: DVB scanning in 0-19-fixes branch broken with multiple encoders
-------------------------------+--------------------------------------------
 Reporter:  andrew at etc.gen.nz  |       Owner:  danielk
     Type:  defect             |      Status:  new    
 Priority:  minor              |   Milestone:         
Component:  dvb                |     Version:  0.19   
 Severity:  medium             |  
-------------------------------+--------------------------------------------
 The DVB channel scanning wizard in the release-0-19-fixes branch is broken
 if you're first encoder code is not a DVB encoder.  First off, this issue
 looks to be fixed in trunk, but it is an issue on release-0-19-fixes.

 There is SQL query to select the lof settigns for the DVB encoder that is
 being used for the scanning.  The query uses two tables, but doesn't
 connect them together in the where clause, so a cartesian join is used.
 In my case this causes the non DVB cards settings to be used - which
 results in the scan failing.

 The attached patch fixes the SQL.

 If you could please apply it to the branch, it would be much appreciated.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1723>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list