EPGImport V07 update new version 7 day UK EPG

EDW

Regular Member
Joined
Nov 18, 2003
Messages
354
Reaction score
3
Points
0
h*tp://ufs910.hdtvinfo.eu/components/com_fireboard/uploaded/files/EPGImportV07_UPDATE_17022010.rar


by SatMann(thanks)


EPGImport V07 update new version 2010/03/24 20:04 Karma: 1 Karma+ Karma-
Hi guys,

UPDATE : 17/02/2010
NEW EPG DATA !

What's new
* New download paths ADDED!!! CHANGE the EPGImport.txt file* epg data for :
1. Tv-Vlaanderen / Canal + NL / Telesat Belgium
2. SKY UK
3. CSAT
4. NORDIC
5. DPLUS
6. POLAND

NEW :
7. SKY ITALIA
8. GERMANY

9. EXYU


Tested on F1 latest software.

here the info :

1. Unrar the file
place the folder EPGImport into :
/usr/lib/enigma2/python/Plugins/Extensions/

In this folder there are 3 files ! they must stay in this folder (EPGImport)

2. restart your kathrein
after restarting your kathrein the plugin will be enabled in the plugin list.

3. change the download url for epg data
In the folder :
/usr/lib/enigma2/python/Plugins/Extensions/EPGImport
you will find the file :
EPGImport.txt

In this file you will find 9 url's where you can download ready to use epg.dat files.

the code of the file is like :
code:

Code:



## EPGImport variable V0.7 by SatMann
## uncomment the line you want to use for your download.
## WARNING : only one url can be active !!!!!
##

##################################
# EPG LIST
##################################

## RYTEC : Tv-vlaanderen / Canal + NL / Telesat EPG data for 7 days
#----------------------------------------------------------------------------
Url = 'http://www.xmltvepg.be/benl/epg.dat.gz'

## RYTEC : SKY UK EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://www.xmltvepg.be/uk/epg.dat.gz'

## RYTEC : CSAT EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://www.xmltvepg.be/csat/epg.dat.gz'

## RYTEC : NORDIC EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://www.xmltvepg.be/nordic/epg.dat.gz'

## RYTEC : DPLUS EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://www.xmltvepg.be/dplus/epg.dat.gz'

## RYTEC : POLAND EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://www.xmltvepg.be/poland/epg.dat.gz'

## RYTEC : GERMANY EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://www.xmltvepg.be/germany/epg.dat.gz'

## RYTEC : ITALY EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://www.xmltvepg.be/italy/epg.dat.gz'

## Satmate : SKY Italia EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://hqsatellite.com/satmate/skyit_epg.dat.gz'

## Satmate : SKY UK EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://hqsatellite.com/satmate/skyuk_epg.dat.gz'

## Krkadoni: ExYu EPG data for 7 days
#----------------------------------------------------------------------------
#Url = 'http://krkadoni.com/ext.epg.dat.gz'






You uncomment the url you want by deleting the # sign before the Url parameter.
Standard the first Url is activated.
ATTENTION !
only ONE Url can and must be active.

4. activate the plugin
Now we start the plugin.
go to :
--->Menu
--->Plugins
---> en click on : EPGImport v0.7

You will see the spinner for max 10-15 seconds and your box will restart.
Restarting is necessary in E2 for kathrein in order to manage the epg data.

5. Check the epg content.
Now you have epg on the channels you want (providers are listed in the EPGImport.txt)

TIP :
after a reboot with E2 images of AAF, wait over 1 minut before doing stuff in the menu.
This is because after you have image the rest of the plugins is loaded.
File Attachment:
File name: EPGImportV07_UPDATE_17022010.rar
File size:2248 bytes








EPGImport V07 update new version 2010/03/24 20:04 Karma: 1 Karma+ Karma-
Hi guys,

UPDATE : 17/02/2010
NEW EPG DATA !

What's new
* New download paths ADDED!!! CHANGE the EPGImport.txt file* epg data for :
1. Tv-Vlaanderen / Canal + NL / Telesat Belgium
2. SKY UK
3. CSAT
4. NORDIC
5. DPLUS
6. POLAND

NEW :
7. SKY ITALIA
8. GERMANY

9. EXYU


Tested on F1 latest software.

here the info :

1. Unrar the file
place the folder EPGImport into :
/usr/lib/enigma2/python/Plugins/Extensions/

In this folder there are 3 files ! they must stay in this folder (EPGImport)

2. restart your kathrein
after restarting your kathrein the plugin will be enabled in the plugin list.

3. change the download url for epg data
In the folder :
/usr/lib/enigma2/python/Plugins/Extensions/EPGImport
you will find the file :
EPGImport.txt

In this file you will find 9 url's where you can download ready to use epg.dat files.

the code of the file is like :
code:
 
Top