Jump to content


Photo

OpenWebif [E2OpenPlugins]


  • Please log in to reply
1459 replies to this topic

Re: OpenWebif [E2OpenPlugins] #281 tilleke

  • Senior Member
  • 50 posts

+5
Neutral

Posted 30 November 2011 - 01:51

Sorry. I just noted some previous posts about maintaining (whenever possible) compatibility with old API. That is good to know. Thanks!

However, if we have some more ideas, I hope you don't mind us suggesting new stuff or improvements and then you can think about it and decide if it is worthwhile/feasible or not.

Rgds,
tilleke

Re: OpenWebif [E2OpenPlugins] #282 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 30 November 2011 - 10:15

Hi and welcome.
For sure all the old Api will be compatible.
If you have new ideas or need new Apis you can talk about here with Skaman that is working to it.

Re: OpenWebif [E2OpenPlugins] #283 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 1 December 2011 - 17:20

Ok guys as you requested i have experimentally implemented Accordion in Bouquet list.
I had to modify original jQuery UI accordion that is static to support Ajax dynamic content.
I have to admit that now navigation is more comfortable and fast.
But i am not sure about the result, i need your opinion.
So please test and let me know if you like.
For a correct navigatio remember to close an accordion before to open another.
If you like i will apply Accordion to other lists too (providers and bouquets) if you don't like i will remove.
Please i need expecially Skaman and Homey-GER opinion.

Thx for reports.

Attached Files

  • Attached File  ow11.png   86.28KB   223 downloads
  • Attached File  ow12.png   129.94KB   223 downloads


Re: OpenWebif [E2OpenPlugins] #284 Happysat

  • Senior Member
  • 697 posts

+43
Good

Posted 1 December 2011 - 18:32

I just tried and it works very good, like it more then before but thats my opinion :)

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] #285 Homey-GER

  • Member
  • 24 posts

+42
Good

Posted 1 December 2011 - 19:13

Yeah I like it too! Good job!

Probably one thing I would optimize is the height of the main container so that we don't have to scroll there too if there are many channels in a bouquet. Because I have 2 scrollbars for the entire screen and one for the bouquets. Have to scroll down on 2 scrollbars to see the bottom. I would prefer to see the whole channellist without a scrollbar, at least in the bouquet-view. What you think?

Just wondering: What was the reason that patching jquery ui was required? Usually this should not be required, but maybe you can tell me what and why this was required ;)

Edited by Homey-GER, 1 December 2011 - 19:17.


Re: OpenWebif [E2OpenPlugins] #286 Homey-GER

  • Member
  • 24 posts

+42
Good

Posted 1 December 2011 - 19:19

I also would open one bouquet by default. The first one or the current one that is selected on the TV where a channel selected

Re: OpenWebif [E2OpenPlugins] #287 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 1 December 2011 - 19:50

Yeah I like it too! Good job!

Probably one thing I would optimize is the height of the main container so that we don't have to scroll there too if there are many channels in a bouquet. Because I have 2 scrollbars for the entire screen and one for the bouquets. Have to scroll down on 2 scrollbars to see the bottom. I would prefer to see the whole channellist without a scrollbar, at least in the bouquet-view. What you think?

Just wondering: What was the reason that patching jquery ui was required? Usually this should not be required, but maybe you can tell me what and why this was required ;)


Ok Homey i try to explain. I have not patched. My problem was only that In Jquery UI there is a native support for ajax in tabs but there isn't a native support for ajax in accordion.
So i simply used a bind function and the trick to apply an id to <a> tag to retrieve the url to load.
The result is the simply function that you can find in "bouquets.tmpl".
$("#accordion").accordion({
			    active:false,
			    change:function(event, ui) {
					    ui.newContent.load(ui.newHeader.find('a').attr('id'));
			    },
			    autoHeight: false,
   collapsible: true
		    });

But no all it seems ok for me. like for example if you open an accordion down another open accordion the screen will scroll-down too much.
So please fill free to make all modifications you think are better because i think you can obtain a better result than me.
Feel free to optimize the height too and all that you want.

I also would open one bouquet by default. The first one or the current one that is selected on the TV where a channel selected


I think you can make this removing the option
active:false,

So you are the "jQuery master" here i have only started this idea but please feel free to make all modifications and optimizations you like.

Re: OpenWebif [E2OpenPlugins] #288 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 1 December 2011 - 20:25

P.s.
CUrrently the accordion are reloaded every time you click on it.
I leave in this way because our channel list is not updated with a feed so at every click the channel list is reloaded (updated).
But teorically it is easy to modify the function in the way that the channel list is loaded only at the first click.
$("#accordion").accordion({
change:function(event, ui) {
  if(ui.newContent.html()==""){
   ui.newContent.load(ui.newHeader.find('a').attr('id'));
  }
},
autoHeight: false,
collapsible: true
});


or in our case:
if(ui.newContent.html()=="loading..."){

Re: OpenWebif [E2OpenPlugins] #289 Meega

  • Senior Member
  • 3,000 posts

+51
Good

Posted 1 December 2011 - 20:27

You guy's are the best ,very good ,very good indeed ^_^

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] #290 Carl

  • Senior Member
  • 367 posts

+8
Neutral

Posted 1 December 2011 - 20:33

I added the et remotes and it's working fine by me.

I made a patch file but don't know if it's good for github.
The pictures much been manual added in /public/images/remotes

Attached Files


XP1000, Clarketech CT9000 and a VU+ duo

Re: OpenWebif [E2OpenPlugins] #291 betz

  • Senior Member
  • 63 posts

0
Neutral

Posted 2 December 2011 - 07:39

Just wow, i didn't follow this thread for some weeks and it's really looking amazing!
I just forked the github repository and want to join, but can someone help me to get started?
How do i actually run this plugin on my box?

Re: OpenWebif [E2OpenPlugins] #292 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 2 December 2011 - 16:47

This little embedded remote control is for skaman :)

Attached File  bacciosat.bmp   422.22KB   14 downloads

Edited by Frenske, 6 December 2011 - 19:56.
Special request.


Re: OpenWebif [E2OpenPlugins] #293 gjstroom

  • Senior Member
  • 516 posts

+16
Neutral

Posted 3 December 2011 - 11:56

I am using also enigma2-plugin-extensions-fancontrol2 which creates a website http://ip/fancontrol/
This doesn't work anymore when using OpenWebif as default webif on port 80, it did work using the 'old' WebInterface.
Anyone knows how to fix this ?

Edited by gjstroom, 3 December 2011 - 11:57.

Amiko8240, DM500HD, DM800, DM800SE, DM800SESR4, DM800SEV2, VU+ SoloSEV2, VU+ UnoSE


Re: OpenWebif [E2OpenPlugins] #294 tilleke

  • Senior Member
  • 50 posts

+5
Neutral

Posted 4 December 2011 - 12:44

Ciao and many thanks for working on the APIs.

I am not sure but I believe updates.html was implemented to let developers add signal-monitoring, for instance, to mobile-applications. I haven't used it myself and I noted that there is also the signal-API which one could use instead. The advantage of updates.html might be the fact that it includes a time-stamp and that the page auto-updates.

Actualy web apis status:

about DONE
.
.
updates.html ?????? IS IT REALLY NECESSARY ??????



Re: OpenWebif [E2OpenPlugins] #295 lizard-king

  • Member
  • 9 posts

+2
Neutral

Posted 4 December 2011 - 20:58

Hi guys! Would it be possible to make the movielist 'browseable'. By now it is only possible to open E2 bookmarks, would be great to browse subdirectories.

Re: OpenWebif [E2OpenPlugins] #296 mika-nl

  • Senior Member
  • 454 posts

+10
Neutral

Posted 4 December 2011 - 21:25

Hi guys! Would it be possible to make the movielist 'browseable'. By now it is only possible to open E2 bookmarks, would be great to browse subdirectories.


Yes ! Then it is also porsble to play mp3s

MiKa

Re: OpenWebif [E2OpenPlugins] #297 dylantje

  • Senior Member
  • 2,406 posts

+19
Neutral

Posted 4 December 2011 - 21:37

Hi guys! Would it be possible to make the movielist 'browseable'. By now it is only possible to open E2 bookmarks, would be great to browse subdirectories.


And for the movies... :(
Looks great to me too.... :)

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. 

 


Re: OpenWebif [E2OpenPlugins] #298 lizard-king

  • Member
  • 9 posts

+2
Neutral

Posted 5 December 2011 - 12:38

Sorry, i forgot to say: big thx for your great work and efforts.:) in comparison to the dmm webinterface, openpli webinterface seems to be a 'ferrari'. Many times faster when i try to open my favorites or channellists. who will use the dmm webinterface when you finish the missing timer/streaming features?:D regards, liz

Re: OpenWebif [E2OpenPlugins] #299 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 5 December 2011 - 12:58

note: e2openplugins is a joint effort by many developers, not image/team related
So it's OpenWebif, and NOT OpenPLi webinterface ;)

Re: OpenWebif [E2OpenPlugins] #300 dylantje

  • Senior Member
  • 2,406 posts

+19
Neutral

Posted 5 December 2011 - 16:53

note: e2openplugins is a joint effort by many developers, not image/team related
So it's OpenWebif, and NOT OpenPLi webinterface ;)


Better, for more image's...!!!! :lol:
Better for more app's, to do this... :)
Go for the peace and do not fight,,, :rolleyes:

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. 

 



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users