[mythtv-commits] Ticket #6417: Scanning hdhomerun for only unencrypted channels fails to find many.

MythTV mythtv at cvs.mythtv.org
Thu Apr 2 11:53:14 UTC 2009


#6417: Scanning hdhomerun for only unencrypted channels fails to find many.
--------------------------------------+-------------------------------------
 Reporter:  rossc at cs.colostate.edu    |       Owner:  danielk
     Type:  defect                    |      Status:  new    
 Priority:  major                     |   Milestone:  unknown
Component:  MythTV - Channel Scanner  |     Version:  unknown
 Severity:  medium                    |     Mlocked:  0      
--------------------------------------+-------------------------------------
 When scanning the subchannels of any given channel, the scanner will give
 up on the entire channel as soon as it finds the first encrypted one.  For
 example:

 mythconfig finds:

 {{{
 SCANNING: 651000000 (us-irc:100, us-cable:100)
 LOCK: qam256 (ss=91 snq=100 seq=100)
 PROGRAM 1: 0
 PROGRAM 2: 0
 PROGRAM 3: 0
 PROGRAM 4: 0
 PROGRAM 5: 0 (encrypted)
 PROGRAM 6: 0 (encrypted)
 PROGRAM 7: 0
 PROGRAM 8: 0
 PROGRAM 9: 0
 PROGRAM 10: 0
 PROGRAM 11: 0 (encrypted)
 PROGRAM 12: 0
 }}}

 But for this channel the mythtv scan will only find sub channels 1 2 3 and
 4.  7 8 9 10, and 12 will not be found.

 If you turn off the "unencrypted channels only" then it will find them
 all, including the encrypted ones.

 I expected it is something as simple as a ''break;'' or ''return;'' where
 there should be a ''continue;'', but I am not sure where to look for it.

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


More information about the mythtv-commits mailing list