[E² Plugin] E2m3u2bouquet
- sugar
- SW MODERATOR
- Posts: 1473
- Joined: 16 Mar 2024, 12:45
- Has thanked: 10 times
- Been thanked: 293 times
May 2024
18
06:08
Re: [E² Plugin] E2m3u2bouquet
UPDATE 1.7.2
1) The code responsible for setting playlist parameters has been completely rewritten
2) The base ConfigSelection class has been redesigned. If your image supports displaying graphics in the selection options of the settings window, then you will display icons instead of phrases. This modification also works on any DreamOS-based images. For example, this functionality can be “evaluated” on OpenPli, OpenBH, Merlin, GP4, etc. images.
1) The code responsible for setting playlist parameters has been completely rewritten
2) The base ConfigSelection class has been redesigned. If your image supports displaying graphics in the selection options of the settings window, then you will display icons instead of phrases. This modification also works on any DreamOS-based images. For example, this functionality can be “evaluated” on OpenPli, OpenBH, Merlin, GP4, etc. images.
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.2_all.rar
- (4.17 MiB) Downloaded 65 times
I'm a beginner, not a professional, and I'm just trying to learn
- ocean777
- SW E2 DEVELOPER
- Posts: 292
- Joined: 12 Apr 2024, 04:17
- Has thanked: 76 times
- Been thanked: 28 times
Jun 2024
04
12:29
Re: [E² Plugin] E2m3u2bouquet
UPDATE 1.7.3
1) The M3U playlist parser function has been redesigned as a "generator". This allows to significantly save RAM, and eliminate Enigma2 reactor freezes when processing huge playlists
2) Calling the "Reset Bouquets" item from the main menu now deletes both favorites created by this plugin and channel icons ever downloaded by this plugin. Previously, only favorites were deleted
3) Added support for links with HTTP basic authorization when importing EPG data. We are talking about links to XMLTV in this format
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.3_all.rar
- (2.09 MiB) Downloaded 56 times
- sugar
- SW MODERATOR
- Posts: 1473
- Joined: 16 Mar 2024, 12:45
- Has thanked: 10 times
- Been thanked: 293 times
Jun 2024
05
04:38
Re: [E² Plugin] E2m3u2bouquet
UPDATE 1.7.3
1) The M3U playlist parser function has been redesigned as a "generator". This allows to significantly save RAM, and eliminate Enigma2 reactor freezes when processing huge playlists
2) Calling the "Reset Bouquets" item from the main menu now deletes both favorites created by this plugin and channel icons ever downloaded by this plugin. Previously, only favorites were deleted
3) Added support for links with HTTP basic authorization when importing EPG data. We are talking about links to XMLTV in this format
scheme://login:password@domain:port/path?query#fragment
For example
http://piter:qwwerty@www.service.com/ep ... epg.xml.gz
4) Minor changes in plugin code and EPG importer to support "prehistoric" images and receivers ... For example, Chinese VU+ clones with OpenPli4
5) Fixed a bug with the inability to select files from the root directory (playlists, key-file, etc.)
6) Added Bulgarian menu localization
1) The M3U playlist parser function has been redesigned as a "generator". This allows to significantly save RAM, and eliminate Enigma2 reactor freezes when processing huge playlists
2) Calling the "Reset Bouquets" item from the main menu now deletes both favorites created by this plugin and channel icons ever downloaded by this plugin. Previously, only favorites were deleted
3) Added support for links with HTTP basic authorization when importing EPG data. We are talking about links to XMLTV in this format
scheme://login:password@domain:port/path?query#fragment
For example
http://piter:qwwerty@www.service.com/ep ... epg.xml.gz
4) Minor changes in plugin code and EPG importer to support "prehistoric" images and receivers ... For example, Chinese VU+ clones with OpenPli4
5) Fixed a bug with the inability to select files from the root directory (playlists, key-file, etc.)
6) Added Bulgarian menu localization
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.3_all.ipk
- (2.1 MiB) Downloaded 59 times
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.3_all.deb
- (2.1 MiB) Downloaded 61 times
I'm a beginner, not a professional, and I'm just trying to learn
- sugar
- SW MODERATOR
- Posts: 1473
- Joined: 16 Mar 2024, 12:45
- Has thanked: 10 times
- Been thanked: 293 times
Jun 2024
06
04:56
Re: [E² Plugin] E2m3u2bouquet
UPDATE
1.0.74
1) Changed the logic for getting channel icons from links from the playlist used. Now the type of link does not matter, as long as it is valid. When downloading an icon, its contents are analyzed and if it is a picture, it is saved as a PNG file. If the "Optimize channel picons on load" item is enabled in the playlist settings, then the file format of the "picture" received from the link can be almost any, it will be automatically converted to PNG. If this settings menu item is disabled, then the format of the files received via the link must be PNG only, otherwise, it will not be saved. This change allows you to easily receive channel icons, for example, for tvheadend playlist
Code
tvg-logo="http://192.168.1.26:9981/imagecache/120?auth=123456789"
2) Fixed a bug displaying the values of settings menu items for the ConfigBoolen class on some images (OpenPli4 etc.)
1.0.74
1) Changed the logic for getting channel icons from links from the playlist used. Now the type of link does not matter, as long as it is valid. When downloading an icon, its contents are analyzed and if it is a picture, it is saved as a PNG file. If the "Optimize channel picons on load" item is enabled in the playlist settings, then the file format of the "picture" received from the link can be almost any, it will be automatically converted to PNG. If this settings menu item is disabled, then the format of the files received via the link must be PNG only, otherwise, it will not be saved. This change allows you to easily receive channel icons, for example, for tvheadend playlist
Code
tvg-logo="http://192.168.1.26:9981/imagecache/120?auth=123456789"
2) Fixed a bug displaying the values of settings menu items for the ConfigBoolen class on some images (OpenPli4 etc.)
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.4_all.deb
- (2.1 MiB) Downloaded 73 times
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.4_all.ipk
- (2.1 MiB) Downloaded 68 times
I'm a beginner, not a professional, and I'm just trying to learn
- sugar
- SW MODERATOR
- Posts: 1473
- Joined: 16 Mar 2024, 12:45
- Has thanked: 10 times
- Been thanked: 293 times
Jun 2024
07
06:02
Re: [E² Plugin] E2m3u2bouquet
UPDATE 1.0.74
1) Changed the logic for getting channel icons from links from the playlist used. Now the type of link does not matter, as long as it is valid. When downloading an icon, its contents are analyzed and if it is a picture, it is saved as a PNG file. If the "Optimize channel picons on load" item is enabled in the playlist settings, then the file format of the "picture" received from the link can be almost any, it will be automatically converted to PNG. If this settings menu item is disabled, then the format of the files received via the link must be PNG only, otherwise, it will not be saved. This change allows you to easily receive channel icons, for example, for tvheadend playlist
2) Fixed a bug displaying the values of settings menu items for the ConfigBoolen class on some images (OpenPli4 etc.)
1) Changed the logic for getting channel icons from links from the playlist used. Now the type of link does not matter, as long as it is valid. When downloading an icon, its contents are analyzed and if it is a picture, it is saved as a PNG file. If the "Optimize channel picons on load" item is enabled in the playlist settings, then the file format of the "picture" received from the link can be almost any, it will be automatically converted to PNG. If this settings menu item is disabled, then the format of the files received via the link must be PNG only, otherwise, it will not be saved. This change allows you to easily receive channel icons, for example, for tvheadend playlist
Code: Select all
tvg-logo="http://192.168.1.26:9981/imagecache/120?auth=123456789"
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.4_all.ipk
- (2.1 MiB) Downloaded 55 times
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.4_all.deb
- (2.1 MiB) Downloaded 65 times
I'm a beginner, not a professional, and I'm just trying to learn
- ocean777
- SW E2 DEVELOPER
- Posts: 292
- Joined: 12 Apr 2024, 04:17
- Has thanked: 76 times
- Been thanked: 28 times
Jun 2024
08
04:57
Re: [E² Plugin] E2m3u2bouquet
UPDATE 1.7.5
1) Fixed a crash when clicking OK in the menu for selecting playlist groups when they were missing
2) Now in the playlist settings, you can add archived playlist files. Supported formats - GZ, XZ, and ZIP. The logic behind this is very simple. Sometimes users send me playlists of incredible sizes (500,000+ entries) for testing, the size of such files is from 60 to 140 MB... In the archive, they take up no more than 2-9 MB. Unpacking and reading data from the archive occurs in a “stream” and has virtually no effect on the playlist’s parsing speed. But it saves a lot of storage space... especially if there are a lot of such playlists
For example
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.5_all.rar
- (2.09 MiB) Downloaded 53 times
- ocean777
- SW E2 DEVELOPER
- Posts: 292
- Joined: 12 Apr 2024, 04:17
- Has thanked: 76 times
- Been thanked: 28 times
Jun 2024
12
05:15
Re: [E² Plugin] E2m3u2bouquet
UPDATE 1.7.6
1) Fixed an issue that some users encountered when specifying an m3u file and a link to an EPG
2) Minor optimization and universalization of the code
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.6_all.rar
- (2.09 MiB) Downloaded 41 times
- ocean777
- SW E2 DEVELOPER
- Posts: 292
- Joined: 12 Apr 2024, 04:17
- Has thanked: 76 times
- Been thanked: 28 times
Jun 2024
21
04:53
Re: [E² Plugin] E2m3u2bouquet
UPDATE
1.7.7
1.7.7
tnx pepsik1) Fixed plugin skin files for full compatibility with Vti images
2) Minor changes in the files responsible for EPG import. Now on images based on Python 3.10 - 3.12, this process will happen much faster. On earlier versions of Python, there is also a performance gain, but it is not as noticeable in comparison with more recent versions of Python
3) Minor changes in log output
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.7_all.rar
- (2.09 MiB) Downloaded 31 times
- ocean777
- SW E2 DEVELOPER
- Posts: 292
- Joined: 12 Apr 2024, 04:17
- Has thanked: 76 times
- Been thanked: 28 times
Jul 2024
07
16:27
Re: [E² Plugin] E2m3u2bouquet
UPDATE
1.7.8
1.7.8
1) Small optimization of the regexp parser of #EXTINF directive data of the m3u playlist
2) Changes have been made to the log output when there is no key file
3) Added the ability to interrupt the process of receiving groups from the playlist when using bouquet customization in playlist settings ("red" or "exit" button during obtaining or processing the playlist) ... In this case, information about the interruption of this process by the user will be displayed in the log.
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.8_all.rar
- (2.09 MiB) Downloaded 23 times
- sugar
- SW MODERATOR
- Posts: 1473
- Joined: 16 Mar 2024, 12:45
- Has thanked: 10 times
- Been thanked: 293 times
Jul 2024
08
04:42
Re: [E² Plugin] E2m3u2bouquet
UPDATE
1.7.8
1) Small optimization of the regexp parser of #EXTINF directive data of the m3u playlist
2) Changes have been made to the log output when there is no key file
3) Added the ability to interrupt the process of receiving groups from the playlist when using bouquet customization in playlist settings ("red" or "exit" button during obtaining or processing the playlist) ... In this case, information about the interruption of this process by the user will be displayed in the log.
thanks Dorik1972
1.7.8
1) Small optimization of the regexp parser of #EXTINF directive data of the m3u playlist
2) Changes have been made to the log output when there is no key file
3) Added the ability to interrupt the process of receiving groups from the playlist when using bouquet customization in playlist settings ("red" or "exit" button during obtaining or processing the playlist) ... In this case, information about the interruption of this process by the user will be displayed in the log.
thanks Dorik1972
- Attachments
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.8_all.deb
- (2.1 MiB) Downloaded 23 times
-
- enigma2-plugin-extensions-e2m3u2bouquet_1.7.8_all.ipk
- (2.1 MiB) Downloaded 23 times
I'm a beginner, not a professional, and I'm just trying to learn
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0 Replies
- 67 Views
-
Last post by Hannibal_Lecter
-
- 2 Replies
- 1111 Views
-
Last post by sugar
-
- 50 Replies
- 4376 Views
-
Last post by Hannibal_Lecter
-
- 3 Replies
- 1234 Views
-
Last post by sugar
-
- 2 Replies
- 1702 Views
-
Last post by sugar
Who is online
Users browsing this forum: No registered users and 0 guests