Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 5 of 12 FirstFirst ... 3456710 ... LastLast
Results 41 to 50 of 118

Thread: ║➽║E²║Plugin║➽║ E2m3u2bouquet║v.3.0║DreamOS║

  1. #41
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,846

    Re: E2m3u2bouquet Plugin

    E2m3u2bouquet 1.0.71 (Mod Dorik1972)

    1) Fixed remembering links in the "file://" scheme when entering from the virtual keyboard in the provider's card

    2) Fixed/added the ability to "recognize" XML files in 'UTF-8-BOM' encoding. For example:

    3) Fixed handling of XMLTVs packed in ZIP. For example:

    Thx @ Dorik1972

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

    Re: E2m3u2bouquet Plugin

    Fixes for Version 1.0.71

    -Added a branding module to the installation packages, due to which version 1.0.71 did not work

    Thx @ Dorik1972

  4. #43
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,846

    Re: E2m3u2bouquet Plugin

    E2m3u2bouquet 1.0.73 (Mod Dorik1972)

    (DreamOS special edition)

    1) The ability to select "eServiceStream" (8739:0:) player in the provider card has been fixed. Now this type of player is only available on images based on DreamOS versions >=4.4

    2) Completely rewritten SQL-wrapper to interact with epg.db when updating EPG. Now everything works as it should

    3) Updated Italian locale (special thanks for @mapi)

    Thx @ Dorik1972

  5. #44
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,846

    Re: E2m3u2bouquet Plugin

    E2m3u2bouquet 1.0.73.1 (Mod Dorik1972)

    (DreamOS special edition)


    Reading documentation - works wonders :exploding head: (https://www.sqlite.org/docs.html)

    1) Changed SQLite server parameters on opening epg.db, thanks to which the speed of importing EPG events in new (fresh) epg.db has increased by 100% compared to the previous version (1.0.73)

    2) Now only new events are added to the existing database, i.е. only those that are NOT in the existing EPG. Thanks to this logic, we have a 150-200% increase in the speed of importing events on the existing database compared to the previous version (1.0.73)

    3) When "closing" the database after adding events, we do "VACUUM" which allows us to significantly reduce the size of the epg.db file, especially noticeable when the EPG file is > 100Mb

    4) Fixed a theoretically possible error when adding an event with a short description (title) longer than 240 characters. Under certain circumstances, such events might not fall into the EPG database

    Thx @Dorik1972

  6. #45
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,846

    Re: E2m3u2bouquet Plugin

    E2m3u2bouquet 1.0.75 (Mod Dorik1972)

    1) Fixed an annoying typo in the code that caused a crash when trying to save the log file

    2) Minor changes to the XML iterator, giving a gain of 1-2 seconds for every 100,000 records processed

    3) Slightly updated the design of the regular skin. More strict and concise.

    4) The algorithm for auto-selection of EPG events by channel name has been redesigned. Now, if after preliminary analysis no exact match is found among the candidates, the Damerau-Levenshtein algorithm for finding the greatest match based on an iterative version of the Wagner-Fischer algorithm is applied (this works if and only if the EPGurl link is set in the provider settings.) - Theory - Optimal Wagner-Fischer Algorithm For Approximate Strings Matching.

    Thx @Dorik1972

  7. #46
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,846

    Re: E2m3u2bouquet Plugin

    E2m3u2bouquet 1.0.76 (Mod Dorik1972)

    Fixed "segmentation fault" error that occurred on DreamTWO (OE2.6) after importing EPG events ...

  8. #47
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,846

    Re: E2m3u2bouquet Plugin

    E2m3u2bouquet 1.0.78 (Mod Dorik1972)

    1) Fixed the appearance of the "names.client" error for images with the old or truncated twisted library (Merlin, Pure2, e.t.c.)

    2) The functionality of xml_escape and xml_unescape for XML files has been completely rewritten. Instead of the previously used xml.sax.saxutils module, precompiled rules for regexp, and the name2codepoint module are now used. This increased both the speed and quality of processing. Often, the descriptions of programs in XMLTV contained HTML tags that got there due to poor parsing by the provider of HTML resources with descriptions of programs ... Now, thanks to name2codepoint, unescape of program descriptions is much cleaner and more accurate ... taking into account the unescape of all possible XML and HTML tags

    3) For images with threads.deferToThread support (90% of existing images), no temporary files are almost ever created now. All operations for downloading and processing any data occur in the RAM-"pipe". Temporary files will be created automatically if and only if there is not enough free RAM to store and process data... moreover, they will be created on the media with the largest available free space. Information about available RAM and the amount of cached data is displayed in the log. Storage and processing in RAM - eliminates slow read/write operations on any media. Operations in RAM are a priori the fastest!

    4) Any operations of parsing m3u or XML files are done on the basis of "generators". Generators in python are the fastest and least "gluttonous" functions both in terms of CPU and RAM resources.

    Thx @Dorik1972

  9. #48
    Contributing Member
    Join Date
    07-09-2010
    Posts
    1,054
    Uploads
    37
    Likes
    1,154

    Re: E2m3u2bouquet Plugin

    E2m3u2bouquet 1.0.79 (Mod Dorik1972)


    1) Fixed a memory leak when using the EPG event auto-detection algorithm by the channel name from the playlist (if the EPGurl link is set in the provider's card). This resulted in the overloading of some "weak" SAT-boxes on some providers
    2) A part of the Damerau-Levenshtein algorithm code has been slightly optimized... Now the "difference" of strings is searched much faster

    E2m3u2bouquet_1-0-79_all-deb

    E2m3u2bouquet_1-0-79_all-ipk



  10. #49
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,846

    Re: E2m3u2bouquet Plugin

    E2m3u2bouquet 1.0.80 (Mod Dorik1972)

    1) Fixed crash log for VTi images
    2) Slightly reworked the EPG auto-selection algorithm by channel name to improve the accuracy of its work
    3) htmlentitydefs is included as a module and the plugin no longer requires this dependency to be installed
    4) Once again, the algorithm for importing EPG events has been slightly redesigned. Fixed python bugs to work correctly with ZIP archived EPGs.




  11. #50
    Contributing Member
    Join Date
    07-09-2010
    Posts
    1,054
    Uploads
    37
    Likes
    1,154

    Re: E2m3u2bouquet Plugin

    enigma2-plugin-extensions-E2m3u2bouquet Version 1.0.82

    UPDATE
    1.0.82


    1) Added support for experimental (develop) images on Python 3.11 (OpenVision, OpenPli, e.t.c.)
    2) Reorganization of code according to PEP8 requirements
    3) Minor logging changes


    p.s. Experimental images are not stable and contain many errors. Before installing the plugin on images based on Python 3.11, be sure to have the /usr/bin/python symlink associated with python3.11 !!!

    download

    File Type: ipk enigma2-plugin-extensions-E2m3u2bouquet_1.0.82_all.ipk (1.69 MB, https://uploadfile.pl/pokaz/2222868---er8v.html

    File Type: deb enigma2-plugin-extensions-E2m3u2bouquet_1.0.82_all.deb (1.69 MB, https://uploadfile.pl/pokaz/2222869---lybc.html

Page 5 of 12 FirstFirst ... 3456710 ... LastLast
Advertise Here

Similar Threads

  1. Replies: 52
    Last Post: 02-07-2026, 21:50:36
  2. Update ║➽║E²║Plugin║➽║ FoontOnSat _Redouane║*.DreamOS║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 36
    Last Post: 01-07-2026, 12:22:57
  3. Update ║➽║E²║Plugin║➽║ Hybrid IPTV Plugins║*.DreamOS║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 2
    Last Post: 17-06-2026, 13:29:19
  4. Update ║➽║E²║Plugin║➽║ s4aUpdater║v.1034║*.By Lululla​║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 2
    Last Post: 29-03-2026, 17:15:42
  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
  •