E2m3u2bouquet - discussion & support

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

  • What the coming day will bring us .....

    I decided to radically and thoroughly modernize the ability to filter channels in the playlist for any “want” ... as a result we have the ability to filter any channels by a given “mask” or complex “mask” ... Who will need - regex tutorial is available from Uncle Google for free ... Basically nothing complicated

    So....

    There's a list of channels like this

    Снимок экрана 2024-08-16 в 22.20.42.png

    For example, I don't need channels with time offset (+2), (+4) ...(+n) or +2, +7 .... +n... Easy ! In the settings of channel filtering we write an elementary “regular expression”

    Снимок экрана 2024-08-16 в 22.32.22.png

    Then we create the bouquets

    Снимок экрана 2024-08-16 в 22.22.22.png

    And, we get the desired result ... All SD channels with HD/UHD counterparts and all time-shifted channels will be excluded from the bouquets

    Снимок экрана 2024-08-16 в 22.23.24.png

    Whether to use this or not is up to you ... if regex is “higher math” for you, just leave the regex field empty in the filtering settings and just use the preset filters for channel names as needed.

    :smiling face with halo:

    if you like it you can make donations

  • 1) add to filtering HEVC channels (many IPTV use this)

    2) download picon not every time that program create bouquet but every week / 2 weeks / 1 month / x days

    1) Using a filter based on a regular expression you can exclude ANY unnecessary channels from the bouquets by setting a corresponding “mask” for their names

    2) Piсons are downloaded only when you have NO corresponding file or when the piсon file has been changed on the server where it's being downloaded from. That's the way it's always been. The “If-Modified-Since” headers are used to determine if a file has been changed on the server

    if you like it you can make donations

  • CHECK picons not every time that program create bouquet but every week / 2 weeks / 1 month / x days

    I want to propose a more logical algorithm


    Enable “Download picons” in the playlist settings and once you have generated the bouquets, disable this setting again. In the future, use the creation of bouquets for the desired playlist without downloading/checking picons. As you notice the absence of a large number of picons or the appearance of new channels without picons, turn on “picons downloading” again


    You can return the “Download picons” setting at any time convenient for you or at any interval. Update channel icons and disable them again in the settings

    if you like it you can make donations

  • mapi


    Returning to our personal correspondence with you. I can add the following information to the m3u parser log:

    1) Total lines processed in the playlist - essentially this is the total number of lines of the playlist used

    2) Total channels processed in the playlist - this is the total number of channels in the playlist

    3) Total channels parsed - number of channels from which bouquets will be created


    These are three completely different numbers and they differ significantly. The first indicator - the number of lines in the playlist will be very large ... The second is essentially the number of lines with the #EXTINF directive in the used playlist ... The third is an indicator taking into account the playlist settings (unused groups, filtered out unnecessary channels, etc.), i.e. this is number of channels in the resulting playlist


    What information do you need in the log output when parsing? The third indicator is now displayed - "Total channels parsed "

    if you like it you can make donations

  • Hello. Can i filter individual channels from a specific category? e.g. i would like to make a bouquet of a m3u file, from the category "spain" with channel names with word "sport". Can i do that?

    1) Regex-filtering is used to remove unnecessary channels ... Alternatively, you can use a regex filter to remove all channels that do not contain the word sport -> https://regex101.com/r/NATUUg/1

    Code
    ^(?!.*sport).*$

    2) Your “problem” can be easily solved using the “templates” mode. There you can create categories, move the channels you want into them, set their order, and even change their names. About templates - RE: [Plugin] E2m3u2bouquet


    p.s. jeepcook - actively uses templates, you can try to write to him in PM, I think he will not refuse to help you

    if you like it you can make donations

  • enigma2-plugin-extensions-e2m3u2bouquet_1.8.2_all Only 1 bouquet can update. From 1.7.7 i went to 1.8.2 and only 1 provider added bouquet the second one didn't. This is a very nice feature for SD HD UHD channels I didn't know it could change like that :). Previously, 2 bouquets could be updated.

    Edited once, last by jack82 ().

  • Only 1 bouquet can update. From 1.7.7 i went to 1.8.2

    Please check the log (menu - log) after generating bouquets in version 1.8.2 .... What do you see there?


    p.s. Arbitrary filtering using regex (regular expressions) for playlist channel names is an even more interesting feature that is now also available in 1.8.2 :smiling face with halo:

    if you like it you can make donations

  • [21.08 04:19:24] [e2m3u2b] [pool.ntp.org] Time synchronized: Wed Aug 21 04:19:24 2024

    [21.08 04:19:24] [e2m3u2b] Reading playlists config file ...

    [21.08 04:19:24] [e2m3u2b] Total processed 2 playlist configs in 0:00:00.012 or ~157 per second

    [21.08 04:19:24] [e2m3u2b] Total active playlists: 2

    [21.08 04:19:24] [e2m3u2b] Private key not found or not valid

    [21.08 04:19:24] [e2m3u2b] The free plugin version functionality is limited to one active playlist with no more than 300 channels


    playlist with no more than 300 channels


    Is it possible the new version 600 or 700 I thought the limit was only for 2 providers.

    It seems that it counts the total number of channels, one I delivered with 200 channels, the other with 250, for example, a total of 450 channels, and the limit is 300 channels

  • playlist with no more than 300 channels

    In my opinion, this is more than enough to try and evaluate all the functions available in the plugin and compare functionality, convenience, and “versatility” with any other “SW products”, both on the Enigma2 platform and on any others, for example, KODI ...

    if you like it you can make donations

  • Good morning, I wanted to ask you where I can download the following version:

    enigma2-plugin-extensions-e2m3u2bouquet_0.9.0_all.ipk DougMac to use on OpenPLI image (Octagon SF8008).

    #### v0.9.0 ####

    * PEP8

    * improve imports

    * use setup.xml

    * remove legacy config


    I saw that on the OpenATV images the download of the version (V.0.9.1) is available but I can't find it.



    capture.jpg



    next

    I found the version 0.9 but it doesn't work, if anyone has the version 0.9.1 ipk....thanks



    online.

    Edited 2 times, last by GigioS ().

  • Good morning, I wanted to ask you where I can download the following version

    Perhaps you are referring to the original e2m3u2buoquet plugin ... but this thread has nothing to do with it. The branch name is just a coincidence of names - nothing more. Try posting to the e2m3u2buoquet project branch on GitHub - https://github.com/su1s/e2m3u2bouquet

    if you like it you can make donations

  • [27.09 00:18:28] [e2m3u2b] [5G]: Güncellemeyi başlat 🚩

    [27.09 00:18:28] [e2m3u2b] [5G]: M3U verileri alınıyor...

    [27.09 00:18:35] [e2m3u2b] [5G]: m3u-çalma listesi ayrıştırılıyor...

    [27.09 00:18:35] [e2m3u2b] [5G]: Ücretsiz eklenti sürümü 300 kanalla sınırlıdır. Tek seferlik bağış tüm kısıtlamaları kaldırır. Lütfen yazarla iletişime geçin

    [27.09 00:18:35] [e2m3u2b] [5G]: 0:00:00.350'de veya saniyede ~856'da toplam 301 kanalın 300'ü ayrıştırıldı

    [27.09 00:18:35] [e2m3u2b] [5G]: Mevcut kullanıcı buketleri kaldırılıyor ...

    [27.09 00:18:35] [e2m3u2b] [5G]: Kanal verilerinin servis referanslarına dönüştürülmesi ...

    [27.09 00:18:35] [e2m3u2b] [5G]: 'Hepsi bir arada' kullanıcı buketi oluşturuluyor...

    [27.09 00:18:35] [e2m3u2b] [5G]: Kök bouquets.tv dosyası güncelleniyor...

    [27.09 00:18:36] [e2m3u2b] [5G]: Buketler yeniden yükleniyor...

    [27.09 00:18:36] [e2m3u2b] [5G]: Güncelleme tamamlandı ğŸ

    [27.09 00:18:36] [e2m3u2b] Buket güncellemesi 00:00:08'de tamamlandı ✌ï¸

    [27.09 00:18:36] [e2m3u2b] Bir sonraki uyanma saati: Fri Sep 27 03:00:21 2024 â °

  • I added “EventViewer” which controls stream loss or its absence when IPTV channel is turned on or viewing it ... If “caught” then the “toast” message about the lack of the stream is displayed. A setting also allows you to attempt to restart the “hung” or lost stream. If the attempt to restart the stream fails (i.e. there is no broadcast), a message about the absence of the stream is displayed.

    Снимок экрана 2024-10-06 в 17.15.57.png

    Will be available in the next version ... Perhaps this feature will be useful for users

    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!