EPGImport 1.0+git206
16.06.2019
- Italian translation for EpgImport (#38)
EPGImport 1.0+git206
16.06.2019
- Italian translation for EpgImport (#38)
EPG Import with ssl support updated for DreamOS
Version 2.2
This is for people that https epg url is redirecting to another https url and then failing the SSL check in epgimporter.
EPGImport mod from Dorik1972
Version 1.3
"Remastering" of the good old plug for importing xmltv / epg.dat into Enigma2. Unpack the contents of the * .tar.gz archive over the installed native version from the feed of the image you are using or by installing the ipk or deb package
Differences from the original
1) The algorithm for "bypassing" xmltv and parsing events is maximally optimized and accelerated.
2) All file uploads have been changed to twisted.web.client.Agent (), instead of deprecated getPage and downloadPage
3) Checking ssl certificates is completely disabled. In the case of downloading xmltv and channels.xml - no threat : '(. Zero problems with downloading from any http or https resources
4) Added EPG import support for DreamOS
5) Added support for local files in ****. Sources.xml. Now everything works 100% correctly.
6) The code is written out universally and will work on PY2 and PY3 based images
7) Cleaned and "fixed" everything that "caught" during the code + added and more clearly made logging of actions
Will work as quickly as possible on images with twisted supportsThreads ... me on everything I could install in my VU + Ultimo 4K (BH, OpenBH, OpenATV 6.2 - 7.0, OpenPli, OpenVision, etc.) ... on everything else - check: download:
ENJOY
EPGImport mod from Dorik1972
Version1.4
EPGImport mod from Dorik1972
Version1.5
In Agent.request, by default, there is only the connectTimeout parameter, in fact, as in any other method tied to the Agent. This timeout only affects the TCP connection setup timeout. Setting it to 5 means that if a TCP connection to the HTTP server for a specific URL cannot be established in less than 5 seconds, the request attempt will fail with a timeout error. However, if the connection is successfully established, the timeout no longer matters. If the server takes 10 hours to send you a response, the agent will sit and wait 10 hours.
This release fixes this situation and adds a timeout for the maximum allowed response time. The default is 10 sec. In other words, if we have not received the target file in 10 seconds, this will be considered a timeout error, and the download of the file will be interrupted. Yesterday morning the provider Glanz was giving away its EPG file for more than 3 hours. It is unacceptable.
EPGImport mod from Dorik1972
Version 1.8
● Fixed formation of ExpandableSectionList for DreamOS. Now it looks the same as on the other images
● 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
EPGImport mod from Dorik1972
Version 1.8.1
1) Fixed postrm script in control package causing an error when uninstalling the plugin
2) Fixed "Nonetype object" error when parsing some channels.xml from rytec group
3) A set of fresh EPG sources for European countries from the rytec group added
EPGImport mod from Dorik1972
Version 1.8.3
● Fixed font size for 1280x720 resolution in XMLTV source selection window
● Fixed event import from XMLTV with non Latin-1 channel_id attribute values
● Slightly added logging when importing events for more information
Thanks Dorik1972
EPGImport mod from Dorik1972
Version 1.8.4
● Fixed sporadically occurring "segmentation fault" in OpenATV 6.4 on some xmltv.
● Minor code reorganization: added "Title" for some skins, fixed display of strings in log etc.
Thanks Dorik1972
EPGImport mod from Dorik1972
Version 1.8.5
● Added installation of necessary python dependencies if they are not present in the used image
● Removed broken links from the rytecepg.wanwizard.eu domain from XMLTV sources of the rytec group
● Minor code reorganization
Thanks Dorik1972