Jump to content


Photo

Crossepg


  • Please log in to reply
61 replies to this topic

Re: Crossepg #21 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 17 October 2017 - 13:14

Went through my PM's, because I remembered something:

 

I provided somebody with a VUduo2, EPGimport and the sources.

He runs BH.

This was his answer

 

epgimport did install on BH. I also see it in plugins

/etc/epgimport dir was not made by epgimport, so i made it myself and put the source file in it.

Then i could see the sources in epgimport menu.

I set general and denmark and started download, and then reboots

So it seems its working in BH :-)

 

 

 

Willy


Edited by doglover, 17 October 2017 - 13:15.

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Crossepg #22 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 17 October 2017 - 13:21

Unfortunately, you misunderstood me.
I did not even intend to bring the problem to you.
I know you already have more than enough to do.
 
We are interested but under the condition that we do not have to change the VU + coding base
(at least I understood that) .We are looking for VU + to do it.
I just wanted to tell you where the problems are.
And that is not the problem we are responsible for.
 
Unfortunately there are many plugins and addons that work on VU + coding
not working on PLI or OE-a and vice versa.
The same problem you have with CrossEPG installation on Pli.
 
So Willy does not understand this as your bug or something you need to fix.
We appreciate your great work and contribution.
 
Greeting/Groeten
 
MX


Re: Crossepg #23 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 17 October 2017 - 13:24

Went through my PM's, because I remembered something:

 

I provided somebody with a VUduo2, EPGimport and the sources.

He runs BH.

This was his answer

 

epgimport did install on BH. I also see it in plugins

/etc/epgimport dir was not made by epgimport, so i made it myself and put the source file in it.

Then i could see the sources in epgimport menu.

I set general and denmark and started download, and then reboots

So it seems its working in BH :-)

 

 

 

Willy

 

I have to say I did not test on mips Duo2 already on arm ultimo 4K / solo 4K
 
The result was as I wrote it already.
Very slow and loss of epg


Re: Crossepg #24 WanWizard

  • PLi® Core member
  • 68,598 posts

+1,739
Excellent

Posted 17 October 2017 - 14:04

EPGImport uses several improvements to Enigma to speed up the import, which will not work on an old DMM derivative image like VU+'s own image.

 

Unfortunately I don't have a VU+ box at hand, so I can't check or change anything at the moment.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Crossepg #25 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 17 October 2017 - 14:42

Explanation of different kind of EPG patches in images:
- No patch used: The box (Enigma2) needs to be restarted to load the EPG data. While starting GUI can freeze/crash.

- CrossEPG patch: Same as no patch used, EPG data is written in epg.dat. At the end the "load" command is given to read epg.dat

- Oudeis patch: EPG data is immediately loaded and accessible, even while the xmltv-plugin is running. Normaly there are no issues while loading.

- Pli patch: Same as Oudeis patch but the xmltv-plugin runs in a seperate "thread" so no issues at all in the GUI or other components.

 

Willy


Edited by doglover, 17 October 2017 - 14:46.

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Crossepg #26 WanWizard

  • PLi® Core member
  • 68,598 posts

+1,739
Excellent

Posted 17 October 2017 - 14:45

There are more improvements, OpenPLi supports threaded imports too, most of the oudeis patch is related to reloading.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Crossepg #27 Lost in Space

  • Senior Member
  • 876 posts

+69
Good

Posted 17 October 2017 - 15:39

Improvements ???

 

cd /usr/lib/enigma2/python/Plugins/Extensions/EPGImporter

grep try: *.py | wc -l     
55
 

This is NOT what I would call good coding practice ....

 

But I agree .... CrossEPG is .... worse



Re: Crossepg #28 WanWizard

  • PLi® Core member
  • 68,598 posts

+1,739
Excellent

Posted 17 October 2017 - 17:24

Not sure what you are trying to say here, and why according to you there is a relation between improvements in Enigma and try/except blocks in a plugin?

 

As always, feel free to improve the code if you think it can be improved, after all, it is open source and that's how it works. If you don't intend to, there isn't any point to this remark, isn't there?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Crossepg #29 Abu Baniaz

  • PLi® Contributor
  • 2,439 posts

+62
Good

Posted 17 October 2017 - 23:28

@doglover you have a PM.

Re: Crossepg #30 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 18 October 2017 - 12:31

Thanks for the Crossepg version.

Installed it on OpenPLi 6.0RC. 

 

Trying things out resulted in:

 

1.  The problems with the sources are fixed. The sources are updated again.  Although one problem remains.

It creates conf files which contains all the mirrors.  Crossepg will import then the files up to 5 times.

This should be fixed.

 

2.  The version I got does not import xz files on OpenPLi 6.0 RC.

I have no clue as to why.

gz files imported normally.  (but as you know they are EOL 31-12-2017)

 

Willy


Edited by doglover, 18 October 2017 - 13:40.

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Crossepg #31 WanWizard

  • PLi® Core member
  • 68,598 posts

+1,739
Excellent

Posted 18 October 2017 - 13:10

From what source is that version build, @Abu Baniaz?

 

I'd rather fix this issue properly, and have a working CrossEPG in the feeds again. Currently busy with a massive E2OpenPlugins cleanup, once done I can see if I can address this issue.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Crossepg #32 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 18 October 2017 - 13:42

From what I know (and can see) they are from here:  https://github.com/o...2b9876b4e2527f7

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Crossepg #33 Abu Baniaz

  • PLi® Contributor
  • 2,439 posts

+62
Good

Posted 18 October 2017 - 14:35

@WanWizard, it is from OE-A. (As mentioned in post 13).

Re: Crossepg #34 Abu Baniaz

  • PLi® Contributor
  • 2,439 posts

+62
Good

Posted 18 October 2017 - 15:04



....loss of epg

 

With regards to the above. Would anyone know why using Cross and EPG importer results in corrupt EPG message on VIX.

Cross on its own is fine

EPG Importer on its own is fine.



Re: Crossepg #35 doglover

  • Rytec EPG Team
  • 17,011 posts

+639
Excellent

Posted 18 October 2017 - 15:48

No idea.

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Crossepg #36 WanWizard

  • PLi® Core member
  • 68,598 posts

+1,739
Excellent

Posted 19 October 2017 - 10:03

@WanWizard, it is from OE-A. (As mentioned in post 13).

 

Ok, so the same as the recipe we have. I'll put it on the todo list.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Crossepg #37 Abu Baniaz

  • PLi® Contributor
  • 2,439 posts

+62
Good

Posted 19 October 2017 - 18:26

The OE-A one needs boxbranding to work. Please factor this in to your work. I dont know if you have same recipe.

Edited by Abu Baniaz, 19 October 2017 - 18:26.


Re: Crossepg #38 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 19 October 2017 - 18:45

The boxbranding module from oe-a is something we do not adapt... as we thing differently about this... Why does the plug-in need it?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Crossepg #39 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 19 October 2017 - 18:45

you mean this file

usr/lib/enigma2/python/boxbranding.so



Re: Crossepg #40 Abu Baniaz

  • PLi® Contributor
  • 2,439 posts

+62
Good

Posted 19 October 2017 - 19:20

OE-A images use box branding to identify manufacturer/receiver. I believe there was disagreement about having it in the EPG menu.

 

The one I sent to Doglover just has a .py file with this

image_brand = "openpli"

def getImageDistro():
    return image_brand

 

The one on E2OpenPlugins does not need box branding. Blackhole build from here and they have confirmed it works with .xz files. If you are determined to have it, why not build from there?




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users