[mythtv-commits] mythtv commit: r13224 - in trunk/mythtv/libs/libmythtv by janne

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


      Author: janne
        Date: 2007-04-13 03:23:09 +0000 (Fri, 13 Apr 2007)
New Revision: 13224
   Changeset: http://cvs.mythtv.org/trac/changeset/13224

Added:

   trunk/mythtv/libs/libmythtv/mpeg/premieredescriptors.cpp
   trunk/mythtv/libs/libmythtv/mpeg/premieredescriptors.h
   trunk/mythtv/libs/libmythtv/mpeg/premieretables.cpp
   trunk/mythtv/libs/libmythtv/mpeg/premieretables.h

Modified:

   trunk/mythtv/libs/libmythtv/dbcheck.cpp
   trunk/mythtv/libs/libmythtv/eithelper.cpp
   trunk/mythtv/libs/libmythtv/eithelper.h
   trunk/mythtv/libs/libmythtv/libmythtv.pro
   trunk/mythtv/libs/libmythtv/mpeg/dvbstreamdata.cpp
   trunk/mythtv/libs/libmythtv/mpeg/dvbstreamdata.h
   trunk/mythtv/libs/libmythtv/mpeg/mpegdescriptors.h
   trunk/mythtv/libs/libmythtv/mpeg/mpegtables.h
   trunk/mythtv/libs/libmythtv/mpeg/streamlisteners.h

Log:

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.






More information about the mythtv-commits mailing list