[mythtv-commits] Ticket #5922: fix finnish rerun detection

MythTV mythtv at cvs.mythtv.org
Mon Jan 5 14:14:19 UTC 2009


#5922: fix finnish rerun detection
-------------------------+--------------------------------------------------
 Reporter:  ikke at iki.fi  |        Owner:  stuarta   
     Type:  patch        |       Status:  new       
 Priority:  minor        |    Milestone:  0.22      
Component:  eit          |      Version:  0.21-fixes
 Severity:  medium       |   Resolution:            
  Mlocked:  0            |  
-------------------------+--------------------------------------------------

Comment(by anonymous):

 OK, I got more info about some providers. Finnish national YLE dvb-t
 broadcasts have networkid 8438 at least in southern Finland, capital area:

 {{{   // DVB-T Espoo, Finland
    fix[ 8438U << 16] = EITFixUp::kFixFI;

    // DVB-C Elisa Finland
    fix[  0U << 16] = EITFixUp::kFixFI;
    fix[ 15U << 16] = EITFixUp::kFixFI;
 }}}

 The latter one, Elisa, is the kind you mentioned, one with bad networkid
 zero. Let's forget that one, everyone can patch it themselves who need it.

 So all together, could you please add DVB-T YLE id 8438 and DVB-C Welho id
 42249 for Finnish fixup call?

 {{{   // DVB-T Espoo, Finland
    fix[ 8438U << 16] = EITFixUp::kFixFI;
    // DVB-C Welho, Finland
    fix[ 42249U << 16] = EITFixUp::kFixFI;
 }}}

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


More information about the mythtv-commits mailing list