[Plugin] E2m3u2bouquet [*deb]

Status
Not open for further replies.

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
E2m3u2bouquet
DreamOS fixed by READ

last version 0.8.2 to DreamOS images
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
enigma2-plugin-extensions-e2m3u2bouquet_20190709-r0.8.2_all.deb
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
e2m3u2bouquet 1.0.30 (Mod Dorik1972)

yaJReWb.jpg
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
e2m3u2bouquet 1.0.31 (Mod Dorik1972)
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
e2m3u2bouquet 1.0.33 (Mod Dorik1972)
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
e2m3u2bouquet 1.0.34 (Mod Dorik1972)
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
e2m3u2bouquet 1.0.37 (Mod Dorik1972)
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
e2m3u2bouquet 1.0.38 (Mod Dorik1972)

Fixed bug with cpu_count that occurred on old images with outdated or not a complete multiprocessing library
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,487
2m3u2bouquet 1.0.39 Mod Dorik1972

Update:1.0.39
Changed the algorithm for checking existing peaks. The process of converting playlists and checking for channel peaks takes seconds.
In the GstPlayer settings, when you select it in the Provo card, the PulseAudio Sink settings (original and experimental) are added. The choice is determined by the version of GstPlayer in your image



IPTVArchive:2.0.21

Fixed missing EPG and EPG description now and next for current live broadcasts after exiting the plugin

Small cosmetics of code and localizations
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
UPDATE
1.0.76

- Fixed "segmentation fault" error that occurred on DreamTWO (OE2.6) after importing EPG events ... Theoretically, it could also occur on other versions of OE ... but so far it has not manifested itself

Thanks Dorik1972
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.76_all.deb
    1.4 MB · Views: 4

zvonko67

Member
Messages
1,745
UPDATE
1.0.77



1) Fixed m3u playlist parsing error when using an automatic selection of EPG events by channel name, which sporadically occurred on some variants of m3u playlists
2) "Playing" with EPGImport code... Now the code is as compact as possible, as understandable as possible, and more "twisted"ly =) and works with the same import performance regardless of the logic used ... be it twisted.reactor.doRead or twisted.internet.threads.deferToThread . The speed of importing EPG events depends only on the performance of the processor of your SAT-box and the speed of reading / writing to the storage device (HDD / USB / Internal Flash)
3) Slightly supplemented and reorganized the output of logs for greater informational content of what is happening
4) Refreshed Italian locale


ENJOY!
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.77_all.deb
    1.4 MB · Views: 4

kalkan99

VIP
Messages
1,680
UPDATE

1.0.78




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
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.78_all.deb
    1.6 MB · Views: 2

kalkan99

VIP
Messages
1,680
UPDATE

1.0.79




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

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.79_all.deb
    1.6 MB · Views: 3

kalkan99

VIP
Messages
1,680
UPDATE

1.0.80




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.

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.80_all.deb
    1.6 MB · Views: 5

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,848
Fixes for V.1.0.80

-Fixed parsing of EPG given in plain (not zipped) XML
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.80_all.deb
    1.6 MB · Views: 2

kalkan99

VIP
Messages
1,680
UPDATE

1.0.81




1) Plugin menu icons changed. Minor changes in built-in skins

2) Changed how "available" RAM is determined to be compatible with older SatTop box (like DM7020HD) cores when importing EPG events

3) Fixed the ability to select the /etc and /home folders when specifying the location of the plugin configuration files

4) Partially modified log messages

5) Refreshed Italian locale (thx mapi )

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.81_all.deb
    1.6 MB · Views: 6

kalkan99

VIP
Messages
1,680
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 !!!

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.82_all.deb
    1.7 MB · Views: 3

kalkan99

VIP
Messages
1,680
UPDATE

1.0.83.1


1) Increased user IP detection time.

2) Changed the request for obtaining ISO693-3 codes for DreamOS-based images

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.83.1_all.deb
    1.7 MB · Views: 1

kalkan99

VIP
Messages
1,680
UPDATE

1.0.83.2




Fixed DNS Resolver crash after fully rebooting, which appeared mainly on Python3-based images.

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.83.2_all.deb
    1.7 MB · Views: 6
Status
Not open for further replies.
Top