Mhwepg
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 8: | Zeile 8: | ||
[http://jrepetto.free.fr/csd/index.htm Digital+ (Spain)] | [http://jrepetto.free.fr/csd/index.htm Digital+ (Spain)] | ||
[http://jrepetto.free.fr/csn/index.htm Canal+/CanalSatellite (France)] | [http://jrepetto.free.fr/csn/index.htm Canal+/CanalSatellite (France)] | ||
− | [http://jrepetto.free.fr/telepiu/index.htm Sky Italia] | + | [http://jrepetto.free.fr/telepiu/index.htm Sky (Italia)] |
[http://jrepetto.free.fr/cyfra/index.htm Cyfra+ (Poland)] | [http://jrepetto.free.fr/cyfra/index.htm Cyfra+ (Poland)] | ||
Zeile 32: | Zeile 32: | ||
|--- [http://jrepetto.free.fr/csd/index.htm Digital+ (Spain)] : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S19.2E -f 10847"|at now | |--- [http://jrepetto.free.fr/csd/index.htm Digital+ (Spain)] : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S19.2E -f 10847"|at now | ||
|--- [http://jrepetto.free.fr/csn/index.htm Canal+/CanalSatellite (France)] : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S19.2E -f 12363"|at now | |--- [http://jrepetto.free.fr/csn/index.htm Canal+/CanalSatellite (France)] : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S19.2E -f 12363"|at now | ||
− | |--- [http://jrepetto.free.fr/telepiu/index.htm Sky Italia] | + | |--- [http://jrepetto.free.fr/telepiu/index.htm Sky (Italia)] : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S13.0E -f 11880"|at now |
|--- [http://jrepetto.free.fr/cyfra/index.htm Cyfra+ (Poland)] : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S13.0E -f 10719"|at now | |--- [http://jrepetto.free.fr/cyfra/index.htm Cyfra+ (Poland)] : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S13.0E -f 10719"|at now | ||
Version vom 17. August 2004, 12:07 Uhr
Inhaltsverzeichnis |
Beschreibung
(M)edia(H)igh(W)ay EPG (mhwepg) ist ein Programm um EPG Daten via Satelite zu empfangen, die Informationen werden von der Canal+ group (Mediahighway receivers) bereit gestellt.
Mhwepg bringt die Daten in ein VDR konformes Format.
Kanäle
Canal Digitaal (Netherlands) Digital+ (Spain) Canal+/CanalSatellite (France) Sky (Italia) Cyfra+ (Poland)
Hardwareanforderungen
(Driver API 3), heißt das Mhwepg im Moment nicht mit den neuen Kernel-drivern (1.1.1) zusammen arbeitet.
Softwareanforderungen
Mhwepg, Loadepg, Perl, At (Job-Manager)
Installation
cd /usr/local/src wget http://jrepetto.free.fr/mhwepg-0.4.2.tar.gz tar zxvf mhwepg-0.4.2.tar.gz mv mhwepg-0.4.2 mhwepg cd mhwepg wget www.lukkinosat.altervista.org/loadepg-0.4.tar.bz2 tar jxvf loadepg-0.4.tar.bz2 patch < mhwepg-0.4.2.diff
Konfiguration
Einträge commands.conf
--+ m h w e p g : echo |--- Canal Digitaal (Netherlands) : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S19.2E -f 12515"|at now |--- Digital+ (Spain) : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S19.2E -f 10847"|at now |--- Canal+/CanalSatellite (France) : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S19.2E -f 12363"|at now |--- Sky (Italia) : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S13.0E -f 11880"|at now |--- Cyfra+ (Poland) : echo "cd /usr/local/src/mhwepg && ./loadepg.pl -d localhost -p 2001 -s S13.0E -f 10719"|at now
Viel verkehrt kann man nicht machen, der mhwepg.log ist unter /var/log zu finden, bei Erfolg:
UTC Offset = 0 Country = ESP, Region = 1 Local Time Offset = 3600 Next Local Time Offset = 7200 Date of change = 25/03/2001 Reading titles ... Reading summaries ... Nb of summaries : 12419 Nb of titles : 11588 Writing EPG data to file ... Nb of channels = 82
Auslagerort = /tmp beides ist in der loadepg.pl definiert, und kann dort angepasst werden:
system( "./mhwepg -o /tmp/epg.tmp &>/var/log/mhwepg.log" ); ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ .... open( FILE, "/tmp/epg.tmp" ); ^^^^^^^^^^^^
Probleme
Keine bekannt.
Links
[1] | http://jrepetto.free.fr | Homepage Mhwepg |
[2] | http://www.www.lukkinosat.altervista.org/loadepg-0.4.tar.bz2 | Aktuelle Scripts |