Posts by KiddaC

    Jedi main settings.

    Automatic live bouquet update... yes.

    Set the time to about 30 mins before epgimporter update.


    Server timeout(seconds)... set this to about 5-20.
    I have had some test servers that were riduculously slow and needed 20 seconds.
    Even setting this to 20 will not have a negative effect on quick servers. But if you got a none active line in your list it will take 20 seconds to process.
    So upping the timeout will only slow things down for none valid lines


    Troubleshooting
    Some times the json files can get a bit messed up.
    It does no harm to now and again delete all jedi iptv bouquets and rebuild them all from scratch. Only takes a minute.

    EPG ... setup
    make sure you are saving to external and not internal
    60845.png

    EPG... EPG-IMPORTER
    50418601c68b59.png


    Hiding domain address.

    This would require editting some files.

    /usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/playlists.py


    delete these lines

    b1148698a536b04.png


    change the display name

    c3b6ff9ff50d6eeae162b.png



    /usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/setupbouquet.py

    delete these lines in createsetup function

    75a5eda6d162cb3.png

    Hello. Can anyone explain me reason of this crash? It is not about low memory. Very strange log file - not ~100K but 17K. Appears during Update source. Thanks in advance.

    enigma2_crash_1627332975.log

    your epg source is compressed via gzip compression. (gz) But upon uncompressing it, there is either an error or it is too large.
    I am reading and writing this file back to back so its probably cache memory filling up.

    My code could probably be better, but maybe cacheflush plugin might help you.

    I gave up on epg buttons mod a long time ago. There are just too many images nowadays.

    It is a mammoth file to check and amend, and also openvix now do something completely different.


    Its probably easier on openatv to just press menu on that screen and re-assign the buttons yourself to something similar.

    Well your results only show my plugins, and I am pretty sure my plugins are not causing it, otherwise I would have been hammered with people complaining about it.


    Best bet is to uninstall epg importer via plugins menuj, reboot your gui, and then reinstall epgimporter again via plugins.

    there is no reason for these file to delete, unless a) epgimporter/enigma2 is being updated and the update is failing, or b) something is deleting this folder. So my suggestion was to do a search of your plugin folder to see if a 3rd party plugin is accidently deleteing these files. By doing what i suggest above, it will list all the files that are referencing the epgimport folder. You can then quickly see if any of the results look like they deleting files in this folder.

    It might be a bad solder somewhere, but have you checked your logs. It might be a collection of plugins that are hammering your flash memory instead.

    no... there are hundreds of plugins.

    Maybe rephrase your question.
    Does blah blah blah work.

    Python 3 has been around for a while on openatv 6.5, so lots of main plugins have already been amended.

    tbe
    firstly, the epg mod and movie planner mods overwrite core files on your box.
    The ipks were only provided as ease of install.
    They are not meant to be uninstalled ;) because doing so removes these core files.

    Uninstalling them would mean you would have to visit your image providers github and re-download the original files

    I did test this mod on openatv 7.0 with no issues. I will recheck. But your log doesn't really say what the issue is.

    The MovieSelection.py in my mod had very little changed.
    Download the original file
    https://raw.githubusercontent.…Screens/MovieSelection.py


    and test your directories... then...

    find this line

    config.movielist.useextlist = ConfigSelection(default='0', choices={'0': _('No'), '1': _('ServiceName'), '2': _('ServicePicon')})


    and change it to

    config.movielist.useextlist = ConfigSelection(default='0', choices={'0': _('No'), '1': _('Sky Planner'), '2': _('Slyk Q Planner'), '3': _('Slyk Onyx Planner'), '4': _('VSkin Planner')})


    Thats all I think you need to change in their original file.

    *solution above for openatv 7.0 only. Not other openatv versions or images.

    if the issue is actually in MovieList.py then thats a bigger issue.

    Have you got satellite or cable
    When looking for satellite boxes you will need to buy the appropriate included tuners. S or C
    Most models do variations of tuners depending on what you want.
    If satellite have you got at least a dual LNB if you want to watch/record 2 channels at the same time.


    1 tuner - you can only watch the same channel thats playing on your box, or on the same transponder.

    2 tuners - you can watch/record a completely different channel.

    Whats your budget.


    Do you plan to watch ...

    freesat - that will work out of the box once your box is setup.


    scrambled channels - a card sharing line would be need to be sourced - but this doesn't show the main sky channels anymore . Although underground providers do exist for full sky now.


    IPTV - IPTV provider would need to be sourced - then you just download an iptv plugin/player. IPTV will be usually limited to one device at a time though unless you buy a multi room line.


    Card sharing and IPTV sources don't get discussed on this forum though.

    As for mobile phone viewing - if on the same wifi there are lots of apps you can just download on your phone to view your STB channels. In android store or apple store just do a search for enigma2.


    Hisilicon CPUs are the norm. Don't believe everything you read on the net.

    Buy a quad core box if you can afford it, you will certainly notice the speed benefit.

    For your first box the octagon SF8008 or zgemma H7s 4k is probably suitable for your needs if you got a dual lnb sateliite.
    They only about £110 (ish)

    JediMakerXtream v6.17
    New file on post 1


    python 3.9.5 fixes.

    fixed input helper text crashing on setting pages
    fixed add/edit/delete playlist crash - by setting list before updating list
    fixed setup bouquets channel selection crash - by setting list before updating list
    fixed use "Rytec UK EPG" lzma crash not populating the 28.2e.txt file (I think)
    fixed allowed formats string on info page so it doesn't show as unicode or bytes prefix

    seagen  dsayers