Posts by KiddaC

    fankoosh is defence of lululla
    IPTV plugins are difficult. Not all providers are the same.

    And when all our plugins worked nicely, then image providers changed to python 3. This is not an easy transition.
    Yes mods can read deleted posts, yes plugin makers get stressed because people can come across as rude and ungrateful.
    We do this in our free time. Very few contribute to our beer kitty funds to show appreciation.

    So unless you can do better. Then just try and be nice. Report bugs in a nice way. Add if older versions worked better than newer updates, then just use the stable version until the bugs are ironed out. But all plugin makers need testers as that is how bugs are found.

    Small question about the epglist.txt file, uploaded above: is there a reason why the iptv-org/epg is not included?

    Yes because they are a pain in the backside. They are based on channel networks and not countries. And there is just too many of them to add them in for all.


    Plus its a dog chasing tail scenario. They are always changing the addresses. You can get all there current addresses off their github

    openpli skins dont work on openatv builds and vice versa.
    The screen names and elements are different. You would have to rewrite a huge chunk of code to get it working.


    Hence why on forums, you have sections for oe-alliance skins and openpli skins


    picon folder on openatv in your case would be /media/hdd/picon


    but you got no picon as you are on a folder not a channel.???

    although i an pushing stable releases to github at the moment, these nightly releases are mainly for testing that i haven't broke anything.

    For the average user it is probably best to keep with latest release on post 1.


    I have tried twice to rewrite all this in one go, and as soon as i lose focus, we are back to square one as i forget where i am up to


    These releases are just documented bit by bit amends. Things will break now and again or manual fixes might be needed bu user to get things working.

    Jedi Maker Xtream Nightly V6.22.25 :winking face with tongue:

    Warning there may be dragons. Beta releases.


    Not a lot in this one, just addressing a few small issues


    FIXED PLAYLIST PAGE


    Amended that timeout error by wrapping it in an int() instead


    rewrote all the filepath codes to eliminate double slashes seen in some debug logs.

    (This could have actually been the cause of people complaining of playlists.txt files dissappearing randomly.


    Versions codes for these nightly are just going to be 2 digits for now


    Small steps to make big steps.


    ** you might need to uninstall older versions if you getting install issues.


    The folder for your playlists for this release is the old one still

    /etc/enigma2/jediplaylists

    So your first comment on this forum and on my plugins thread, is to tell me to change my plugin.

    Nice


    I think you probably meant to say.


    Hi, I really like the look of this plugin, it is pretty cool. I have a suggestion. I think it would be better if the plugin forecast opened first, and the settings called from there.


    Answer: So how do you set the api key and settings when you first load it? It can be done but this is the way it is.

    But just set the weather plugin to show in main menu, and then it opens the forecast without settings page first.


    It's simple to be nice and polite.

    I did answer your question in some depth. I thought you had seen my answer. Which is why the conversation got deleted as I need to focus on conversations about my beta releases.


    I also said I can't have a load of chatter in this thread when I was releasing beta versions that were broke. This thread was getting swamped with answers about series.


    So I will answer again.


    Series has to use the data from get.php as you cannot use the series data from the api calls because series has to load multiple urls, over and over to get the stream url for each series episode. This would result in you getting banned from your provider as it looks like a brute force attack.


    Jedi was designed to look for /series/ in your get.php data. But quite a few providers stopped putting this format in the data and instead were using direct source urls. Which is basically a bit long hash string. (which doesn't include the /series/ bit)


    One quick hack that sometimes works is to change your output=ts to output=m3u8.


    If that doesn't work then nothing I can do in this version. I am in the process of re-writing this plugin and the issue with series is on that to do list.


    But for now, it either works with your provider or it doesn't. Its basically as simple as that.


    ljazzo1  MAJOOR

    hispanico957

    I think Lululla 's code is looking for /live/ in urls

    Not all playlists are the same

    There are several different type of live streams type brought back, depending on your provider.


    https://domain:port/username/password/12334

    https://domain:port/live/username/password/12334.ts

    and you also have directsource streams which are a completely different format.

    So a little hack that works with most providers to ensure /live/ is in the stream urls

    Change your playlist from output=ts to output=m3u8

    That might work for lulullas plugin.

    ok brianwave... :drum: I am hoping it is this.


    I changed the timeout setting.

    Looking at the code for the playlists, this is using the timeout from main settings. But I changed the code for this in plugin.py


    it was this


    cfg.timeout = ConfigNumber(default=3)


    it is now this


    cfg.timeout = ConfigSelectionNumber(1, 20, 1, default=10, wraparound=True)


    maybe that has broke some images


    for those who last release are getting red playlists can you try this file


    /usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/

    OK thats good.

    As you mention you are not very pc literate.
    Have a read through my openatv 7.* setup thread.
    It will get you up to speed on the basics of setting up your new image correctly.


    Jedi Maker Xtream Nightly V6.22.20230123

    Warning there may be dragons. Beta releases.

    ok I reverted some things. A few references, and a few quotation fixes


    playlists folder is now back at original location etc/enigma2/jediplaylists

    copy your files back over to that folder if needed.


    this release needs an addtional fix that is posted below RE: Jedi Maker Xtream (IPTV Bouquet Creator) - Main thread
    New ipks upload soon. But in the mean time, use that fix if none of your playlists are loading.

    JediMakerXtream v6.22-20230122

    Warning there may be dragons. Beta releases.


    renamed a few more references.

    Changed all actionmaps to use custom keymap

    changed all refs to StaticText to my own StaticText file

    renamed etc folder to jedimakerxtream (old jediplaylists folder- should be copied over automatically and then deleted)
    renamed menu.py to mainmenu.py
    Updated HD skin user-info page
    Added updated german and italian translations (although text is going to keep changing)