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

MythTV noreply at mythtv.org
Sat Oct 15 10:08:05 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@…):

 If you don't know the network_id you can likely get around with other ids.

 You can look the ids up at
 http://www.dvbservices.com/identifiers/original_network_id
 e.g.
 {{{
 0x2024  Australian Digital Terrestrial Television       Australian
 Broadcasting Authority
 }}}

 that would be fix[ 8228U << 16 ] = thisnthat

 network_ids for DTT in Australia are
 0x3201 - 0x3300 with country code 36

 You could filter by original_network_id + service_id with: fix [8228U <<
 16 | sid] = xxx
 Or you could filter by transport_id (useful over here as the companies
 have their own transport usually) with: fix [tid << 32 | 8228U << 16] =
 xxx

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


More information about the mythtv-commits mailing list