Version 3.5.1
This release includes several code improvements and modifications, in addition to addressing the system slowdown freezing issues experienced on
Dreambox One and
Dreambox Two while updating the program guide.
The performance of
EPGImport has been improved on both devices running
DreamOS / Enigma2 2.6 or later. A dedicated code condition has been added specifically for these two devices, without changing the plugin’s general logic or affecting its performance on other devices.
During a program guide update, the plugin downloads the
EPG file, decompresses it, reads thousands of channel and program entries, and then saves them to the
EPG database. Previously, some of these resource-intensive operations were executed within the main
Enigma2 UI thread, which could cause the device to slow down or the picture to freeze temporarily until the import process was completed.
After this update,
Dreambox One and
Dreambox Two now operate as follows:
- The EPG file is decompressed in the background.
- Channel and program data is processed and added to the EPG database in the background.
- The Enigma2 interface remains more responsive, reducing system slowdowns and picture freezing during the update.
- Improved error handling has been added to prevent the import process from becoming stuck if a background task fails.
- These changes apply only to the two devices mentioned above and do not affect how the plugin operates on other DreamOS devices.
DOWNLOAD