Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] [ANNOUNCE] mhwepg-0.4.2 (Mediahighway EPG)



Hi,

mhwepg 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), Sky Italia, and Digital+ (Spain).

You can download it from :
http://jrepetto.free.fr/

Main changes since V0.4 :

- Fixed a bug relative to the DST time change (if you are using the 0.4 version, you should upgrade before next week)
- Improved incorrect data rejection (especially for Sky Italia)
- Updated the Digital+ EPG channel frequency
- Updated the Sky Italia EPG channel frequency
- Increased the maximum number of channels from 100 to 150 (for Sky Italia, which now sends EPG for 104 channels)
- Added the list of next diffusions (available on french channels only)
- mhwepg now exits after a time-out if it can't receive the EPG data


Please note that if you are using the Linux kernels 2.6.0 to 2.6.4, and software sections filters, you must apply this patch to dvb_demux.c :

--- dvb_demux.c.orig 2004-03-16 17:35:29.367077624 +0100
+++ dvb_demux.c 2004-03-16 17:35:45.641603520 +0100
@@ -214,8 +214,6 @@
} while ((f = f->next) && sec->is_filtering);

sec->seclen = 0;
-
- memset(buf, 0, DVB_DEMUX_MASK_MAX);

return 0;
}


This patch is already in the DVB driver CVS.

Jean-Claude






--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index