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).
 

nunigaia

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).

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
 
Top