E2m3u2bouquet - discussion & support

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

  • Because I set the parameters for this or that player according to the settings that you indicated in the provider's card

    s

    Code
    opkg install gstplayer exteplayer3 ffmpeg

    The players will be installed in the system, but the ServiceApp plugin will NOT ... For example, I don't use the ServicApp plugin at all :winking face with tongue:

    Which one is your favourite player for IPTV?

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

    OpenATV multiboot 7.5.1 / 7.6

  • gstplayer - but I am forced to use it. On VU+, due to hardware issues, exteplayer3 won't play 4K content...

    gstplayer is very old, there are no new devs from years, no? I'm using it for just a little of channels but on other channels I have delayed sound/image. exteplayer seems to be the more stable but I have few problems with it too. Nothing is perfect !

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

    OpenATV multiboot 7.5.1 / 7.6

  • I still need help. I had in my m3u8 the following line

    Code: veveo 80s from pluto us tv
    #EXTINF:-1 tvg-id="5fd7b8bf927e090007685853" tvg-logo="http://localhost/static/picons/vevo80s.png" group-title="=== Musique ===",VEVO '80s
    http://stitcher-ipv4.pluto.tv/v1/stitch/embed/hls/channel/5fd7b8bf927e090007685853/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=%7BTARGETOPT%7D&deviceId=%7BPSID%7D&advertisingId=%7BPSID%7D&us_privacy=1YNY&samsung_app_domain=%7BAPP_DOMAIN%7D&samsung_app_name=%7BAPP_NAME%7D&profileLimit=&profileFloor=&embedPartner=samsung-tvplus

    The channel is not added to the corresponding tv file, but a xxx.diff.override.xml containing this channel is created.


    To have the channel in my E2 tv list, I have to delete the xxx.sort.override.xml. It's annoying because I have to reconfigure all my override xml file now.

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

    OpenATV multiboot 7.5.1 / 7.6

  • Code: veveo 80s from pluto us tv

    in ****-override.xml. this channel must be something like this

    Code
     <channel name="Vevo &apos;80s" nameOverride="" tvg-id="5fd7b8bf927e090007685853" enabled="1" reftypeOverride=""/>

    This is how the original PlutoTV US sorted order for this channel looks in my SatTopBox

    Снимок экрана 2023-02-06 в 06.32.26.png

    This is how I change the order of the channel data and change the "reftype"

    Code
    <channel name="Live Music Replay" nameOverride="" tvg-id="5873fc21cad696fb37aa9054" enabled="1" reftypeOverride=""/>           
    <channel name="Vevo 2K" nameOverride="" tvg-id="5fd7bca3e0a4ee0007a38e8c" enabled="1" reftypeOverride=""/>                     
    <channel name="Vevo &apos;90s" nameOverride="" tvg-id="5fd7bb1f86d94a000796e2c2" enabled="1" reftypeOverride=""/>              
    <channel name="Vevo &apos;80s" nameOverride="" tvg-id="5fd7b8bf927e090007685853" enabled="1" reftypeOverride="5002"/>          
    <channel name="Vevo &apos;70s" nameOverride="" tvg-id="5f32f26bcd8aea00071240e5" enabled="1" reftypeOverride=""/>              
    <channel name="CMT Equal Play" nameOverride="" tvg-id="5f68f53eb1e5800007390bf8" enabled="1" reftypeOverride=""/>              
    <channel name="Vevo Country" nameOverride="" tvg-id="5da0d75e84830900098a1ea0" enabled="1" reftypeOverride=""/> 

    This is what the result looks like after "re-creating" the bouquets

    Снимок экрана 2023-02-06 в 06.37.45.png


    Снимок экрана 2023-02-06 в 06.39.05.png

    No ***-diff files (difference files) are created. This file is created if and only if new channels appear in your m3u that are not in the ***-override.xml template.


    What am I doing wrong and why is everything working as intended for me?

    if you like it you can make donations

  • group-title="=== Musique ===",

    As far as I understand, you have fun with bash scripts and form something for yourself from the original playlist ... I don’t understand what prevents you from doing this using ***.override.xml ... Especially since the template involves creating your own " groups" of channels and moving any channels you need into them ...


    Your diff "appearance error" is most likely due to incorrect XML syntax ... look for the error in the line you edited ... Using ****-override.xml requires at least minimal knowledge of XML and the ability to edit it. This is, in fact, a regular structured text file, but with certain rules of syntax and semantics for entries in it.

    if you like it you can make donations

  • As far as I understand, you have fun with bash scripts and form something for yourself from the original playlist ... I don’t understand what prevents you from doing this using ***.override.xml ... Especially since the template involves creating your own " groups" of channels and moving any channels you need into them ...

    Hello,


    I think I was not enough clear about my problem.


    I have my own m3u8 playlist. If I add a line into it (vevo '80s was an example) and run an update, the channel is not added into the corresponding tv bouquet and a diff override file is created . To add the channel I have to delete the override files and run a new update. Same thing if I rename a channel in my m3u8 file and run an update, the channel is removed from the tv file, not just renamed.


    Strange behaviour, don't you think ?


    I'm a beginner in using override files. But I want now using it with all its capabilities. One after one ;-))

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

    OpenATV multiboot 7.5.1 / 7.6

  • I have my own m3u8 playlist. If I add a line into it (vevo '80s was an example) and run an update, the channel is not added into the corresponding tv bouquet and a diff override file is created . To add the channel I have to delete the override files and run a new update. Same thing if I rename a channel in my m3u8 file and run an update, the channel is removed from the tv file, not just renamed.


    Strange behaviour, don't you think ?

    You clearly didn't read my post about what "diff"-file is. I think - you just do not understand what it is and what its purpose is. I'll quote myself again

    No ***-diff files (difference files) are created. This file is created if and only if new channels appear in your m3u that are not in the ***-override.xml template.

    ?? those. If you have new channels in the original m3u, they will appear in the "diff"-file ... and it's up to you to decide what to do with this channel ... move it to ***-override.xml or not ... and if transfer - then where and to which group, in what order and with what "override" parameters


    The purpose of the "diff" file is to show you changes in the "broadcasting grid" ... And what to do with these changes is up to you - simply by taking and "pushing" the entries from the "diff" file into the right place in your ***-override.xml and re-create bouquets

    if you like it you can make donations

  • Same thing if I rename a channel in my m3u8 file

    Exactly ... from the point of view of the algorithm - the NAME of the channel is its identifier ... How understand if your channel was called "Papa", and you renamed it to "Mom" in m3u - that this is one and the same channel or a new one?


    If you want to rename channels, you don't have to rename them into m3u... Use the "nameOverride" attribute in ***-override.xml

    Code
    <channel name="Papa" nameOverride="Mom" tvg-id="" enabled="1" reftypeOverride=""/> 

    RE: [Plugin] E2m3u2bouquet - From the phrase "2) If you need to rename a group or channel, use the nameOverride attribute..." and beyond

    if you like it you can make donations

  • Hello,


    I deleted all my today's posts because there were a lot of errors from my part.


    Now I understood how override is working.


    I add a channel in my m3u8 --> update e2m3u2 --> my channel is added in a diff override file but not in the tv file --> I add the lines from diff to sort override file --> run update

    --> channels are ok in my tv bouquet channels!


    To answer to the question why am I not using override to rename channels. In fact often it's just to add HD or FHD at the end of the name. Or to replace HD by FHD. It's simpler to do that in my m3u8 file I think.

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

    OpenATV multiboot 7.5.1 / 7.6

    Edited once, last by jeepcook: add comments ().

  • I'm looking for the solution to override groups. It's not clear for me.


    Example: a group name in the m3u file is "Music", I want to override it by "=== Musique ==="


    Thanks

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

    OpenATV multiboot 7.5.1 / 7.6

  • Example: a group name in the m3u file is "Music", I want to override it by "=== Musique ==="


    Thanks


    From the phrase "2) If you need to rename a group or channel, use the nameOverride attribute..." and beyond

    ????

    Lol simply, I haven't see the categories override section !!! sorry. I will try it !

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

    OpenATV multiboot 7.5.1 / 7.6

    Edited once, last by jeepcook ().

  • In fact often it's just to add HD or FHD at the end of the name. Or to replace HD by FHD. It's simpler to do that in my m3u8 file I think.

    Controversial opinion =) Similarly, you rename channels in the template using the "nameOverride" attribute ...

    if you like it you can make donations

  • Hello,


    I need help or explanation.


    I have in my sort-override.xml the following:

    Code
    <!-- === Jeunesse === -->
    <groupe name="=== Jeunesse ===">
        <channel name="Rakuten TV Famille HD" nameOverride="" tvg-id="FRBA3300026BR" enabled="1" reftypeOverride=""/>
    </groupe>

    and I do an update and a diff file is generated with the same lines and so the channel is not in the .tv file.

    Code
    <!-- === Jeunesse === -->
    <groupe name="=== Jeunesse ===">
        <channel name="Rakuten TV Famille HD" nameOverride="" tvg-id="FRBA3300026BR" enabled="1" reftypeOverride=""/>
    </groupe>


    I don't understand why ?


    In my m3u8, I have:

    Code
    #EXTINF:-1 tvg-id="FRBA3300026BR" tvg-logo="http://localhost/static/picons/raktvfamille.png" group-title="=== Jeunesse ===",Rakuten TV Famille HD
    http://localhost/static/m3u8/RakTVFamille-Ssung.m3u8

    Thanks

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

    OpenATV multiboot 7.5.1 / 7.6

    Edited once, last by jeepcook ().

  • Finally found the problem, not so simple but logical operation


    The "=== Jeunesse ===" is a new group so I have to add it the beginning of the sort file!!


    Code
            <category name="=== Jeunesse ===" nameOverride="" enabled="1"/>        

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

    OpenATV multiboot 7.5.1 / 7.6

  • Hello,


    I have a big iptv list including a lot of avod. Is it possible to exclude from the batch files like .mkv, .mp4, .avi ...


    Currently if I enable the m3 url, e2m3u2bouquet is blocked during hours, see log.



    What do you think about this idea?


    Thanks


    Edit:

    Other thing, for each channel declared with 5001 reader, I have an error. But it's working, there are no error. The wget picon is ok, logos with ref beginning by 5001 are ok. Hope I am clear. I thing the batch, in a verification step, is looking for 4097 logos instead of 5001.


    Here is the log

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

    OpenATV multiboot 7.5.1 / 7.6

    Edited 2 times, last by jeepcook: Add informations ().

  • Currently if I enable the m3 url, e2m3u2bouquet is blocked during hours, see log.

    Code
    [11.02 16:20:12] [e2m3u2b] [hidden Brut]: Parsed 242970 channels from m3u-playlist
    Code
    242970 channels

    What do you think .. if each of the channels contains a link to the channel logo and how much time is needed to process them? Even if you have a very fast internet connection ... how fast does the server, where the logos are located, respond? How fast do they download? What do you expect when processing more than 200,000 files from mipsle or arm architecture?

    Is it possible to exclude from the batch files like .mkv, .mp4, .avi ...

    Nothing is impossible in life... But the plugin is designed to work with IPTV... Tell me... where did you see IPTV broadcasts in .mkv, .mp4, .avi, etc. ?


    Other thing, for each channel declared with 5001 reader, I have an error. But it's working, there are no error. The wget picon is ok, logos with ref beginning by 5001 are ok. Hope I am clear. I thing the batch, in a verification step, is looking for 4097 logos instead of 5001.

    Here I did not understand anything. If we are talking about an error in the log from http://localhost/static/picons/, then you need to understand that you have a local web server "raised" on StaTopBox that "gives" picons on these links? or ?

    if you like it you can make donations

  • Don't worry Pepsik, I'm ok with you about the treatment of a big list, I know why e2m3u2 have problem to threat a so big one. But I think I'm not the only one who have access to this type of server. Now providers give access to more and more movies, series.. so this explain why the list is so big. I proposed to have a way to exclude videos files as xstreamity does it, it dispach the stream services to a live category and the videos files link to a Vod category. Excluding video file was just a suggestion. In fact if it's possible to threat this list, I will see after each batch the content of the diff override file to see what's new in the list.


    Concerning the false errors in the log, it's not a problem because the result is that everything is ok, but the log no. I have few channels with reader 5001, In my picons directory the picons are available with the good reference beginning by 5001, so e2m3u2 bouquet do the job, but it generate errors in the log. If I change the reader to 4097 for these channels the error disappears. This has no link from where the batch extract the logos. I just have an internal web server on the same receiver where m3u2 bouquet download picon file to add it with the correct reference in the target picons directory.

    I repeat it, everything is fine, just this errors in the log I detected.


    Edit: I will try to treat this big iptv file without download picons. I will do a feedback.

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

    OpenATV multiboot 7.5.1 / 7.6

    Edited 2 times, last by jeepcook ().

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!