I am using the Vu+ Solo2 receiver with OpenPLi 6/enigma2 configuration, and external hdd (TechniSat 1TB). Recording/programing works perfectly, but the live pause key is not working (pause key from remote control).
Is it possible tu use this function somehow or can it be loaded separately ?
My plugin XPower for WakeUp, Shutdown, Reboot, Get MAC and Standby, Hibernate PC's via your box. Works with os XP, Win7 and Ubuntu. I think, it is stable and can be added here. May be, somebody to find it useful. Works with telnet or with rpc net (XP only). I am using it in local network for managing all computers from bed Image may be NSFW. Clik here to view.. May be useful for turning on/off PC with VLC too.
Note: for "rpc net" must be installed "net" file - attached is net for HDD or for USB, because size of net is 8MB and it is not good place it into flash of box.
Ok i think it is time to try to work to a common plugin Image may be NSFW. Clik here to view.
I have started OpenWebif.
This is not my project but our project. It is a long work but we have not hurry.
I have not intention to coordinate or to manage, everyone have to feel free to contribute in everyway.
Till now we have only the server starting and listening on port 8080 for static files in the folder: /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/www/html
We have only an example html template there.
The next things to do i think that are:
to implement Authentication
to complete Configuration
to choose a layout
The server is listening on port 8080 to avoid conflicts with webinterface so you can test.
For tests use folder: /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif
This morning I wanted to reflash the Mut@nt HD51 box to OpenPLI 6 (from OpenPLI 4) so I downloaded openpli-6.0-release-hd51-20171030_usb.zip and put the files on the USB for flashing. All went well but the last past, installing Oscam, failed. I went to Menu/Applications/Download plugins/softcams. There is no Oscam. All other cams are available. Tried rebooting/updateing/refreshing etc. No luck. Even via the CLI (opkg) there was no Oscam. So I went back to OpenPLI 4 and all is well. Is Oscam missing because of a reason or of a config mistake?
Zojuist hebben we onze TRUZT Site live gebracht die de recruitment markt gaat opschudden! ZZP'ers in de IT hebben tegenwoordig geen recruiters meer nodig en kunnen zelfstandig opdrachten zoeken via: http://truzt.io/
in the wizard I select the Italian language and the menu changes but in the last passes it remains in English check the file it.po and it's ok what it can be I've attached the screens
def save(self):
if self['config'].isChanged():
for x in self['config'].list:
x[1].save()
configfile.save()
self.mbox = self.session.open(MessageBox, _('Settings saved'), MessageBox.TYPE_INFO, timeout=5)
self.close()
else:
self.close()
######################
the problem is that if server1 or server2 (fake-no-connection) is always found with server1 and myfile is downloaded (in this case the message is always checkOk) What escapes me ..
of course i checked in etc / enigma2 / setting is the selected Server is saved. even leaving the plugin and coming back is the same.
sorry for my google english thanks for the answer if it's not the right place as well, I'll see how to fix it
Hi everyone apologize for my english, then I put openpli 6.0 to last 4k and with iptv when changing the channel the decoder stops and continues to rotate the wheel, the only solution is to turn off the decoder from the posterior button this problem only does with vu last 4k.instead on vu + duo2 and vu + nzero everything ok.menter with the last 4k it is impossible to use iptv, can you solve it?Thank you
Is there any wifi wizard which allows to connect to wifi easier? In all modern OS user just clicks scan, selects wifi network, enters password, done.
In openpli after scan one needs to toggle switch "use interface yes" (which is weird) then navigate to password line and enter password. In addition encryption is not detected automatically.
If there is no solution exists yet, we can discuss ideas in this topic, and I want to implement such wizard.
Hi everyone apologize for my english, then I put openpli 6.0 to last 4k
and with iptv when changing the channel the decoder stops and continues to rotate the wheel, the only solution is to turn off the decoder from the posterior button this problem only does with vu last 4k. instead on vu + duo2 and vu + nzero everything ok.menter with the last 4k it is impossible to use iptv, can you solve it? Thank you
Hello, I started today compiling on raspberry2. I installed raspbian and cloned openpliPC then run build_libs.sh - Got 1 or 2 errors but finally everything gone well.
Than tryied to run ./buildopenpliPc.sh. I got some errors I solved googling around but now I am blocked with this error.
x11osd.c: In function ‘x11osd_scale_argb32_image’:
x11osd.c:651:25: error: implicit declaration of function ‘emms’ [-Werror=implicit-function-declaration]
if (osd->scale_mmx) emms(); // empties the MMX state
^~~~
x11osd.c:651:5: warning: nested extern declaration of ‘emms’ [-Wnested-externs]
if (osd->scale_mmx) emms(); // empties the MMX state
^~
x11osd.c: In function ‘x11osd_scale_line_mmx’:
x11osd.c:761:7: error: implicit declaration of function ‘movd_m2r’ [-Werror=implicit-function-declaration]
movd_m2r(p1,mm0); // mm0 = p1;
^~~~~~~~
x11osd.c:761:7: warning: nested extern declaration of ‘movd_m2r’ [-Wnested-externs]
x11osd.c:761:19: error: ‘mm0’ undeclared (first use in this function)
movd_m2r(p1,mm0); // mm0 = p1;
^~~
x11osd.c:761:19: note: each undeclared identifier is reported only once for each function it appears in
x11osd.c:762:7: error: implicit declaration of function ‘movq_r2r’ [-Werror=implicit-function-declaration]
movq_r2r(mm0,mm1); // mm1 = mm0; copy because result of unpack overides mm1 and we need p1 later again
^~~~~~~~
x11osd.c:762:7: warning: nested extern declaration of ‘movq_r2r’ [-Wnested-externs]
x11osd.c:762:20: error: ‘mm1’ undeclared (first use in this function)
movq_r2r(mm0,mm1); // mm1 = mm0; copy because result of unpack overides mm1 and we need p1 later again
^~~
x11osd.c:763:7: error: implicit declaration of function ‘pxor_r2r’ [-Werror=implicit-function-declaration]
pxor_r2r(mm2,mm2); // mm2 = 0;
^~~~~~~~
x11osd.c:763:7: warning: nested extern declaration of ‘pxor_r2r’ [-Wnested-externs]
x11osd.c:763:16: error: ‘mm2’ undeclared (first use in this function)
pxor_r2r(mm2,mm2); // mm2 = 0;
^~~
x11osd.c:764:7: error: implicit declaration of function ‘punpcklbw_r2r’ [-Werror=implicit-function-declaration]
punpcklbw_r2r(mm2,mm1); // mm1 = unpacked p1 (00 AA 00 RR 00 GG 00 BB)
^~~~~~~~~~~~~
x11osd.c:764:7: warning: nested extern declaration of ‘punpcklbw_r2r’ [-Wnested-externs]
x11osd.c:765:20: error: ‘mm3’ undeclared (first use in this function)
movd_m2r(dx2,mm3); // mm3 = dx2; from here i call dx2 = 0xd1d2
^~~
x11osd.c:766:20: error: ‘mm4’ undeclared (first use in this function)
movd_m2r(dx2,mm4); // mm4 = dx2;
^~~
x11osd.c:767:7: error: implicit declaration of function ‘punpcklwd_r2r’ [-Werror=implicit-function-declaration]
punpcklwd_r2r(mm3,mm4); // mm4 = 00 00 00 00 d1 d2 d1 d2;
^~~~~~~~~~~~~
x11osd.c:767:7: warning: nested extern declaration of ‘punpcklwd_r2r’ [-Wnested-externs]
x11osd.c:770:20: error: ‘mm5’ undeclared (first use in this function)
movq_r2r(mm4,mm5); // mm5 = mm4; copy
^~~
x11osd.c:771:7: error: implicit declaration of function ‘pmulhuw_r2r’ [-Werror=implicit-function-declaration]
pmulhuw_r2r(mm4,mm1); // mm1 = mm4 * mm1 = dx2 * p1 = dx * p1 / 32768 // get from multiplication only high 16 bits
^~~~~~~~~~~
x11osd.c:771:7: warning: nested extern declaration of ‘pmulhuw_r2r’ [-Wnested-externs]
x11osd.c:772:7: error: implicit declaration of function ‘packuswb_r2r’ [-Werror=implicit-function-declaration]
packuswb_r2r(mm2,mm1); // mm1 = packed mm1
^~~~~~~~~~~~
x11osd.c:772:7: warning: nested extern declaration of ‘packuswb_r2r’ [-Wnested-externs]
x11osd.c:773:19: error: ‘mm6’ undeclared (first use in this function)
movd_m2r(p2,mm6); // mm6 = p2;
^~~
x11osd.c:777:7: error: implicit declaration of function ‘psubusb_r2r’ [-Werror=implicit-function-declaration]
psubusb_r2r(mm1,mm0); // mm0 = mm0 - mm1 = p1 - (p1*dx/32768)
^~~~~~~~~~~
x11osd.c:777:7: warning: nested extern declaration of ‘psubusb_r2r’ [-Wnested-externs]
x11osd.c:778:7: error: implicit declaration of function ‘paddusb_r2r’ [-Werror=implicit-function-declaration]
paddusb_r2r(mm0,mm6); // mm5 = mm0 + mm5 = p1 - (p1*dx/32768) + (p2*dx/32768)
^~~~~~~~~~~
x11osd.c:778:7: warning: nested extern declaration of ‘paddusb_r2r’ [-Wnested-externs]
x11osd.c:780:7: error: implicit declaration of function ‘movd_r2m’ [-Werror=implicit-function-declaration]
movd_r2m(mm6, *dst);
^~~~~~~~
x11osd.c:780:7: warning: nested extern declaration of ‘movd_r2m’ [-Wnested-externs]
cc1: some warnings being treated as errors
Makefile:1472: set di istruzioni per l'obiettivo "xineplug_vo_out_xshm_la-x11osd.lo" non riuscito
make[3]: *** [xineplug_vo_out_xshm_la-x11osd.lo] Errore 1
make[3]: uscita dalla directory "/home/pi/openpliPC/xine-lib/src/video_out"
Makefile:1561: set di istruzioni per l'obiettivo "install-recursive" non riuscito
make[2]: *** [install-recursive] Errore 1
make[2]: uscita dalla directory "/home/pi/openpliPC/xine-lib/src/video_out"
Makefile:601: set di istruzioni per l'obiettivo "install-recursive" non riuscito
make[1]: *** [install-recursive] Errore 1
make[1]: uscita dalla directory "/home/pi/openpliPC/xine-lib/src"
Makefile:677: set di istruzioni per l'obiettivo "install-recursive" non riuscito
make: *** [install-recursive] Errore 1
An error occured while building xine-lib
Is there a way to develop and debug enigma2 plugins with an IDE or something similar? Now I'm developing python plugins within a STB environment with Openpli and I have to restart Enigma2 to build pyo files everytime I want to verify changes. It's a pain in the ass making something bigger this way.
Hello all. how to make customize core? I don't understand. I want use my custom channel list and update from my server. please help me to make it.user must not see any other channel from list.thank you.