Plugin ViewEPG for 7 day epg

PCD

DB Magician
Joined
Jul 19, 2003
Messages
632
Reaction score
1
Points
18
This plugin shows epg from web sources. Specially, it shows epg for all the channels in the source directly (not only the channels in bouquets).

It is a Beta version - please test.

For now the web sources are from Rytec and Ambrosa. Many thanks to those behind these sources.

There are two plugins in the ipk. EPGUpdate (in the Plugins or Extensions) and ViewEPG (in Extensions and INFO - long press). EPGUpdate configures the source import and has a frontend similar to the plugin EPGImport.

The autostart is at bootup and enigma2 start. So if you are doing Restart enigma2 for other reasons - please "Disable" autostart.

Some images may need gzip.py (in folder /usr/lib/python-2.5) and zlib.so (in folder /usr/lib/python-2.5/lib-dynload chmod 755). These are attached.

The epg updating takes some minutes - so please be patient. It can be checked with ViewEPG.

Regards, pcd.
 

Attachments

  • gzip.py.zip
    5 KB · Views: 86
  • enigma2-plugin-extensions-viewepg_0.1-r0_all.ipk.zip
    30.8 KB · Views: 99
  • zlib.so_mipsel.zip
    7.7 KB · Views: 78
  • zlib.so_powerpc.zip
    10.3 KB · Views: 66

PCD

DB Magician
Joined
Jul 19, 2003
Messages
632
Reaction score
1
Points
18
Some screeshots ! :)
 

Attachments

  • screenshotE.jpg
    screenshotE.jpg
    133.4 KB · Views: 181
  • screenshotC.jpg
    screenshotC.jpg
    127.6 KB · Views: 157
  • screenshotF.jpg
    screenshotF.jpg
    247.9 KB · Views: 210
  • screenshotA.jpg
    screenshotA.jpg
    138.1 KB · Views: 159
  • screenshotG.jpg
    screenshotG.jpg
    141.6 KB · Views: 132
  • screenshotD.jpg
    screenshotD.jpg
    78.9 KB · Views: 119
  • screenshotB.jpg
    screenshotB.jpg
    107.5 KB · Views: 127

bite

Superkomanda
Joined
Nov 8, 2008
Messages
237
Reaction score
6
Points
18
My Satellite Setup
0.8W; 4.8E; 13E (90cm),
19.2E; 28.2E; 36E (110cm),
DM800SE, DM600
My Location
Riga, Latvia
Does this plugin include Viasat Baltic channels, like LTV1, TV3 Latvia, ETV, ETV2, Lithuanian TV1 etc.?
 

PCD

DB Magician
Joined
Jul 19, 2003
Messages
632
Reaction score
1
Points
18
bite said:
Does this plugin include Viasat Baltic channels, like LTV1, TV3 Latvia, ETV, ETV2, Lithuanian TV1 etc.?

Probably Nordic does. I have not checked - there are hundreds of channels in there ! :D
 

zoro25

Attack of the Clones
Joined
Dec 23, 2005
Messages
169
Reaction score
3
Points
16
Age
49
Website
www.thetestmanager.com
My Satellite Setup
Dreambox 800 - Nabilosat Image and 250gig Hard-drive (pointing at 28.2E)
Dreambox 7020 with 120 gig hard-drive disk - running a motorised dish
DM600 +DM500
although only usually the 800 and 7020 are both on.
My Location
UK
Only Enimga2 I'm guessing. Or is there support for Enigma1 as well?
 

PCD

DB Magician
Joined
Jul 19, 2003
Messages
632
Reaction score
1
Points
18
zoro25 said:
Only Enimga2 I'm guessing. Or is there support for Enigma1 as well?
It is possible to write this plugin for enigma1. But will there be many users ?

You can of course have enigma2 images for all of your boxes ! :)
 

compufunk

Regular Member
Joined
May 7, 2008
Messages
1,658
Reaction score
1
Points
38
My Satellite Setup
DM 600-S, VU+ Duo,
Moteck SG2100, Fracarro Penta 85 dish, LG LH3000 42" TV + some computers
My Location
NW, Ireland
PCD said:
It is possible to write this plugin for enigma1. But will there be many users ?

You can of course have enigma2 images for all of your boxes ! :)
There seems to still be a large E1 user base out there. There are plenty of EPG options available for E2 users, but E1 users have limited options.

You probably know this but there are Python to C compilers available. I don't know much about them, but they may be of use to you.

To be honest, I cant understand the move from the pre compiled languages used in Enigma1 to the higher level scripting language of Python for E2. Computing power on STBs is still fairly limited in comparison to a basic PC. I would have thought that 'closer to the metal' languages would still be better for most STBs. Running an E2 image on a DM500 or DM600 will make the lack of efficiency very obvious.
 

shumifan50

Regular Member
Joined
Sep 6, 2007
Messages
521
Reaction score
1
Points
0
Age
75
My Satellite Setup
2xDM7025(DVB-S tuner), DM600SPVR, DM800S, DM500S HD, Triax 90cm with MultiBracket 4 sats.
My Location
Europe
Why not use Rytec's EPG for E1 and E2. It can be installed easily on any image and works really well with support for many countries. The E1 version is a standard addon download in OpenPli download menu and works really well. Full installation instructions can be found at _www.rytec.be for both E1 and E2. I run it on a DM600, Dm800 and DM7025 and I am very happy with it. Configuration is really simple. Just bear in mind that EPGs need quite a bit of storgae space, so will most likely require a hard disk or external USB drive.
 

PCD

DB Magician
Joined
Jul 19, 2003
Messages
632
Reaction score
1
Points
18
@compufunk

Python is not compiled. It is a script - so it is very easy to write and test. That's why the new dreambox developments are for enigma2. You will not have Mediacenter or Googlemap for e1 ! It took me a long time to write youtubeplayer for e1.

@shumifan50

This plugin uses Rytec sources. But you need to use this plugin to see what is different. But if you are happy with what you have - there is no need.

Cheers, pcd. :)
 

compufunk

Regular Member
Joined
May 7, 2008
Messages
1,658
Reaction score
1
Points
38
My Satellite Setup
DM 600-S, VU+ Duo,
Moteck SG2100, Fracarro Penta 85 dish, LG LH3000 42" TV + some computers
My Location
NW, Ireland
PCD said:
Python is not compiled. It is a script - so it is very easy to write and test. That's why the new dreambox developments are for enigma2. You will not have Mediacenter or Googlemap for e1 ! It took me a long time to write youtubeplayer for e1.

PCD, I'm aware that Python is not a compiled language and I understand the arguments as to why developers might prefer to use it. I just see a big difference between my E1 and E2 boxes in terms of response times. I can fly through menus on my E1 box (despite its lesser hardware) whereas the E2 box is slow in comparison.

Anyway, way off topic.

Thanks for the Plugin.
C :)
 

roberto mafara

Regular Member
Joined
May 28, 2003
Messages
70
Reaction score
5
Points
8
Age
61
My Satellite Setup
Pace 2600C1 DM800HD Vu+Duo
Laminas ofc 1200 triax 1100
Black ultra lnb
My Location
BenissaCosta Costablanca
Hi PCD I have a DFII image which has your plugin but only has rytec nl how can i update so I can choose other providers???????
 

PCD

DB Magician
Joined
Jul 19, 2003
Messages
632
Reaction score
1
Points
18
Please replace the rytec file in folder /etc/epgupdate with the attached. :)

Rename the file rytec.sources.xml

Cheers, pcd.
 

Attachments

  • rytec.sources.xm&#10.txt
    1.2 KB · Views: 68

roberto mafara

Regular Member
Joined
May 28, 2003
Messages
70
Reaction score
5
Points
8
Age
61
My Satellite Setup
Pace 2600C1 DM800HD Vu+Duo
Laminas ofc 1200 triax 1100
Black ultra lnb
My Location
BenissaCosta Costablanca
roberto said:
Hi PCD I have a DFII image which has your plugin but only has rytec nl how can i update so I can choose other providers???????

I found the config for sources even if I add other and delete rytec be only shows dutch channels can you tell me where is folder in image so I can add other sources????
 

roberto mafara

Regular Member
Joined
May 28, 2003
Messages
70
Reaction score
5
Points
8
Age
61
My Satellite Setup
Pace 2600C1 DM800HD Vu+Duo
Laminas ofc 1200 triax 1100
Black ultra lnb
My Location
BenissaCosta Costablanca
Thanks for that ill try another thing on you image 14022010 when i press update epg i always get messg uptading pls try later .Any ideas y????

I actually looked in the file and all sources are there no idea y is showing only rytec nl??

I changed file but still same result......
 

PCD

DB Magician
Joined
Jul 19, 2003
Messages
632
Reaction score
1
Points
18
roberto mafara said:
Thanks for that ill try another thing on you image 14022010 when i press update epg i always get messg uptading pls try later .Any ideas y????

This happens if the updating is inturrupted (for example by Restart enigma2).

Please delete the file /etc/enigma2/epg.upd

and try again.

I do not know why only nordic is showing. Did you go to plugin EPGUpdate and do the Sources (blue button)config ?

If so - Rytec may have changed something - I will have to check.

Cheers, pcd.
 

roberto mafara

Regular Member
Joined
May 28, 2003
Messages
70
Reaction score
5
Points
8
Age
61
My Satellite Setup
Pace 2600C1 DM800HD Vu+Duo
Laminas ofc 1200 triax 1100
Black ultra lnb
My Location
BenissaCosta Costablanca
Cheers PCD Ill try that

I did when into config and selected only one service but when I press viewepg still its
rytec nl ahg ahg......................

It is working now thanks for everything m8
well sky uk was fine but when i tried ambrosia for sky it the box shuts down it had done it twice do not know y maybe i put rytec sky it instead of ambrosia
regards

I did that but still like with ambrosia box shuts down do not know y you are the expert
 

roberto mafara

Regular Member
Joined
May 28, 2003
Messages
70
Reaction score
5
Points
8
Age
61
My Satellite Setup
Pace 2600C1 DM800HD Vu+Duo
Laminas ofc 1200 triax 1100
Black ultra lnb
My Location
BenissaCosta Costablanca
I think reboot its something to do with installed image
I will reinstall it and think everything will be all right
Thanks again for help
 

roberto mafara

Regular Member
Joined
May 28, 2003
Messages
70
Reaction score
5
Points
8
Age
61
My Satellite Setup
Pace 2600C1 DM800HD Vu+Duo
Laminas ofc 1200 triax 1100
Black ultra lnb
My Location
BenissaCosta Costablanca
I tried with your and all dfII images but I cannot get it work anymore I give up......

how long shuold it take to update one provider epg?????
 

roberto mafara

Regular Member
Joined
May 28, 2003
Messages
70
Reaction score
5
Points
8
Age
61
My Satellite Setup
Pace 2600C1 DM800HD Vu+Duo
Laminas ofc 1200 triax 1100
Black ultra lnb
My Location
BenissaCosta Costablanca
PCD said:
About 2 minutes - if it is working ok !

Then is not working in my case.
I have 2 scenarios>
1 either dvb box shows wheels on left hand side as if is doing something then get stuck and then reboots
2 more that 10 minutes and it stiill says updating .

I tried all your images and df2 ons but I cannot remember which was working yesterday.

I am giving up on this for time being have a splitting headacke with installing images on box since yesterday
 
Top