[mythtv-commits] Ticket #2418: Parse Premiere private tables for EPG data of PPV channels

MythTV mythtv at cvs.mythtv.org
Fri Apr 13 03:23:11 UTC 2007


#2418: Parse Premiere private tables for EPG data of PPV channels
----------------------------------+-----------------------------------------
 Reporter:  mythtv at linux-dude.de  |        Owner:  janne 
     Type:  task                  |       Status:  closed
 Priority:  minor                 |    Milestone:  0.21  
Component:  dvb                   |      Version:  head  
 Severity:  medium                |   Resolution:  fixed 
----------------------------------+-----------------------------------------
Changes (by janne):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (In [13224]) Closes #2418. Adds EPG support for Premiere's Optionskanaele

 Changes the type of the eventid column to UNSIGNED INT since
 Premiere uses 32bit IDs.

 These channels are currently not detected by the channel scanner.
 Premiere has currently data on their private EPG pids for following
 channels:
 +-------------+-----------+-------------+-----------+
 | name        | networkid | transportid | serviceid |
 +-------------+-----------+-------------+-----------+
 | P Direkt 7  |       133 |           1 |       212 |
 | P Direkt 3  |       133 |           2 |       224 |
 | P Direkt 4  |       133 |           2 |       225 |
 | P Direkt 11 |       133 |           3 |       220 |
 | P Sport 1   |       133 |           3 |       222 |
 | P Direkt 8  |       133 |           3 |       242 |
 | P Direkt 9  |       133 |           3 |       243 |
 | P Direkt 10 |       133 |           3 |       244 |
 | P Direkt 1  |       133 |           4 |       208 |
 | P Direkt 2  |       133 |           4 |       209 |
 | P Sport 2   |       133 |          17 |       221 |
 | P Direkt 5  |       133 |          17 |       226 |
 | P Direkt 6  |       133 |          17 |       227 |
 +-------------+-----------+-------------+-----------+
 The numbers of the Direkt channels is random.

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


More information about the mythtv-commits mailing list