OpenWebif [E2OpenPlugins]
Re: OpenWebif [E2OpenPlugins] #821
Re: OpenWebif [E2OpenPlugins] #822
Posted 30 April 2012 - 09:05
Alright, but you might understand that a step-by-step tutorial would be nice because I (and I think many others) are very interested into this nice project, but have no clue about how to compile.Two answers at once: It can be compiled for any image, not just OpenPLi, but the image builder (the one who turns the OpenEmbedded recipes into code) has to do it. Github does not "build" anything, it only provides the source code. If you can't get the image builder to do it for you (the recipe that will also cause those python packages to appear in the feed is also on github) you may have to do it yourself.
Using binaries from one image on other images is - in general - not a good idea, they're likely to be linked to different versions of various libraries.
Thanks, but you will neither find an IPK of OpenWebif on Dream Multimedia website nor will they ever support it (the Android author said he refuses to take it even in consideration...).Of course you're better off using packages built for your image, but if that's not an option, you have to improvise. I'd start @ http://sources.dream...0/experimental/ ...
--
hemi
Re: OpenWebif [E2OpenPlugins] #823
Posted 30 April 2012 - 16:02
Thanks, but you will neither find an IPK of OpenWebif on Dream Multimedia website nor will they ever support it (the Android author said he refuses to take it even in consideration...).
Sorry for the confusion, in the quoted post I was responding about finding python-pprint and python-cheetah ipks, but reading it back now I can see where it could appear that I was suggesting openwebif might be located there. Obviously not...
--
hemi
Re: OpenWebif [E2OpenPlugins] #824
Re: OpenWebif [E2OpenPlugins] #825
Posted 6 May 2012 - 12:43
I have added support for new boxes: Unibox Hd-1 ( single plug&play ) Unibox Hd-2 ( Twin Tuner Plug&Play ) and Hd-3 ( Triple Tuner Plug&Play )
This boxes are brand new development ( NOT CLONE !!! ) based on BCM 7405 D ( 7413 ) with 1GB FLASH and 512 DDR.
I have edited latest code so you can easily can commit it.
- It include: RCU png, BOX png, patches for right recognization, rcu positions.
Full Patch
Could someone add support for this boxes ?
Best Regards
Attached Files
Re: OpenWebif [E2OpenPlugins] #826
Re: OpenWebif [E2OpenPlugins] #827
Posted 9 May 2012 - 15:54
at first i have to say NICE JOB !!!
Now to my question
I have the Xtrend ET9500 and i see that openwebif finds it but i miss 1 little thingy
look at screenshot
as you can see it only displays the man with the magnifying glass
instead of the box picture himself
Any idea how to solve this ?
Attached Files
Happy with my (sec) ET9500 ET10000 and PLI 8.1
I'm honorary banned member at sat4all :-)
Re: OpenWebif [E2OpenPlugins] #828
Re: OpenWebif [E2OpenPlugins] #829
Posted 16 May 2012 - 15:10
Jump into the openWebIf-Plugin directory subfolder "controllers" on your box.
open "base.py" line 153 and add the et9500 then
open "ajax.px" line 71 and do the same.
at least the picture for et9x00 should be shown.
Re: OpenWebif [E2OpenPlugins] #830
Posted 18 May 2012 - 12:49
Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S
Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S
Wavefrontier T55 (Astra 1,2,3 en HB)
Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam
Re: OpenWebif [E2OpenPlugins] #831
Posted 23 May 2012 - 08:52
On the box where it is not working, when going directly to the screenshot it keeps spinning, when i first go to the 'Box Info' then to the screenshot i get the following debug message:
[OpenWebif] page '/ajax/screenshot' ok (cheetah template)
sh: /usr/bin/grab: not found
The 'grab' file is not there.
When i copy 'grab' from the other box, it is working!
Hope this helps someone...
Edited by gizmocuz, 23 May 2012 - 08:53.
Re: OpenWebif [E2OpenPlugins] #832
Re: OpenWebif [E2OpenPlugins] #833
Posted 28 May 2012 - 15:53
Dit heeft prima gewerkt op zowel Internet Explorer als ook op FireFox.
Na het verwijderen van "webinterface-old" (via Menu-Applicaties)
En herstart van Enigma
Waarna "OpenWebIf" (via Menu-Applicaties) geïnstalleerd
Weer een herstart van Enigma.
Nadat het intypen van het IP nummer van de VU+Duo in de Internet webbrowser op de PC (192.168.105) krijgt krijgt men weer de oude Dreambox interface te zien en ziet men nu 2 foutmeldingen achter elkaar komen.
Zie de 2 bijlagen.
Dit ook als er indien http://192.168.1.105:00080 of http://192.168.1.105:80 invult.
De instellingen van OpenWebInterface zijn:
-OpenWebInterface Enabled: nee
-Http port: 00080
-Enable Http Authentification: nee
-Smart Services renaming for XBMC (waar dit ook voor mag dienen): nee
Wie kan ons helpen en aangeven wat er mis gaat?
Attached Files
Re: OpenWebif [E2OpenPlugins] #834
Re: OpenWebif [E2OpenPlugins] #835
Re: OpenWebif [E2OpenPlugins] #836
Re: OpenWebif [E2OpenPlugins] #837
Re: OpenWebif [E2OpenPlugins] #838
Re: OpenWebif [E2OpenPlugins] #839
Posted 31 May 2012 - 23:18
Some months ago, while testing the Nxtrend-app for Android, one of my beta-testers (excellent beta-tester by the way), found an annoying problem when modifying a "running" timer. When you for instance modified the end-time of the current timer-event, then the recording got split in two files. If you modified the timer again, then another split of the recording took place.
This can be reproduced also using OpenWebIf as follows:
1) open EPG and select a current event that you want to be recorded immediately. Click Add Timer. The timer is created and a recording starts immediately.
2) now go to timer-list and then edit the timer (which status = running)
3) modify end-time by, for instance, adding 5 minutes. Save.
4) now go to Movies/Recordings and you will see that the recording has been split in two separate recordings! If you modify end-time again, there will be 3 recordings of same event etc...
This happens using also the APIs.
The same behavior happens (happened) also with original WebIf. I informed Reichi about this (presumed) bug in an IRC-channel. After a while, I noted a fix which you can see here:
https://schwerkraft....php?group_id=11
See fix dated April 10, 2012 - Title: Fix some bugs in timer handling
I haven't been able to test if the fix worked because I currently have no STB with original WebIf.
I hope our excellent developers can see if they can reproduce this presumed bug and fix it in OpenWebIf. Thanks!
rgds,
tilleke
Edited by tilleke, 31 May 2012 - 23:19.
Re: OpenWebif [E2OpenPlugins] #840
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users