[mythtv-commits] Ticket #7624: myth-setup crashes scanning DVB-T channels with ERROR: invalid channel on HDHomerun.

MythTV mythtv at cvs.mythtv.org
Thu Jan 21 12:09:19 UTC 2010


#7624: myth-setup crashes scanning DVB-T channels with ERROR: invalid channel on
HDHomerun.
--------------------------------------+-------------------------------------
 Reporter:  tortise@…                 |       Owner:  nigel  
     Type:  defect                    |      Status:  started
 Priority:  minor                     |   Milestone:  0.23   
Component:  MythTV - Channel Scanner  |     Version:  0.22   
 Severity:  medium                    |     Mlocked:  1      
--------------------------------------+-------------------------------------
Changes (by nigel):

  * status:  assigned => started


Comment:

 In Australia, with an empty DB, an initial scan with r23228 is tuning
 'auto:freq', so doesn't exhibit this fault. Until I can mangle my database
 enough to reproduce, can one of the interested parties please try this
 tidyup of r22016:
 {{{
 Index: hdhrstreamhandler.cpp
 ===================================================================
 --- hdhrstreamhandler.cpp       (revision 23228)
 +++ hdhrstreamhandler.cpp       (working copy)
 @@ -692,7 +692,7 @@
          return QString::null;
      }

 -    if (error && name == QString("channel"))
 +    if (error && name == QString("channel") && val.contains("qam_"))
      {
          QString newval = val;
          newval.replace("qam_256", "qam");

 }}}
 and mail the results to me, or the mythv-dev list?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7624#comment:12>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list