Posts by KiddaC

    When its a rainy day I might put in another option on that plugin to switch from ID name to Display name.

    The majority of providers the ID name picks up a better match, but this south african EPG naming is a nightmare.


    Got to keep chomping away at these python 3 conversions first. So don't expect anything soon :)

    dsayers


    Checking the XML IDs they still all seem to be the same.


    and there is EPG data for EDH / supersports 13


    <programme channel="EDH" start="20200726100000 +0000" stop="20200726144500 +0000">

    <title>Next Live Event: Premier League</title>

    <desc>

    Premier League. SuperSport will occasionally flight exciting sport events on this channel.

    </desc>

    AJP007

    If plugin is showing as not valid or not authorised.

    Then you need to check your urls you have entered and whether your account is still active.


    If your provider is down, it might just be in maintenance mode, it might be UK football blocked. Lots of football on at the moment.
    There are also a lot of hacking tools around at the moment for brute forcing IPTV providers. Your line if from a popular provider might have been compromised. Your provider could be being aggesively bruteforced at the moment of your downtime, resulting in a DDOS. Which means it will not respond.


    Make sure URLs are in this format

    http://domain.xyz:port/get.php?username=user&password=pass&type=m3u&output=ts


    if you have no port number, use 80


    When your line is not responding you can check the status of your line by replacing get.php with player_api.php in a web browser.
    http://domain.xyz:port/player_api.php?username=user&password=pass

    That will show you if your line is authorised. It will show you maximum connections and current active connections.


    You can also check the status of your lines using an IPTV checker app.
    I have one here
    *NEW* IPTV Stream Checker V.3.03 Deluxe Edition by KiddaC

    You don't really need to be swapping around your various boxes. There will be no difference in which box or image you use.

    Also note, you do not need to restart GUI if just changing playlist file. Just need to exit and re-enter Jedi plugin.


    And a note to all. Be careful when posting screenshots and logs. 3 people already in the last 7 days have shared screenshots with their username and password in them. EPG URL as shown in settings page also reveals your credentials. I am not always around to instantly delete your mistakes. I warn everyone enough.

    Hi this works excellent on vix is there a way to make the updating playlist icon it appears on screen disappear after a few seconds without actually doing it manually thanks

    Yeah I will probably remove that so it auto dissappears. Can be annoying every day.

    The problem is, looking at the code, I think its meant to self close anyway.
    So needs some investigation as to why it doesn't

    Plugin has been designed to work on as many boxes as possible. Including older dreamboxes


    Plugin shouldn't be getting stuck anywhere. But if url is incorrect it there is a timeout before it fails.

    How are you adding provider lines. Via plugin or manual entry using the playlists.txt file.

    If you got 100000 VOD, try turning off VOD to test your provider just with live.


    You can edit the order of providers by having them in the correct order in playlists.txt file. (upon performing update this is the order it will use)


    You can edit bouquets order once bouquets made, but if you have auto update on or run a manual update, your order will revert back when update runs

    Update reloads all channels, deletes existing bouquets and remakes them. Therefore if you always want your channel list up to date, re-ordering is pointless.

    You also don't need an editor, just press menu > settings on your channel select page/tv guide. There is a move option in there.


    If you want to edit bouquets, probably best to turn off provider grouping in the jedi settings. Sub bouquets are a bit of a hack. Although e-channelizer should be compatible with sub bouquets as we worked together to make his code and my code compatible.


    If editting system files. Stop enigma2 first.


    use telnet/putty


    init 4


    make your changes


    init 3


    No need to do the above if using e-channelizer. I have no idea about dreamEdit.


    Also try restarting GUI as lots of files gets cached until a reboot gui.

    Er. there is no reference to EPGBouquetList in JediMakerXtream code.

    EPGBouquetList is in the enigma2 file epgselection.py (or in my epg tabs mod code)

    Are you trying to use an epg mod on the new vix?