levi45 I will get my slykepg7day plugin working on python 3 then look into your conversion problems.
Whatever they were, it was that long ago you asked :)
Posts by KiddaC
-
-
Enigma2 boxes are not ideally made for iptv. But we make them work. All IPTV probably plays better on an android device.
Your box is 5 years old, santa is coming soon. Consider a quad core box.
What makes your line stutter?
Overloaded provider server.
Slow internet
VPNs will slow an internet down even more. And lots of VPNs are also getting overloaded and becoming crap.
Provider upping the quality of his streams and your box not being able to handle it
Providers getting hammered when football is on, as everyone is stuck in their homes.
Your box might be running out of memory. You have wooshbuild installed. Wooshbuild is bloaty.
Your box not powerful enough to run high quality iptv streams. Watch SD streams instead.
Try a few different iptv trials, see if your provider is crap or your box is crap or your internet is crap :)
-
Attached is a new worldwide source for your epgs.
/etc/enigma2/jediepgxtream/
epgshare01-Arab
Albania
Latin America
Austria
Bein Channels
Canada
Greece
Hong Kong
Ireland
India1
India2
Italy
MexicoMaylasia
Panama
USA-PlutoTV
Redbull TV
South-Africa
Turkey
UKUSA
USA-Locals
Vietnam
South-Africa2 -
In theory its a great idea.
The reality is poor me has to syphon through thousands of lines of code to debug something.
They are both quite large plugins now. Combining them would be great for user, but absolute hell on earth for me.
-
here is another source for up to date epg files
https://github.com/epgshare01/share01
The actually link you would require is the raw page.
I will add them to the source file soon.
-
The problem is as outlined.
Your server isn't responding.
Its either down, down for maintenance or UK football blocked.
-
Are you getting confused urie, jedi epg xtream is an epg assigner for your iptv channels.
It brings in any country if there is a source for it. (although freely available sources are becoming harder to find)
skyepg7day - only works on sky uk, as it reads skys tv guide json file.
3rd party epg for usa is actually very difficult due to all the different states and time zones.
Which is why the provider should do it, so its relevant to the channel they are streaming
-
WTF am I gonna do now....
xstreamity working
jedimakerxtream working
epiconizer working
skyepg7day working
jediEPGXtream working
Skins still working
hmmm :derpthink:
-
JediMakerXstream V6.10
New file on post 1
What we fixed/broke/fixed today
Fixed python 3 grouped categories
Fixed python 3 catchup descriptions to strings
Fixed local playlists crash
Fixed updating jedi from hanging if provider is down (football block) or obselete. Doing my head in that bug.
The public has spoken, keeping vod and series in this for now

-
-
When Jedi loads it checks for this folder
Codeif os.path.isdir('/usr/lib/enigma2/python/Plugins/Extensions/EPGImport'): jglob.has_epg_importer = Trueif that folder exists, which it should if you have installed epg importer
then the epg options should show. Obviously you need to make sure show live is also true.
-
have you rebooted your gui
-
Display More
Yesterday i reinstalled my vu+ ultimo4K box with openatv 6.4 image
I installed the xstream plugin again but i am missing the EPG and rytec options when i select the iptv lines.
On my former image i had the option for chosing retec epg etc but now i do not have any EPG option when i select the iptv line.
Is this a bug or setting somewhere? (running version 6.08)
you will only get that option if epg importer is installed.
If you have freshly installed, you need to also install epg importer.
dsayers, yes that should have been self.xmltvprotocol and not xmltvprotocol. That code shouldn't even still be in there. I forgot about it in the update file.
-
Talking of catchup
one must fix python 3, strings not bytes :)
anyway I fixed python 3 grouping issue.
I will do a release tomorrow dinner. Far too late now to be faffing. Good night.
-
catchup code was last amended in v6.04 so dont know why you seeing difference between 6.08 and 6.09
-
OK I just tested grouped categories.
That seems to be working fine and not messing up the bouquet files. Phew
update that on openatv 6.4 the group function works correctly but on 6.5 it does as my previous post.
OK I not tested python 3 yet. All my testing yesterday was on python 2.7
Nothing in my code I added yesterday should break python 3 though?
-
KiddaC I know it is not a release yet but just installed Jedi 6.09 on a clean install of the latest openatv 6.5 on my vu+ solo 4k (20201120). It took a long time to create the bouquets and several times I thought it had hung but left it alone. I had set to ‘True’ to Group bouquets into its own folder, so therefore expecting 2 Group entries with 100+ bouquets within each group for my 2 suppliers. What it actually did was create the Groups 100+ times each with the Group Name and then within each one was the 100+ bouquets, in other words it created a separate Group each time it found a new bouquet and then built the bouquets within each. I think this reads correctly but if more info needed let me know. As said I know this is only alpha/early beta at best but I know you had been testing on Python 3. I have not had time to test 6.08 on this version but I know it was working ok on the previous 6.5 release.
Update - just noticed the Group Folder option shows as Experimental, if I change back to No then works correctly but not as I like personally.It is/was a release and not beta, because jedi has been stable for quite some time now apart from the odd hiccup.
Grouped categories is not really experimental any more, but is still a hack, but the hack works
I cant seem to get the problem you are having with the groups being created multiple times
As for slowness... if you select series in jedi, it will be slow. It has to be slow to prevent server flooding.
Days of old you could do multiple api calls for series, but in the era of hackers and brute forcers this is not really possible now as you will get blocked or even banned from your provider.
So most of the series data is cross referenced from the get.php file. If your provider is large, this get.php file is massive and takes a while to download.
But if you select just Live and Vod it should be rapid though.
-
OK I just tested grouped categories.
That seems to be working fine and not messing up the bouquet files. Phew
-
The only real difference between jedi and xstreamity full epg is that jedi can use the providers custom sids for sat/cable if provided.
We stripped that out of xstreamity.
If you look at the 2 xml channels files from each plugin, there should hardly be any difference.
-
I am pulling this 6.09 release because if there is a problem with your bouquet files.
Its a pain to fix and can cause boot loops.
Basically you have to delete
all the .tv files in /etc/enigma2
and any files set for deletion .tv.del
reboot
Then run autobouquetbouquet maker again
Then run jedi again
which is a big pain in the arse
