Jump to content


Photo

OpenWebif [E2OpenPlugins]


  • Please log in to reply
1459 replies to this topic

Re: OpenWebif [E2OpenPlugins] #701 Happysat

  • Senior Member
  • 697 posts

+43
Good

Posted 1 March 2012 - 03:18

If you are on Television - Current .. is there a possibility to build in a button for EPG?


Yes :)

The button is allready there, i did use clicking the picon open the epg for the current channel.

Replace line 4 with this in current.tmpl :

<div style="position:absolute;top:254px;left:212px"><img border='0' width="100px" height="60px" src='$getVar("info.picon", "/images/default_picon.png")' onclick="open_epg_pop('$info.ref');" href="#" title="Show EPG for $info.name $getVar("now.title", " ")" border="0" alt='' /></div>

Attached Files

  • Attached File  epg.PNG   111.2KB   150 downloads

Octagon SF8008 / TBS5530  DVB-S2/T2 T-85/1.50Mtr/3x90cm (53e 52e 51,5e 28e 25,9e 23e 19e 13e 9e 4e 1w 5w 14w)


Re: OpenWebif [E2OpenPlugins] #702 zackmuc

  • Senior Member
  • 195 posts

+1
Neutral

Posted 1 March 2012 - 04:02

Could this be added to the official webif for the next build?

Re: OpenWebif [E2OpenPlugins] #703 mika-nl

  • Senior Member
  • 454 posts

+10
Neutral

Posted 1 March 2012 - 13:36


If you are on Television - Current .. is there a possibility to build in a button for EPG?


Yes :)

The button is allready there, i did use clicking the picon open the epg for the current channel.

Replace line 4 with this in current.tmpl :

<div style="position:absolute;top:254px;left:212px"><img border='0' width="100px" height="60px" src='$getVar("info.picon", "/images/default_picon.png")' onclick="open_epg_pop('$info.ref');" href="#" title="Show EPG for $info.name $getVar("now.title", " ")" border="0" alt='' /></div>



Your screenshot looks diffrent, I like the extra menu :)

Mika

Re: OpenWebif [E2OpenPlugins] #704 MrTatt

  • Member
  • 1 posts

0
Neutral

Posted 1 March 2012 - 14:26

Hi,

A friend is running the OpenWebIf, and when checking what the web/powerstate returns in OpenWebIf this is what I got:

<e2simplexmlresult>
   <e2state>False</e2state>
   <e2statetext>Missing parameter 'newstate'</e2statetext>
</e2simplexmlresult>

Where the original webif returns:

<e2powerstate>
   <e2instandby>true</e2instandby>
</e2powerstate>

Could it be that he is using some old version or is this a bug?
The Original WebIf does not require the parameter newstate, if the parameter is left out, it only returns the state true/false.

/ Johan

Edited by MrTatt, 1 March 2012 - 14:26.


Re: OpenWebif [E2OpenPlugins] #705 zackmuc

  • Senior Member
  • 195 posts

+1
Neutral

Posted 1 March 2012 - 15:13


If you are on Television - Current .. is there a possibility to build in a button for EPG?


Yes :)

The button is allready there, i did use clicking the picon open the epg for the current channel.

Replace line 4 with this in current.tmpl :

<div style="position:absolute;top:254px;left:212px"><img border='0' width="100px" height="60px" src='$getVar("info.picon", "/images/default_picon.png")' onclick="open_epg_pop('$info.ref');" href="#" title="Show EPG for $info.name $getVar("now.title", " ")" border="0" alt='' /></div>


Where to get your webif version?

Re: OpenWebif [E2OpenPlugins] #706 zackmuc

  • Senior Member
  • 195 posts

+1
Neutral

Posted 1 March 2012 - 15:59

Could this be added to the webif?

http://"ipofbox"/web/servicelistreload?mode=0

Re: OpenWebif [E2OpenPlugins] #707 Happysat

  • Senior Member
  • 697 posts

+43
Good

Posted 1 March 2012 - 16:58

Where to get your webif version?



I did customize the orginal version to suite my needs...,make it angry and it looks red :)


Servicelistreload was allready build in if im not mistaken..

Octagon SF8008 / TBS5530  DVB-S2/T2 T-85/1.50Mtr/3x90cm (53e 52e 51,5e 28e 25,9e 23e 19e 13e 9e 4e 1w 5w 14w)


Re: OpenWebif [E2OpenPlugins] #708 zackmuc

  • Senior Member
  • 195 posts

+1
Neutral

Posted 1 March 2012 - 18:09

CAn you publish your version?

Re: OpenWebif [E2OpenPlugins] #709 Happysat

  • Senior Member
  • 697 posts

+43
Good

Posted 1 March 2012 - 18:38

Maybe not a good idea many links like stuff in the extra menu are going to local ip's , so they will not work on other adresses/hostnames or you need to edit them all.
Also i dropped m3u streaming and use 8001, all images/remotes/codes that are not meant for a dreambox are removed and some other stuff, sorry im not a good coder to implent stuff like /localip ect for everyones usage..

Like this:

					    #def extraMenu
					    <ul>
							    <li><a href="http://dreambox:16001/">CCcam</a></li>
							    <li><a href="http://dreambox">Dmm Webcontrol</a></li>
							    <li><a href='#' onclick="load_maincontent('ajax/workinprogress'); return false;">Dreambox 800</a></li>
							    <li><a href="http://dreambox/fancontrol/">FanControl</a></li>
							    <li><a href="http://happysatju:16200/">OSCam</a></li>
							    <li><a href="#" onclick="load_maincontent('/mobile/satfinder'); return false">SatFinder</a></li>
							    <li><a href="http://happysatju:81">vPlugserver</a></li>
							    <li><a href="#" onclick="load_maincontent('ajax/about'); return false">About</a></li>
					    </ul>
					    #end def

Edited by Happysat, 1 March 2012 - 18:40.

Octagon SF8008 / TBS5530  DVB-S2/T2 T-85/1.50Mtr/3x90cm (53e 52e 51,5e 28e 25,9e 23e 19e 13e 9e 4e 1w 5w 14w)


Re: OpenWebif [E2OpenPlugins] #710 zackmuc

  • Senior Member
  • 195 posts

+1
Neutral

Posted 1 March 2012 - 21:42

but can you post them to take them as master for own ajustmens?

Re: OpenWebif [E2OpenPlugins] #711 Rincewind

  • Member
  • 25 posts

+12
Neutral

Posted 2 March 2012 - 00:40

Hi,

A friend is running the OpenWebIf, and when checking what the web/powerstate returns in OpenWebIf this is what I got:

<e2simplexmlresult>
   <e2state>False</e2state>
   <e2statetext>Missing parameter 'newstate'</e2statetext>
</e2simplexmlresult>

Where the original webif returns:

<e2powerstate>
   <e2instandby>true</e2instandby>
</e2powerstate>

Could it be that he is using some old version or is this a bug?
The Original WebIf does not require the parameter newstate, if the parameter is left out, it only returns the state true/false.

/ Johan


I've committed a fix for this, aligning the behavior of the new interface to the old: please try now.

Re: OpenWebif [E2OpenPlugins] #712 TheMystery

  • Senior Member
  • 395 posts

+2
Neutral

Posted 2 March 2012 - 08:35

I updated openwebif because screenshit wasn't working anymore on my vuplus duo.
Now Screenshot video and osd are working, but screenshot all not, it only displays the last image made with screenshot video or osd

Re: OpenWebif [E2OpenPlugins] #713 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 2 March 2012 - 08:41

not the openwebif's fault...
see:
http://openpli.org/f...post__p__256927
True sarcasm doesn't need green font...

Re: OpenWebif [E2OpenPlugins] #714 TheMystery

  • Senior Member
  • 395 posts

+2
Neutral

Posted 2 March 2012 - 08:57

But here screenshots are working now normal, but only the option screenshot (All) not the other 2 are good and fast.
So it is something else than what you post.

PS. I have the beta drivers from 28-02-2012 in my vu plus duo loaded.

Re: OpenWebif [E2OpenPlugins] #715 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 2 March 2012 - 09:08

well...

***
and don't know what box you're talking about, but be aware that on vu(duo?) + OpenPLi 'grab' (all) does not work on HD channels for some time now (something has changed in VU drivers in one of last releases /since 3.1 kernel?/) >>> segmentation fault
grab -v (only video) and grab -o (only OSD) works ok /?/ on all channels...
***
btw. if there are here any users of other (not PLi based) images? could you please check if 'grab' (video+OSD) works fine on vuvduo on HD channels?
tia

;)
and they're fast (again) from today because of one of yesterday's @skaman's commits that fixed some issues:

- Add delay to screenshot grab with web remote
- Fix http content-type for jpg screenshots
- Fix message api to use the right arg "text" instead of "message"
- Fix powerstate api
- Made web/powerstate compatible with old interface

tahnks @skaman :D
True sarcasm doesn't need green font...

Re: OpenWebif [E2OpenPlugins] #716 Robinson

  • Senior Member
  • 2,621 posts

+30
Good

Posted 4 March 2012 - 01:12

In the original Webif when I go to Timer, I see the 2 functions:
- Write to memory
- Cleanup
I'm not sure what the "Write to memory" is used for but "Cleanup" cleans all finished timers at just one click.
This is removed in OpenWebif. Is there intention to introduce the "Cleanup"?

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: OpenWebif [E2OpenPlugins] #717 Rincewind

  • Member
  • 25 posts

+12
Neutral

Posted 4 March 2012 - 01:18

In the original Webif when I go to Timer, I see the 2 functions:
- Write to memory
- Cleanup
I'm not sure what the "Write to memory" is used for but "Cleanup" cleans all finished timers at just one click.
This is removed in OpenWebif. Is there intention to introduce the "Cleanup"?


Tomorrow upgrade will contain the cleanup button.

Re: OpenWebif [E2OpenPlugins] #718 Edgar

  • Senior Member
  • 292 posts

+7
Neutral

Posted 4 March 2012 - 02:08

Thank you all for the great work.
I miss one thing in the bouquet list, the automatic refresh after some minutes. In that case the EPG information for now and next will be automatic updated. After an hour we have now outdated EPG info ;)

For the clearance I mean this what's in original webinterface:
Update-Interval for current bouquets EPG (min. 60 sec) [300 sec.]

The 300 seconds is standard, at least I didn't change that.

And something else, it's about the movielist. When you go to movies I see only a white screen. After to choose /media/usb/movie in the pulldown menu above I see the recorded programs in that screen. I have checked this in Firefox (Mac and Windows), Opera and Internet Explorer. See the screenshot below.

Thanks and keep up the good work!

Attached Files


VU+ Duo 4K DVB-S2X en DVB-C met Open PLi 7.0


Re: OpenWebif [E2OpenPlugins] #719 VenimK

  • Senior Member
  • 37 posts

0
Neutral

Posted 4 March 2012 - 05:00

When i look on Webif, and use the tab 'current channel' there no picon.
Picons are installed, and they show up on TV OSD.

Wich file i need to edit ????

bg
VenimK

Re: OpenWebif [E2OpenPlugins] #720 dylantje

  • Senior Member
  • 2,406 posts

+19
Neutral

Posted 8 March 2012 - 08:03

Hello me agian..

Some one now witch app i can use for the playing of the openwebif stream on my phone?
I will play the stream on my HTC desire....


Thanks

Mut@nt HD51 with PLi 7.2 release - Cccam, PLi HD skin, HDD-1,5TB, USB DVB-T,4GB usb backupsuite. AB: harmony smartcontrol 

XTrend ET6500 with PLi 7.2 release - PLi HD skin, Stream remote, 2GB usb backupsuite. AB: Harmony 650 , 1x zgemma h2h with Cccam.

Met een USB Dvb-T Triax 78cm, 2x ALPS quatro LNB /19,2 en 23,5, SAB GSO-multiswitch: 4 sat. in 12 out. 

 



4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users