Posts by KiddaC

    <convert type="ConditionalShowHide">Invert</convert>


    There is actual a command for stereo in serviceinfo. IsStereo. But pretty much everything is stereo at least nowadays. So I assume you just want to show an icon switch between mutlichannel and stereo.

    In some of my skins I have used a conditional to switch between 2 icons using the same converter.

    For example

    Code
    <widget pixmap="myicons/locked.png" render="Pixmap" source="session.CurrentService" position="1490,860" size="20,24" alphatest="blend" zPosition="5">
      <convert type="ServiceInfo">IsCrypted</convert>
      <convert type="ConditionalShowHide" />
    </widget>
    
    <widget pixmap="myicons/unlocked.png" render="Pixmap" source="session.CurrentService" position="1490,860" size="20,24" alphatest="blend" zPosition="5">
      <convert type="ServiceInfo">IsCrypted</convert>
      <convert type="ConditionalShowHide">Invert</convert>
    </widget>

    You ask the question of why do my skins and plugin work.

    My skins took 3+ years to develop and are actually only designed fo OE-Aliiance images. They are not perfect, and were very broken in the early days. Constantly tweaking, constantly updating. It becomes a full time job. It becomes tedious everytime an image maker breaks the norm and you have to spent an age correcting things to make them work again. Luckily we seem quite stable at the moment and lessons are being learnt not to break legacy skins and plugins.


    Why do my plugins work on most images. Because I was very fortunate to have people like seagen that had multiple boxes that tested things over and over again for me. He was commited to making my plugins work on all, where as to be honest all I was interested in was oe-alliance images.

    I also had other people assist me in the background to try and get things to work on their images. Whether that be people from dreambox, blackhole, pure2.
    So although I might have wrote 95% of the code myself, the community helped to make it work on all.


    To make things work on all, you have to use legacy code, which seems a bit backwards when some image builders are trying to move forward.


    So the only reason my stuff works on a lot of images, was because of a lot of bloody hard work from everyone involved.

    There is already plugins that do similar.


    E2iStream


    So probably best to ask in that thread if your source can be added.

    Your source requires registration though, so it might no be possible.


    But in theory all you are doing is parsing that website and following links through to a stream.

    Or you can manually get what these links are in a browser using a URL sniffer, something like
    https://www.donationcoder.com/…/popular-apps/url-snooper


    Then create a playlist and then covert this playlist into an enigma2 bouquet

    Jedi Maker Xtream 5.29

    New file on post 1


    Minor update.

    Prevented Auto update deleting bouquets without first checking providers server is online.

    Amended Catch up code, so if a channel states its has catchup, but there is no times and dates data to display, user can now manually pick from hourly times.

    We have a section on linux-sat for dinobots under android boxes.

    Android TV Boxes


    They all pretty much operate in the same way. So Have a read through the dinobot mini 4k and dinobot 4k threads for any potential issues and solutions.

    I love my dinobot 4k. Its my primary box. There are a few little niggles, like can be a bit hit and miss reflashing. Online image/android updates take hours and hours to download.

    But if you persevere with these minor issues, they a great little boxes.

    Whether the plugin supports satellite channels or IPTV only.....

    The plugin actually supports any bouquet. But in my code I don't list any bouquet that is created by Auto Bouquet Maker. (Sat/Cab).

    This is because for most of Europe, EPG Importer and rytec channels are usually enough to populate EPG for these.

    Can be hacked out of the code if you specifically want these to show in this plugin

    Jedi EPG Xtream v1.11

    New file on post 1.


    Fixed the multi colour backgrounds :) on dreambox

    Bouquets column is no longer sorted a-z

    Assigned sources and selections now get highlighted in the appropriate column (will need reassigning to highlight if used an older version)

    Removed epg.json from the ipk, so your own will not get overwritten on plugin updates

    Added a few more loop breaks to try to stop some duplicate assigments

    Nobody playing. So I will do an update and see how we get on tomorrow.


    Jedi EPG Xtream v1.10

    New file on post 1.


    Fixed an error in the 720 skin that was crashing dreambox images. (I think)

    Made column heading translatable.

    Added in a few more epg sources that people have suggested.

    Anyone want to do some language translations for their native language.
    Only a few to translate.


    Just add a post below with the translatations and I will create the necessary files.

    Bouquet
    Channel
    EPG Source
    EPG Selection


    Select Bouquet.

    Select Channel.

    Select EPG Source. Press Yellow to refresh and update EPG Source. Optional

    Select the closest EPG ID reference.


    Exit

    Unassign EPG

    Unassign All

    Update Source

    Hide Source

    Assign EPG


    Assign 3rd Party EPG to IPTV Channels



    or for those people who prefer to use poedit.

    english file attached below.

    See this post on how to convert

    Jedi Maker Xtream (IPTV Bouquet Creator) - Main thread

    All new sources seem to work.

    Russian ones are slow due to their size.

    And the south africa one has stupid ID names that mean nothing unless you look at the raw xml file to see what the display name is.


    But the south africa super sport channels are as below. You probably wont use many others


    SSZ - SuperSport Blitz

    SSH - SuperSport 1

    SH2 - SuperSport 2
    TS2 - SuperSport 3

    SH4 - SuperSport 4
    HD5 - SuperSport 5

    HD6 - SuperSport 6

    HD7 - SuperSport 7

    MSH - SuperSport 8

    9HD - Supersport 9

    SSV - Supersport 10

    A11 - Supersport 11

    12H - Supersport 12

    EDH - Supersport 13

    XHD - SuperSport MáXimo 1

    SPY - SuperSport Play

    ST1 - SuperSport 15

    DO NOTE: some http address although they do not redirect to https, might have secure certificates, which makes them not load in epg importer due to the crappy twisted web module they use in it.

    You can press menu in EPG importer to view download log. Any errors for epg importer failed downloads will be shown in there