Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 3 of 12 FirstFirst 123458 ... LastLast
Results 21 to 30 of 116

Thread: ║E²║Plugin║ E2m3u2bouquet║v.2.0.14║DreamO S║

  1. #21
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,787

    Re: E2m3u2bouquet Plugin

    -07.12.2021-

    e2m3u2bouquet 1.0.48 (Mod Dorik1972)

    p.s. Before installation
    1) Delete the picons created by the plugin in their "storage" folder
    2) Delete the previous version with all the "traces"
    or
    3) After installation, in the configuration menu, select the standard picon location path... /picon, /usr/share/enigma2/picon, /hdd/picon, etc.

  2. Advertise Here
  3. #22
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,787

    Re: E2m3u2bouquet Plugin

    09.12.2021-

    Update
    Ver 1.0.49

    Update
    IPTV ArchiveVer
    2.0.39



  4. #23
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,787

    Re: E2m3u2bouquet Plugin

    -10.12.2021-

    e2m3u2bouquet 1.0.50 (Mod Dorik1972)

    1) Local skins are placed in separate files. "Skinmakers" can frolic
    2) Fixed and added translations for different locales
    3) For Py3 based images, the clearing of the log by the "blue" button has been corrected

    Update IPTV Archive Ver 2.0.40

  5. #24
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,787

    Re: E2m3u2bouquet Plugin

    E2m3u2bouquet 1.0.50.1(Mod Dorik1972)

    1) An XMLTV file download timeout has been added to the EPG import algorithm. By default - 10 seconds. If the file is not downloaded during this time, then the parsing of this EPG will be canceled. The change is due to the fact that the standard twisted Agent.request has only a connection timeout... But if he connected to the server and the server gives "a drop per hour", then he will hang and wait... at least 5 hours , at least 10 ... Now, if you haven't downloaded the file in 10 seconds, then just skip "this time"... This is due to the fact that yesterday I ran into Glanz, which "gave away" xmltv with a size of 8 MB for more than 3 hours... delusion.. .Now such a situation is impossible
    2) A small reorganization of the code has been carried out

  6. #25
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,787

    Re: E2m3u2bouquet Plugin

    -17.12. 2021-
    E2m3u2bouquet
    1.0.51 (Mod Dorik1972)

    Changed the logic of creating bouquets. Now, if you have in the list of providers, no matter how many there are, only one will be active, then the name of the channel groups in the bouquets will not contain the name of the provider.

    Minor adjustments to the EPG import logic
    By DORIK1972

  7. #26
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,787

    Re: E2m3u2bouquet Plugin

    -25.12. 2021-
    E2m3u2bouquet
    1.0.52 (Mod Dorik1972)

  8. #27
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,787

    Re: E2m3u2bouquet Plugin

    -31.12. 2021-
    E2m3u2bouquet
    1.0.52 (Mod Dorik1972)

    1) Fixed Italian locale
    2) Fixed override.xml crash on Py2 based images
    3) Optimized override and arbitrary sorting algorithm in override.xml
    4) In override.xml, the serviceRefOverride attribute has been added to the channel node. It used to override the original serviceref with the desired one.
    For instance:
    Kod:

    <channel name="SKY EUROSPORT1 HEVC" nameOverride="" tvg-id="" enabled="1" serviceRefOverride="1:0:19:F4F:2198:FBFF :820000:0: 0:0" />
    In this case, the serviceref of the Eurosport 1 satellite channel will be set for the SKY EUROSPORT1 HEV channel.
    And if you have EIT EPG enabled, the events from the EIT EPG Eurosport 1 will be displayed on SKY EUROSPORT1 HEVC
    5) Minor optimization of importing EPG events

    Before installing this version, if you used override.xml, you must remove it and fill it with new content as you wish. I again slightly changed the names of the xml structure attributes to optimize the "traversal" of the records.

  9. #28
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,787

    Re: E2m3u2bouquet Plugin

    -Update 04.01.2022-

    E2m3u2bouquet
    1.0.54 (Mod Dorik1972)



    1) In the configuration menu, the ability to set an arbitrary choice of the path for storing plugin configs is now available.

    By default, the path to the "media" with the freest space available is suggested. When you click "OK" - the preset will be available -

    list of paths on all available media (HDD, USB e.t.c.) sorted by free space. Doesn't like from the list - you can put any path as you wish

    2) Fixed a crash on DreamOS when choosing the menu for choosing days to import bouquets

    3) Added deletion of picons downloaded by this plugin when selecting the "Reset bouquets" menu

    4) The binding to the default EPG and access to the online base of picons has been completely removed

    5) Fixed and redesigned the algorithm for processing additional XMLTV sources using ****-override.xml

    Now you can set the XMLTV you need as the main or additional by matching the values of the tvg-id attribute

    in the channel section and the channel_id of the used XMLTV

    6) Fixed XML escape / unescape algorithm. Now it is completely consistent with the logic -

    https://stackoverflow.com/ques…cumen...37835#46637835

    7) Added support for specific HTML escape characters (& nbsp; e.t.c.), which are sometimes "forgotten"

    clean up XMLTV creators by parsing data from HTML pages

    8) Added a check for a running enigma2 process to the scripts of the control ipk package before

    doing RestartGUI after installation/update.

    9) Added "crutch" to support BlackHole 3.0.9/3.1.0 images

  10. #29
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,787

    Re: E2m3u2bouquet Plugin

    -Update 06.01.2022-

    E2m3u2bouquet
    1.0.55 (Mod Dorik1972)


    1) Fixed crash on EPG import on DreamOS

    2) Fixed "interval" bouquets update method

  11. #30
    Administrator WaRp's Avatar
    Join Date
    16-08-2015
    Posts
    7,731
    Uploads
    8,927
    Likes
    26,125

    Re: E2m3u2bouquet Plugin

    e2m3u2bouquet 1.0.57 (Mod Dorik1972)


    ● The XMLTV event parsing logic now takes into account the value of the "Keep Outdated EPG events" parameter, which is set in the EPG settings of the image you use. If there is no such setting, which is unlikely, then by default this parameter is 3 hours
    ● Fixed XMLTV parsing algorithm with sub-title nodes


    Thanks Dorik1972

Page 3 of 12 FirstFirst 123458 ... LastLast
Advertise Here

Similar Threads

  1. Update ║➽║E²║Plugin║➽║Panel AIO PY3║*.By Pawel Pawelek║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 39
    Last Post: 31-05-2026, 20:48:54
  2. Replies: 49
    Last Post: 20-05-2026, 22:11:57
  3. Replies: 96
    Last Post: 29-04-2026, 12:47:49
  4. Update ║E²║Plugin║ TVGarden║v.2.1║By Lululla​║DreamOS║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 6
    Last Post: 01-04-2026, 20:22:40
  5. Update ║➽║E²║Plugin║ DreamosatX Signal║v.2.0║*.DreamOS║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 0
    Last Post: 13-03-2026, 21:05:29

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •