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 :)

    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

    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


    294b85c3829f0de07219c8a3653efa9b.jpg

    When Jedi loads it checks for this folder


    Code
    if os.path.isdir('/usr/lib/enigma2/python/Plugins/Extensions/EPGImport'):
        jglob.has_epg_importer = True

    if 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.

    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.

    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.

    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