Jump to content


nobody9

Member Since 29 Sep 2011
Offline Last Active 08 Jan 2012 18:33
*****

#235470 Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

Posted by nobody9 on 30 November 2011 - 08:17

When sending a keystoke to enigma2 window, enigma2 applies two keystrokes:
SDL Key Down: key=32
km=0 enabled=1 locked=0
action -> MenuActions menu
FLUSH
FLUSH
SDL Key Up: key=32
km=0 enabled=1 locked=0


the fist is key push the second is key release.

nobody9


#235468 Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

Posted by nobody9 on 30 November 2011 - 07:53

Hi,
attached a picture with a service-Scan on enigma2-i386. The fist thing is done the tuner are identified and tuning and scanning works.
the next thing is to get Video-Picture.

nobody9

Attached Thumbnails

  • e2pc_scan_vtuner.jpg



#234995 Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

Posted by nobody9 on 27 November 2011 - 15:15

Hi buyukbang,

I have too questions:
1- Keyboard keys are too fast on enigma2, usually cauese double clicks. Do you have a solution for this ?
2- Space button for menu is not working ??
3- Is it possible to use this with a dvbs2 card on our PC ?


1) and 2) i will install next weekend a Ubuntu 11.10 to Test, on Ubuntu 10.4 i have no problems with it.
3) I only have a Virtualmachine without dvbs card.

regards

nobody9


#234637 Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

Posted by nobody9 on 25 November 2011 - 21:37

Hi,

attached a script and a Patch to compile enigma2 Openpli on Ubuntu 10.4 32 Bit.

To compile:

Extrackt the enigma2-i386.tar.bz2
cd enigma2-i386
./build-enigma2.sh

You will found enigma2 under $HOME/enigma2 their you can start enigma2 with bin/enigma2.
The configs are stored under $HOME/enigma2/etc/enigma2.

I have mapped some Buttons to Keyboard;

RED - F1
GREEN - F2
YELLOW - F3
BLUE - F4

MENU - SPACE

So you can Test Plugins or Skins without a STB.

Regards,

nobody9


#231029 E2 Patch to remove Internal Webserver

Posted by nobody9 on 13 November 2011 - 09:38

What is de intend??


It used fixed port 8080 and you can´t disabled it. The most Users don´t know that a Internal Webserver in E2 exist. I think it better to have only the Webserver as Python Plugin.
The other think is for security reason then you have acces to all files on the Box.

nobody9


#231014 E2 Patch to remove Internal Webserver

Posted by nobody9 on 13 November 2011 - 06:54

Hi,

attached a small patch that remove the internal Webserver from e2.

Regards,

nobody9

Attached Files




#222507 stream movie in old webinterface

Posted by nobody9 on 6 October 2011 - 20:46

in webinterface-old must be apply this patch that the movie listing works again

   1 Index: enigma2-plugins/webinterface/src/WebComponents/Sources/Movie.py
   2 ===================================================================
   3 --- enigma2-plugins.orig/webinterface/src/WebComponents/Sources/Movie.py
   4 +++ enigma2-plugins/webinterface/src/WebComponents/Sources/Movie.py
   5 @@ -67,6 +67,9 @@ class Movie(Source):
   6				 tag = self.cmd['tag']
   7				 tag = tag and tag.lower()
   8				 for (serviceref, info, begin, unknown) in self.movielist.list:
   9 +					   if serviceref.flags & eServiceReference.mustDescent:
  10 +							   # Skip subdirectories (TODO: Browse?)
  11 +							   continue
  12						 rtime = info.getInfo(serviceref, iServiceInformation.sTimeCreate)
  13
  14						 if rtime > 0:

regards

nobody9