Posts by KiddaC

    Jedi Maker Xtream V5.16

    New file on post 1


    Nothing broken, nothing fixed, just adding in a few things.


    username and password will now replace these characters

    : ' ; @ & = + $ , / ? # [ ] % with the encoded url equivalent to allow more users to use the plugin.

    yourman


    Also amended my groups name to have a prefix of subbouquet.jmx_ and and suffix of .tv, so hopefully SayyiD can work with that for his e-channelizer.

    jmx_ is the reference i use to delete files. So I got to keep that.

    Lululla

    I have an an issue and I don't know how to resolve it.


    telnet the softcam feed. no problem.

    In plugins I am using cccam (2.3.2.r1-de)


    CCccams work. No problem.

    I go into softcams. Blue button (info)

    Nearly all the option in here throw up this error.


    32527522f2d7aabcf1f.png


    Now I am sure this used to work, but all of a sudden it doesn't

    I have tried it on 2 different boxes. Both exact same result.


    I have my CCcam.cfg in /etc/


    I have tried it empty, I have tried it with valid details in it.


    Nothing works.


    SpaceRat

    Jedi Maker Xtream v5.14

    New File on post 1


    I am not going to lie. I have had long stressful fortnight because of this plugin.

    I am tired, I am stressed. Hopefully we are now very nearly at the end of amends and I can very soon put this plugin to bed.


    I haven't throughly tested this, me and seagen are becoming a bit numb to it, as we have gone through the testing process that many times we are now missing the obvious.

    You guys as a group are better testers anyway, as everyone does thing differently, and have different playlists that bring in their own unique problems.


    So what have I tried to fix this time...

    • Add / Edit playlist should now be fixed for everything. (I copied a pasted something last time without checking it, which caused the error)
    • Series no matter how large, should now download, also should now not be blank on update. (That was a mission - i still might have got it wrong).
    • I have removed the python requests module pop up. I no longer need it, although it is a better module and this whole plugin would have been a lot easier to code if it was a universal module on all boxes.
    • There was comments my bouquet creation was now slower - this is because I was redrawing the screen for every category progress (screen draw is slow). I have amended this to be every 5 categories that it updates the progress screen, so shoud be 5 times quicker.
    • I have removed any reference to enigma2.php API, it was meant to be a quicker approach to check whether a provider had live, vod and series, but for the tiny speed benefit, it brought in its own problems which could be avoided. So Stripped that back out and gone back how I have done it forever.
    • Added in some foregroundcolorselected colours that was missing for some of the skins (not every box skin has white text). So made sure I set this properly now.
    • DreamOS Only - we originally found a good hack to override config(settings) fonts, offset and itemheight as they are set globally on dreamos and not on individual screens. This worked very well. Didn't make some DreamOS users happy though as I never realised I actually changed the font globally for what ever skin was installed ;). So that has had to be taken back out. If you want to use the jedi font on Jedi Plugin and override your skin font. Uncomment the applet code in.

      /usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/skin/fhd/default/DreamOS/jmx_setting.xml
      /usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/skin/hd/default/DreamOS/jmx_setting.xml


    Enjoy, Goodnight.

    Jedi Maker Xtream. V5.13

    New file on post 1


    Fixed openvix (and maybe others) crashing on add/edit playlist.


    Added in new feature to group providers in bouquets. Setting is in main settings.

    (As a side note, grouped bouquets will not be selectable via next / previous bouquet in EPG guides. Only via channel select.)


    Fixed missing loading messages on HD skin


    Amended some API calls that a handful of people were struggling with ( commando)

    Jedi Maker Xtream V5.10

    New file on first post.


    Big up date this. Been a busy boy the last few days.


    Whats new

    Better informative text at each stage of creating bouquets.

    Better progress bar information - highlighting what is happening.

    Totally fixed Series. Should now be rapid and not hang your box

    Rewrote the updates section

    New discrete auto update screen at top of screen, if your box is on when it auto updates.


    cc2641cca4d2ae9f.png

    As its quiet, lets do another release. :hello


    Jedi Maker Xtream V5.08

    New file on post 1.


    Just added a few user friendly features in this release.


    If first load and no playlists - Instructions at top of how to add your first playlist.

    New conditional elements that now completely hide if not used, like coloured buttons, text etc

    New "Loading data... please wait", on screens that could be slow while downloading data. Just makes it a bit obvious something is happening for those that don't know.


    What's in the pipeline.


    The update progress bar, does weird things, shows nothing for a while, then all of a sudden its full. Needs to be updated to be more accurate of what is going on in the background. It is something I have meant to investigate for a while.


    It has been asked if I could show something on screen for auto updates, because if its a large update it can freeze your picture for a short while. I will look into this and see how easy it is to show something small and informative. I could probably quite easily just show the manual update progress bar.


    Possibly IPTV grouping.


    Maybe some fuzzy logic to pick up rytec epg names, so we can eliminate the alias.txt file. (which basically means we best guess the matching name)


    And before somebody asks (again)... no not picons. Ever.

    Language Files.


    If you would like to have a go at translating this plugin into your native language. Please do.

    I will then add in the translations into future release.

    Note: formating like line breaks \n and string holders %s need to remain in your translated text.

    Also try to keep the length of translations a similar length to the original. Especially for button text.


    Download POEDIT

    https://poedit.net/download


    Download and extract my en.po file

    en.zip


    Open POEDIT

    File > preferences > Advanced

    Uncheck "Wrap at:"

    Uncheck "Preserve formatting of existing files.


    fdd5ee964ab297fccff6c8ba9.png


    Create new translation


    3dc42f1832e6f3682606a1.png


    Select PO Translation Files in file explorer dropdown.

    Select my downloaded en.po


    Select translation language


    bc99af3.png


    Click the Source text you want to add a translation for.
    Add Translation in bottom panel.

    Save your PO file.

    Upload your uncompiled po file here. (not the compiled mo file)

    You cannot upload .po extensions on this forum, so either zip it up, or change the extension to .txt before uploading.


    For self testing your own translations, File > Complie to mo... (if not set to automatically in preferences)


    On your box, navigate to

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


    Add in a new folder for your language.

    This will be the same name as what POEDIT saved your file as.

    For example "Sweden" will save a sv.po /sv.mo

    So create an "sv" folder.

    Inside that folder create another folder "LC_MESSAGES"


    278874265.png


    Inside "LC_MESSAGES"

    Upload your .mo file. (not your .po file)

    Rename file to "JediMakerXtream.mo"


    Reboot your GUI.


    Cheers

    Jedi Maker Xtream - v5.01 (release version)

    New files on post 1, .deb file to follow shortly.


    For the last few weeks we have been fighting battles with this plugin trying to make a universal one for all plugin.


    So me, seagen (my awesome multi-build tester), and FoxyRabbit (Peterpan DreamOS) have been banging our heads together, recoding it all and rigorously testing this on pretty much everything. OpenPli, BH, openBH, DreamOS, oe alliance builds, oe 2.0 / oe 2.5 / oe 2.6 etc


    We have had to change lots, basically using lots of old school code and methods to get things working. We now think we are there.

    It all should function exactly how it used to function but now for all images.



    Whats New


    All new universal code

    Lots of conditionals for various boxes

    New Flat look default skin that has a hint of pure2 - estuary (I was bored of the purple one)

    Fixed some series/m3u names appearing incorrectly

    Fixed Bouquet name edit (It will now show an error message if blank - its not allowed to be blank)

    Fixed a few minor bugs, that we have found while dissecting the code.

    Updated Alias.txt file

    Updated swap rules

    Additional error checking

    New Italian translation - thanks Lululla

    Added in control files, to clean up previous installs and bouquets (as people don't read instructions - so we now deleting them for you)

    Added in clean up on plugin removal


    Enjoy!.

    EPGs on Jedi work in a couple of ways.

    Via provider EPG (usually 1 - 2 days)

    Via rytec sources. See the Jedi help guide

    If using rytec sources, you need to make sure main EPG settings are set to 7 days. You also need to make sure EPG importer settings are set to 7 day. (although how many days are actually available varies.


    If you want true SKY UK 7 days, you can try my other plugin,
    Slyk EPG 7 day downloader