This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

Launching CrossEPG by telnet

AlexWilMac

Moderator
Does anyone knows if the python code of CrossEPG may be launched also by a telnet command?
Specifically, I'm talking about the download and the whole process.
This would mean to have it running in background without "blocking" the image.

Probably the code for the complete process is
/usr/lib/enigma2/python/Plugins/SystemPlugins/CrossEPG/crossepg_auto.pyo


(I know EPGimport already works in background, but it has limits and less precise EPG fonts and, above all, a lack of aliases management).
 
Does anyone knows if the python code of CrossEPG may be launched also by a telnet command?
Specifically, I'm talking about the download and the whole process.
This would mean to have it running in background without "blocking" the image.

Probably the code for the complete process is
/usr/lib/enigma2/python/Plugins/SystemPlugins/CrossEPG/crossepg_auto.pyo


(I know EPGimport already works in background, but it has limits and less precise EPG fonts and, above all, a lack of aliases management).

Here is the git, where you can look at py (code):

Code:
https://github.com/E2OpenPlugins/e2openplugin-CrossEPG/blob/master/src/enigma2/python/crossepg_auto.py

best regards
nunigaia
 
Back
Top