E2m3u2bouquet - discussion & support

There are 1,612 replies in this Thread which was already clicked 252,256 times. The last Post () by hajosch.

  • You did it !

    The only thing that will not work with your specific provider is EPG output. The fact is that your provider has simply “closed” EPG output in XMLTV format for all channels. Now it provides it separately for each channel... Why did they “close” the output? EPG in XMLTV for all channels — unclear. This does not add to the quality and customer focus of this IPTV service. In all other cases (other providers in the XtreamCodes API) - no problems... They provide EPG for all channels and everything works perfectly.

    if you like it you can make donations

  • The only thing that will not work with your specific provider is EPG output. The fact is that your provider has simply “closed” EPG output in XMLTV format for all channels. Now it provides it separately for each channel... Why did they “close” the output? EPG in XMLTV for all channels — unclear. This does not add to the quality and customer focus of this IPTV service. In all other cases (other providers in the XtreamCodes API) - no problems... They provide EPG for all channels and everything works perfectly.

    I don't know why this provider had suddenly a paranoid crisis et closed everything without warnings. It's a shame because it offers excellent quality and very stable contents.


    Concerning the epg I'm using the rytec EPG and not the one from this provider. Everything is configured with the e2m3u2b functionalities (sort override files).

    Octagon SF8008 IPTV / DVB-S2X / DVB-C / T2

    OpenATV multiboot 7.5.1 / 7.6

  • I have a question, with the next version integrating xtream api, will the m3u8 extracted playlist be recorded in the e2m3u2b plugin directory ?

    Thanks

    Octagon SF8008 IPTV / DVB-S2X / DVB-C / T2

    OpenATV multiboot 7.5.1 / 7.6

    Edited once, last by jeepcook ().

  • will the m3u8 extracted playlist be recorded in the e2m3u2b plugin directory ?

    Yes. The way playlist settings are configured hasn't changed. I just added analysis of user-specified playlist links. If the algorithm determines that the link is specified in the XtreamCodes format,

    Code
    <url>/get.php?username=<user>&password=<pwd>&type=m3u_plus&output=<ts,m3u8>

    the XtreamCodes API interaction module will work instead of the M3U parser.

    Снимок экрана 2025-09-01 в 07.21.49.pngСнимок экрана 2025-09-01 в 07.22.34.pngСнимок экрана 2025-09-01 в 07.23.06.png

    if you like it you can make donations

  • will the m3u8 extracted playlist be recorded in the e2m3u2b plugin directory ?

    Yes. The way playlist settings are configured hasn't changed. I just added analysis of user-specified playlist links. If the algorithm determines that the link is specified in the XtreamCodes format,

    I'm not sure the playlist is recorded as file in the e2m3u2b directory but it is processed in cache, no? I would be useful to have the file available in a directory.

    Octagon SF8008 IPTV / DVB-S2X / DVB-C / T2

    OpenATV multiboot 7.5.1 / 7.6

  • I would be useful to have the file available in a directory.

    Why and what is it for? The API responses are in JSON format, so what is the point of converting them to m3u files if they are processed “on the fly” and the plugin generates ready-made Enigma2 bouquet files?

    if you like it you can make donations

  • Why and what is it for? The API responses are in JSON format, so what is the point of converting them to m3u files if they are processed “on the fly” and the plugin generates ready-made Enigma2 bouquet files?

    It was just to have a flat file I can open in my computer where I can search et test streams and had them or not to a playlist, it is useful to find some streams when the list is huge. But no problem if it has no way to have one, I will change my habits ;-)

    Octagon SF8008 IPTV / DVB-S2X / DVB-C / T2

    OpenATV multiboot 7.5.1 / 7.6

  • First run, it seems that for your test you have used a specific stream. All the new channels are pointed to the same stream 1774383.


    Here are some examples:



    Edit: Every channel are concerned, new and not new. I think it's a channel in you language about treks ;-)

    Octagon SF8008 IPTV / DVB-S2X / DVB-C / T2

    OpenATV multiboot 7.5.1 / 7.6

    Edited 2 times, last by jeepcook ().

  • Issue2:


    An issue with the display of exponent characters when selecting groups in "Bouquets settings", "Customize bouquets".

    Example:

    We have 2 groups named "PT| MEO+":

    Capture d'écran 2025-09-03 120849.png


    But in selection we have only one without and without these special characters:

    Capture d'écran 2025-09-03 121217.png

    Octagon SF8008 IPTV / DVB-S2X / DVB-C / T2

    OpenATV multiboot 7.5.1 / 7.6

    Edited 2 times, last by jeepcook ().

  • Issue 3:


    On previous version you replaced the double, triple or more spaces in the channel names by a simple space. This is no more used, is it wanted ?


    Example:

    Code
    <channel enabled="1" name="PRIME| NFL NETWORK ᴿᴬᵂ" nameOverride="" tvg-id="" tvgidOverride="" reftypeOverride=""/>

    is now:

    Code
    <channel enabled="1" name="PRIME| NFL NETWORK  ᴿᴬᵂ" nameOverride="" tvg-id="" tvgidOverride="" reftypeOverride=""/>

    so every channel in this case are now seen as new.

    Octagon SF8008 IPTV / DVB-S2X / DVB-C / T2

    OpenATV multiboot 7.5.1 / 7.6

    Edited once, last by jeepcook ().

  • First run, it seems that for your test you have used a specific stream.

    My fault... I forgot to remove the DEBUG test stream =)


    Issue2:

    It's not an "issue" ... This is a problem caused by the absence of UICODE characters in most E2 images, and I filter out “trash” from group names... in 99.99% of cases, they simply won't be displayed in image skins. So you'll have to accept that this is one and the same group. The same principle of filtering “junk” from group names is also applied when parsing M3U playlists... we have already discussed this with you before.


    Issue 3:

    Here, I simply forgot to enable “trash” filtering (UNICODE characters) in channel names in the JSON parser for API responses... I will correct this.

    if you like it you can make donations

  • Issue2:

    It's not an "issue" ... This is a problem caused by the absence of UICODE characters in most E2 images, and I filter out “trash” from group names... in 99.99% of cases, they simply won't be displayed in image skins. So you'll have to accept that this is one and the same group. The same principle of filtering “junk” from group names is also applied when parsing M3U playlists... we have already discussed this with you before.

    Ok, yes we discussed about this before, I have a little brain lol :exploding head:. So for my example, I have to select both "PT| MEO+" groups, and do a filter in my override file if necessary.


    One thing really great is the instant display of list of groups :clapping hands:

    I will correct this.

    :smiling face with sunglasses:


    Edit: I hope you will see this edit. How is create the bouquets sort in the "Customize bouquets" menu? It seems to be a "random" sort.

    Octagon SF8008 IPTV / DVB-S2X / DVB-C / T2

    OpenATV multiboot 7.5.1 / 7.6

    Edited 3 times, last by jeepcook ().

  • I will correct this

    Everything has been corrected. Are there any other requests?


    It seems to be a "random" sort.

    1) In the group selection menu, you see the order in which the API returns them.

    Снимок экрана 2025-09-03 в 17.51.55.png

    2) Using the “yellow” button, you can switch to the mode of arbitrary sorting of groups (in the order you need).

    Снимок экрана 2025-09-03 в 17.52.42.pngСнимок экрана 2025-09-03 в 17.53.22.png


    3) Please read the helpers at the bottom of the settings window.

    Снимок экрана 2025-09-03 в 17.57.15.pngСнимок экрана 2025-09-03 в 17.59.34.png


    Where do you see random order?

    if you like it you can make donations

  • I will correct this

    Everything has been corrected. Are there any other requests?

    Great I will test everything this evening. For the requests, I think I'll always have requests:beaming face with smiling eyes:

    No seriously, we have a very robust plugin. Thanks for your works, it's very appreciated.

    It seems to be a "random" sort.

    Where do you see random order?

    Here is a screenshot of "Customize bouquets" screen, it's an "arbitrary sort". I can reorganize but one by one. And when I had the m3u8 before the provider blocked the access, the sort was not like this, but the api is like that (?). Do you want I delete the groups.db file, perhaps a problem with it?

    pasted-from-clipboard.png

    Octagon SF8008 IPTV / DVB-S2X / DVB-C / T2

    OpenATV multiboot 7.5.1 / 7.6

  • I can reorganize but one by one. And when I had the m3u8 before the provider blocked the access, the sort was not like this,


    1) In the group selection menu, you see the order in which the API returns them.

    But once you sort the groups in the order you want, the ornis will always blow exactly as you specified. Please refer to the screenshots in my previous post. I moved one group down there, and after generating the bouquets, all groups are in the exact order I specified in my settings.

    if you like it you can make donations

Get community help for all other Enigma2 plugins

This is your forum for support, questions, and guides for plugins not covered in our specialized sections. Support for uncategorized and miscellaneous Enigma2 plugins. Find help, troubleshooting, and discussions for plugins that don't fit other forum categories.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!