Difference between revisions of "MediaHighWay EPG"

From MythTV Official Wiki
Jump to: navigation, search
(page created)
 
Line 26: Line 26:
  
  
===Parameter===
+
==Parameter==
 
{| width="100%" class="wikitable"
 
{| width="100%" class="wikitable"
 
|-
 
|-

Revision as of 15:33, 15 January 2011

This is a program to extract proprietary EPG Data sent by the Canal+ group (Mediahighway receivers) and parse it into a VDR compatible format. It can be used to get a 7-days EPG for Canal Satellite (France), Cyfra+ (Poland), Canal Digitaal Satelliet (Netherlands), and Sky Italia.


Hardware requirements

  • Driver API 3 (current drivers are not supported)

Installation

wget http://jrepetto.free.fr/mhwepg-0.4.3.tar.gz
tar -zxvf mhwepg-0.4.3.tar.gz
cd mhwepg-0.4.3
make


Configuration

I necesary to create a cjannels.conf file

DIGITAL+:10847:v:0:22000:160:80:0:0:0
CSN EPG:12363:v:0:27500:160:80:0:0:0
CYFRA EPG:10719:v:1:27500:160:80:0:0:0
CD EPG:12515:h:0:22000:160:80:0:0:0
SKY ITALIA EPG:11881:v:1:27500:160:80:0:0:0


Parameter

Parameter Description
-a NUM use given adapter (default 0)
-d NUM use given demux (default 0)
-s STR source (such as S19.2E)
-e STR list of equivalent channels
-l send the channels list to stderr
-o STR output to file <string> (default stdout)

Links

[1] http://jrepetto.free.fr MediaHighWay EPG homepage