Opened 15 years ago
Closed 14 years ago
Last modified 14 years ago
#2418 closed task (fixed)
Parse Premiere private tables for EPG data of PPV channels
Reported by: | Owned by: | Janne Grunau | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | dvb | Version: | head |
Severity: | medium | Keywords: | eit |
Cc: | Ticket locked: | no |
Description
This patch adds support for eit information for the Premiere Sport channels and the PPV Direkt channels. The epg info is provided from the portal channels on pid 0xb11 (Direkt) and 0xb12 (Sport). You have to configure the Sport Portal and the Direkt Portal to the lowest channum of its transponders to be sure the active eitscanner use it. You may also need the patch from ticket:2415.
Attachments (4)
Change History (17)
Changed 15 years ago by
Attachment: | eitsupport-premiere.diff added |
---|
comment:1 Changed 15 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 15 years ago by
Keywords: | eit added |
---|---|
Milestone: | unknown → 0.21 |
Owner: | changed from Isaac Richards to Stuart Auchterlonie |
comment:3 Changed 15 years ago by
After reviewing this I think this could be better implemented by using the standard AddEIT routine and applying a fixup routine as every other type of EIT data processing does.....
Changed 15 years ago by
Attachment: | eitsupport-premiere-rewrite.diff added |
---|
comment:4 Changed 15 years ago by
Here is the changed patch against Revision 11451. The special event information table is now derived from the normal event information table to use the standard eit routine.
comment:5 Changed 14 years ago by
does anyone get this working??? i haven't got eit data for the direct channels although the premiere direct channel is my first premiere channel in the channel list. all othe premier channel have higher numbers!
comment:6 follow-up: 13 Changed 14 years ago by
now it works on my configuration! will this be included in svn ???
comment:7 Changed 14 years ago by
Milestone: | 0.21 → unknown |
---|---|
Owner: | changed from Stuart Auchterlonie to Janne Grunau |
Version: | 0.20 → head |
It will included when we add support for the option channels in the channel scanner.
comment:8 Changed 14 years ago by
Component: | mythtv → dvb |
---|---|
Milestone: | unknown → 0.21 |
Summary: | eit support for option channels from german provider premiere → Add support for Premiere PPV channels (scanner + eit) |
Type: | enhancement → task |
comment:11 Changed 14 years ago by
Summary: | Add support for Premiere PPV channels (scanner + eit) → Parse Premiere private tables for EPG data of PPV channels |
---|
The scanner changes will follow later.
comment:12 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(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.
comment:13 Changed 14 years ago by
How does it works, i have no EPG in all Premiere Feed´s ???
Replying to jochen:
now it works on my configuration! will this be included in svn ???
type changed