[mythtv-commits] Ticket #10098: Australian EIT Fixups

MythTV noreply at mythtv.org
Sat Oct 15 14:54:38 UTC 2011


#10098: Australian EIT Fixups
-------------------------------------+----------------------------
 Reporter:  lexvictory@…             |          Owner:  stuarta
     Type:  Patch - Feature          |         Status:  new
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - EIT             |        Version:  0.24-fixes
 Severity:  medium                   |     Resolution:
 Keywords:  eit, australia           |  Ticket locked:  0
-------------------------------------+----------------------------

Comment (by dekarl@…):

 That sounds very similar to the way the multiplexes are setup over here.
 (Each TV network has their own multiplex aka. transport. Not to be
 confused with DVB networks.)

 If the numbers in your patch are the numbers that identify each unique
 multiplex, then you can do as follows.

 The common "all australian DVB-T" rules for the description matches like
 this
 {{{
 fix [ 8228U << 16 ] = EITFixUp::kFixAUDescription; // DVB-T Australia
 whole original network
 }}}

 and the special, per multiplex(transport), rules get matched by the
 combination of original_network_id/transport_id as follows
 {{{
 fix [  4115U << 32 | 8228U << 16 ] = EITFixUp::kFixAUSeven; // Seven
 transport
 fix [ 12801U << 32 | 8228U << 16 ] = EITFixUp::kFixAUFreeview; // ABC
 transport
 fix [ 12803U << 32 | 8228U << 16 ] = EITFixUp::kFixAUFreeview |
 EITFixUp::kFixAUNine; // Nine transport
 }}}

 while at it you could remove one of the AUStar lines as they are
 duplicates.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10098#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list