Jump to content


Photo

OpenWebif [E2OpenPlugins]


  • Please log in to reply
1459 replies to this topic

Re: OpenWebif [E2OpenPlugins] #641 zackmuc

  • Senior Member
  • 195 posts

+1
Neutral

Posted 15 February 2012 - 16:13

In the Bouquet section you can select streaming .. could this also be possible in the "current" section?



Would this be possible to add?

Re: OpenWebif [E2OpenPlugins] #642 skaman

  • Senior Member
  • 67 posts

+48
Good

Posted 18 February 2012 - 19:33

I just committed several things:
- fix edit (and add) timers. I've some problem with alignments on firefox (work fine with chrome and safari). Someone more expert than me about css could take a look please?
- add support for external plugins (and relative external web api). It's an hack and it work only if original webif it's not installed (any better idea?)
- change webif version from "0.0.0" to "OWIF 0.1.0" (i think it's visible only from api for now)
- grab screenshot now get a full sized image (scaled inside the browser)
- fix movie list on mobile devices
- fix movie list is sometimes empty
- add gigablue box image
- fix box images for et boxes
- change the way to load the full remote (the compilation of main.tmpl it's now slightly faster)
- add stream from current view (the channel name on infobar is a link now)
- moved default port from 8088 to 80

For what concern me openwebif is mature enough. So i changed the default port to 80. This is not a problem if someone want use openwebif together the original webif. Is simply sufficient change manually the binding port from the plugin setup.
Every major feature is tested and the latest missing things are ready now. And always exists software updates :) I think we can use it as default web interface over the images after some feedbacks about the latest updates

Re: OpenWebif [E2OpenPlugins] #643 zackmuc

  • Senior Member
  • 195 posts

+1
Neutral

Posted 18 February 2012 - 19:49

Would it be possible to make the stream option also awayable in the Currenet tab?

Re: OpenWebif [E2OpenPlugins] #644 skaman

  • Senior Member
  • 67 posts

+48
Good

Posted 18 February 2012 - 19:50

Would it be possible to make the stream option also awayable in the Currenet tab?

Already did it :)

- add stream from current view (the channel name on infobar is a link now)

Re: OpenWebif [E2OpenPlugins] #645 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 18 February 2012 - 19:58

unfortunately

I just committed several things:
...
- add support for external plugins (and relative external web api). It's an hack and it work only if original webif it's not installed (any better idea?)
...

unfortunately, it seems that that's the cause /?/ of a nice GSOD here (on OpenPLi and no old webif installed)

[OpenWebif] hooking original webif plugins
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB
File "/usr/lib/enigma2/python/Components/Network.py", line 137, in routeFinished
File "/usr/lib/enigma2/python/Components/Network.py", line 232, in loadNetworkConfig
File "/usr/lib/enigma2/python/Components/Network.py", line 689, in msgPlugins
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/plugin.py", line 96, in IfUpIfDown
HttpdStart(global_session)
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/httpserver.py", line 108, in HttpdStart
root = buildRootTree(session)
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/httpserver.py", line 61, in buildRootTree
open(origwebifpath + "/__init__.py", "w")
IOError: [Errno 2] No such file or directory: '/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/__init__.py'
(PyObject_CallObject(<Tools.BoundFunction.boundFunction instance at 0x14649e0>,(0,)) failed)


True sarcasm doesn't need green font...

Re: OpenWebif [E2OpenPlugins] #646 skaman

  • Senior Member
  • 67 posts

+48
Good

Posted 18 February 2012 - 20:05

unfortunately


I just committed several things:
...
- add support for external plugins (and relative external web api). It's an hack and it work only if original webif it's not installed (any better idea?)
...

unfortunately, it seems that that's the cause /?/ of a nice GSOD here (on OpenPLi and no old webif installed)

[OpenWebif] hooking original webif plugins
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB
File "/usr/lib/enigma2/python/Components/Network.py", line 137, in routeFinished
File "/usr/lib/enigma2/python/Components/Network.py", line 232, in loadNetworkConfig
File "/usr/lib/enigma2/python/Components/Network.py", line 689, in msgPlugins
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/plugin.py", line 96, in IfUpIfDown
HttpdStart(global_session)
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/httpserver.py", line 108, in HttpdStart
root = buildRootTree(session)
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/httpserver.py", line 61, in buildRootTree
open(origwebifpath + "/__init__.py", "w")
IOError: [Errno 2] No such file or directory: '/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/__init__.py'
(PyObject_CallObject(<Tools.BoundFunction.boundFunction instance at 0x14649e0>,(0,)) failed)


Could you try again now? (committed a fix)

Edited by skaman, 18 February 2012 - 20:05.


Re: OpenWebif [E2OpenPlugins] #647 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 18 February 2012 - 20:11

now it's ok, thx :)
True sarcasm doesn't need green font...

Re: OpenWebif [E2OpenPlugins] #648 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 18 February 2012 - 20:23

I just committed several things:
......
For what concern me openwebif is mature enough. So i changed the default port to 80. This is not a problem if someone want use openwebif together the original webif. Is simply sufficient change manually the binding port from the plugin setup.
Every major feature is tested and the latest missing things are ready now. And always exists software updates :) I think we can use it as default web interface over the images after some feedbacks about the latest updates



Wow Congratulations skaman you made a relly great work !!
I agree with you that Openwebif is mature now and ready to be used by default.

Re: OpenWebif [E2OpenPlugins] #649 Edgar

  • Senior Member
  • 292 posts

+7
Neutral

Posted 18 February 2012 - 23:06

Thanks for the great work. Tomorrow I will check this fine update. Question: maybe already done, but for sure I can ask it:) Automatic refresh when you are in the bouquet list, so the EPG information for now and next will be automatic updated. After an hour we have now outdated EPG info.

Thanks!

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


Re: OpenWebif [E2OpenPlugins] #650 Edgar

  • Senior Member
  • 292 posts

+7
Neutral

Posted 18 February 2012 - 23:27

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

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


Re: OpenWebif [E2OpenPlugins] #651 Rincewind

  • Member
  • 25 posts

+12
Neutral

Posted 19 February 2012 - 03:39

I've added a small fix to skaman great job: "repeated" is not a boolean flag for timers, so I've implemented the per day configuration.

Moreover, there's no need to escape all the dollar signs in the template, if we do not dynamically create the JS code through cheetah: using the #raw directive, it is
possible to avoid any processing by the parser, with a code more performing and readable.

Re: OpenWebif [E2OpenPlugins] #652 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 19 February 2012 - 07:18

Just being an end-user without any development skills, I want to thank you all for the amazing job you did.
What started with a disappointing 'war on licenses' ends up with a major improvement! You can be proud to have achieved that in such a short period.
And the start of a new, truly 'open' community is a perfect reaction to what seemed to become a war.
Great job!

Re: OpenWebif [E2OpenPlugins] #653 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 19 February 2012 - 08:51

Today i upgraded the box and i received this greenscreen:

Attached Files


Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi

Re: OpenWebif [E2OpenPlugins] #654 Meega

  • Senior Member
  • 3,000 posts

+51
Good

Posted 19 February 2012 - 09:59

Today i upgraded the box and i received this greenscreen:


Manual delete the original webinterface map from plugin directory,and try again.

ET10000+ Openpli 6.1,1m schotel 4x duo-lnb op vaste opstelling.

Momolights teensy 2.0 met 50 leds op een string ,150 channels
DM8000 Openpli 6.1 Release


Re: OpenWebif [E2OpenPlugins] #655 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 19 February 2012 - 10:06

i deleted it manually but i havent installed it again yet. WIll do it soon.
Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi

Re: OpenWebif [E2OpenPlugins] #656 MiLo

  • PLi® Core member
  • 14,052 posts

+298
Excellent

Posted 19 February 2012 - 10:19

What module is python-misc REALLY used for?

(python-misc is not really a package, anything that's in it is actually a bug in the python recipe)
Real musicians never die - they just decompose

Re: OpenWebif [E2OpenPlugins] #657 MiLo

  • PLi® Core member
  • 14,052 posts

+298
Excellent

Posted 19 February 2012 - 11:25

Nice job guys, it's much better than the old webif.
Real musicians never die - they just decompose

Re: OpenWebif [E2OpenPlugins] #658 plnick

  • Senior Member
  • 58 posts

+4
Neutral

Posted 19 February 2012 - 11:26

What module is python-misc REALLY used for?

(python-misc is not really a package, anything that's in it is actually a bug in the python recipe)


At Vu+ OE tree based images you need it to get a working http authentification for OpenWebif

Re: OpenWebif [E2OpenPlugins] #659 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,500 posts

+118
Excellent

Posted 19 February 2012 - 11:32


I just committed several things:
......
For what concern me openwebif is mature enough. So i changed the default port to 80. This is not a problem if someone want use openwebif together the original webif. Is simply sufficient change manually the binding port from the plugin setup.
Every major feature is tested and the latest missing things are ready now. And always exists software updates :) I think we can use it as default web interface over the images after some feedbacks about the latest updates



Wow Congratulations skaman you made a relly great work !!
I agree with you that Openwebif is mature now and ready to be used by default.


From tomorrow it Will be The default webif in The openpli images

Thx all who helpend developing!

on the Glassfibre 1GB DVB-C...


Re: OpenWebif [E2OpenPlugins] #660 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 19 February 2012 - 12:05


Today i upgraded the box and i received this greenscreen:


Manual delete the original webinterface map from plugin directory,and try again.


ok, i tried again and same problem. This worked ok before todays update.
Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi


21 user(s) are reading this topic

0 members, 21 guests, 0 anonymous users