[Plugin] E2m3u2bouquet [*deb]

Status
Not open for further replies.

kalkan99

VIP
Messages
1,680
UPDATE

1.0.84




1) Fix for BlackHole 3.0.x images

2) A small change in the EPG importer code part

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.84_all.deb
    1.7 MB · Views: 4

kalkan99

VIP
Messages
1,680
UPDATE

1.0.85




1) Fixed m3u parser to handle "catchup-time" tag correctly. In some cases, this error led to the impossibility of parsing m3u playlists, displaying a log error about a data type mismatch

2) Fixed a small annoying inaccuracy in the EPG parser. Now the import of event events is much faster due to the exclusion of channel events that are not in the m3u playlist you use.

3) Support for "gzip, deflate" HTTP compression has been added to the EPG importer, which in some cases can significantly reduce the amount of data received, and therefore speed up the download of the necessary files

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.85_all.deb
    1.7 MB · Views: 4

kalkan99

VIP
Messages
1,680
UPDATE

1.0.86




Fixed the "dimension" of the value of the dvb_event_id parameter when adding epg.db entries in DreamOS . Descriptions of future events will now be displayed in the "EPG Selection" skin on any DreamOS images.

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.86_all.deb
    1.7 MB · Views: 6

WaRp

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

1) Slightly optimized date parsing algorithm in XMLTV
2) Added filters for normalizing punctuation marks, various unicode characters that in most images are not displayed in skins, double spaces, various html-tags e.t.c. when parsing XMLTV data
3) Added check of "if-modified-since"/"Last-Modified" headers when processing channels picons. Now if the picon file has changed on the provider's server, it will be re-downloaded (This option increases m3u parsing time, not critical, but it does increase. It all depends on the number of picons and the speed of your Internet connection. If you do not need to constantly check for picons file changes- just "off" - "Download picons" after you have downloaded them once)
4) In the "custom" sorting mode, the ability to change the "player" for individual channels, other than the default one for the provider, has been added. To do this, you need to set its numeric value for the "reftypeOverride" tag in the template file (***-override.xml) of your provider. The following values are allowed: 5001 (gstplayer), 5002 (exteplayer3), 4097 (gstreamer), 1 (dvb) . Replacing the "player" (reftype) will work if and only if the player you specified is installed in the image you use

For example:
<channel name="Eurosport 1 HD" nameOverride="" tvg-id="" enabled="1" reftypeOverride="5001"/>

p.s. If you used ****-override.xml before and don't want to re-create it for the current change, just convert it with sed
sed -i 's/serviceRefOverride/reftypeOverride/g' your-override.xml
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.87_all.deb
    1.7 MB · Views: 4

kalkan99

VIP
Messages
1,680
UPDATE

1.0.88




1) The range of unicode characters filtered in the names of groups, channels, and descriptions has been expanded ... Many E2 images simply do not display all sorts of "hearts", "tambourines", "diamonds" and other "garbage". Therefore, "filtering" all

2) Optimized the check "whether the picons have changed on the provider server" ... now it works a little faster ...

3) Removed the output in the message log when redefining the player

4) Slightly optimized the m3u parser code and ***-sort-override so that there are fewer string conversions from str to unicode and vice versa .. now, regardless of the python version, we always get "str" when parsing and work with this data type

5) A little speeded up the EPG parser .... but it gives a speed increase only on python 3.11-based E2 Images ... on the rest, it will remain as it was


thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.88_all.deb
    1.7 MB · Views: 0

kalkan99

VIP
Messages
1,680
UPDATE

1.89




1) Fixed spontaneous freezes and interrupting the event import when importing EPG for some users

2) Fixed display of specified values in the provider card when changing player parameters (exteplayer3, gstplayer)

3) Thoroughly rewritten EPGImport code. More aggressive RAM saving. The code is maximally asynchronous. Added more logging of any non-standard situations and current actions.

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.89_all.deb
    1.6 MB · Views: 4

kalkan99

VIP
Messages
1,680
1.0.90



1) Fixed all the shortcomings, errors, and inaccuracies known at the time of publication of this version, which was published by users on various forums and in personal correspondence with me

2) Completely redesigned plugin GUI. All settings are now available in the "Configuration" menu. The "Configuration" menu has been significantly improved and provides various options for "fine" tuning the plugin to suit your desires

3) Algorithm of "serviceref" formation has been changed to meet the wishes of users when using "***-sort-override" templates ... I strongly recommend that you delete the picons created by this plugin and the epg.dat file before installing this version

4) This version is "Donationware" ... The basic functionality of the plugin, starting from this version, is limited to the ability to use the plugin with one provider and create bouquets containing no more than 300 channels. Everyone who has made a donation (ever) to the development will receive a key file that removes any restrictions

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.90_all.deb
    1.6 MB · Views: 0

kalkan99

VIP
Messages
1,680
UPDATE

1.0.91




1) Fully fixed for VTi images

2) Added "sweetness" for lazy people Now if the keyboard is called when editing paths or links, then the ENG layout is automatically set

3) FR locale updated

thanks pepsik
 

Attachments

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

kalkan99

VIP
Messages
1,680
UPDATE

1.0.92




1) Fixed file selection for OpenATV 7.0

2) The menu in the provider card has been reorganized. Added all locale translations

3) Removed plugin dependency on OpenWebIf plugin and creation of configuration files for CrossEPG and EPGImport. The plugin can work with EPG by itself much better than the listed plugins and does not require additional "crutches" ... Moreover, the rejection of support for CrossEPG configuration files allows us to work with https directly and avoid unnecessary additional EPG downloads using the https scheme.

4) Removing the dependency on OpenWebIf allows the plugin to be used on very ancient receivers (such as GI S8120, U2C S+mini, GI HD Slim 2+, etc.) with very early (or very "custom") versions of E2 images, in which there is simply no OpenWebIf.

5) Removed obligatory dependency on PIL (Python Imaging Library) ... Now if you don't have it in your image, you can still download channel piсons.

6) For users using ***-sort-override.xml templates, when new channels appear in the provider's broadcasting grid, in addition to diff-override, a bouquet will be created with "new" channels for channels that are not in the template ... This bouquet will be created until the user moves new channels from diff-override to the right place in the sort-override template

7) The ability to override tvg-id has been added to the sort-override template ... To do this, you need to set the channel id value you need in tvgidOverride , similar to nameOverride or reftypeOverride

8) A few other code optimizations... and the removal of previously used python dependencies
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.92_all.deb
    2 MB · Views: 5

kalkan99

VIP
Messages
1,680
UPDATE

1.0.92.1




1) Updated and fixed IT, RU locales

2) A small fix in determining the "availability" of playlists specified in the provider settings

3) Minor reorganization of plugin menu code

thanks pepsik
 

Attachments

  • enigma2-plugin-extensions-E2m3u2bouquet_1.0.92.1_all.deb
    2 MB · Views: 16
Status
Not open for further replies.
Top