Web-X-TV for Gemini 1.9 - ALPHA Kit !

tahir85pk

Super VIP
Messages
936
Web-X-TV for Gemini 1.9 - ALPHA Kit !
Code:

------------------------------------------------------ DM 7025 Remote Control and Message Box Plugin Version 1.2 for the Web2 Webinterface by gutemine ------------------------------------------------------ For Installation of this plugin simply copy the rcXX.tar.bz2 file with FTP to /var/tmp. Then do a manual install with Blue Pannel or type in telnet: cd / bunzip2 /var/tmp/rc* tar -xvf /var/tmp/rc* Then you have to edit the following file: /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/plugin.py After the line: child_hdd = static.File("/hdd") add the lines (in exactly the same column !): child_remote =RemoteControl() child_message =MessageBox() child_addtimer =AddTimer() child_webxtv =WebXTV() and at the begining of the file add the lines:
 
Top