I liked it.Why has this never been implemented? It works great!
I have an updated CSS file for a dynamic webif width, but it's not perfect yet and needs some more finetuning and fixes for the CURRENT epg toolbar, it has some hardcoded CSS Stuff that needs to get improved and fixed and probably some other layout changes need to be made on other screens to make it look nice, even on wide screen
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/public/css/style.css
OpenWebif [E2OpenPlugins]
Re: OpenWebif [E2OpenPlugins] #941
Posted 20 December 2012 - 08:26
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: OpenWebif [E2OpenPlugins] #942
Posted 20 December 2012 - 08:56
Me too +1I liked it.
Why has this never been implemented? It works great!
I have an updated CSS file for a dynamic webif width, but it's not perfect yet and needs some more finetuning and fixes for the CURRENT epg toolbar, it has some hardcoded CSS Stuff that needs to get improved and fixed and probably some other layout changes need to be made on other screens to make it look nice, even on wide screen
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/public/css/style.css
Re: OpenWebif [E2OpenPlugins] #943
Posted 27 December 2012 - 09:23
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: OpenWebif [E2OpenPlugins] #944
Re: OpenWebif [E2OpenPlugins] #945
Re: OpenWebif [E2OpenPlugins] #946
Re: OpenWebif [E2OpenPlugins] #947
Re: OpenWebif [E2OpenPlugins] #948
Posted 27 December 2012 - 12:40
Re: OpenWebif [E2OpenPlugins] #949
Re: OpenWebif [E2OpenPlugins] #950
Re: OpenWebif [E2OpenPlugins] #951
Re: OpenWebif [E2OpenPlugins] #952
Re: OpenWebif [E2OpenPlugins] #953
Re: OpenWebif [E2OpenPlugins] #954
Re: OpenWebif [E2OpenPlugins] #955
Posted 28 December 2012 - 21:19
Hi guys,
I've just commited a change that implements HTTPS support in OpenWebif. Please review and test.
thanks but PLi team should merge with latest e2openplugins otherwise Open WebIF won't work because of "python-pyopenssl"
Open Vision sources: https://github.com/OpenVisionE2
Re: OpenWebif [E2OpenPlugins] #956
Re: OpenWebif [E2OpenPlugins] #957
Posted 28 December 2012 - 21:35
Yeah, that's needed; I've added the dependency to enigma2-plugin-extensions-openwebif.bb. I assume PLi can build and install that package?
thanks but PLi team should merge with latest e2openplugins otherwise Open WebIF won't work because of "python-pyopenssl"
yeah 2.1 and 3.0 both , tested
Open Vision sources: https://github.com/OpenVisionE2
Re: OpenWebif [E2OpenPlugins] #958
Posted 4 January 2013 - 01:07
DM500,DM600,DM800HD,VU+ Duo
Re: OpenWebif [E2OpenPlugins] #959
Posted 4 January 2013 - 04:06
In /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/views/ajax/
Open tv.tmpl and replace all text with:
<div id="content_main"> <div id="tvcontentmain"> <div id="toolbar-header"> <span id="toolbar"> <span id="tvbutton"> <input type="radio" id="tvbutton0" name="tvbutton" /><label for="tvbutton0">Current</label> <input type="radio" id="tvbutton1" name="tvbutton" /><label for="tvbutton1">Bouquets</label> <input type="radio" id="tvbutton2" name="tvbutton" /><label for="tvbutton2">Providers</label> <input type="radio" id="tvbutton3" name="tvbutton" /><label for="tvbutton3">Satellites</label> <input type="radio" id="tvbutton4" name="tvbutton" /><label for="tvbutton4">All Channels</label> <input type="radio" id="tvbutton5" name="tvbutton" checked="checked" /><label for="tvbutton5">EPG</label> </span> </span> </div> <div id="tvcontent"></div> </div> </div> <script type="text/javascript"> \$('#tvbutton0').click(function(){ \$("#tvcontent").html(loadspinner).load("ajax/current"); }); \$('#tvbutton1').click(function(){ \$("#tvcontent").html(loadspinner).load("ajax/bouquets"); }); \$('#tvbutton2').click(function(){ \$("#tvcontent").html(loadspinner).load("ajax/providers"); }); \$('#tvbutton3').click(function(){ \$("#tvcontent").load("ajax/satellites"); }); \$('#tvbutton4').click(function(){ \$("#tvcontent").html(loadspinner).load("ajax/channels"); }); \$('#tvbutton5').click(function(){ \$("#tvcontent").html(loadspinner).load('ajax/epgbouquet'); }); \$( "#tvbutton" ).buttonset(); \$(document).ready(function() { \$("#tvcontent").load("ajax/epgbouquet"); }); </script>
It will open in the epg multiview instead channels bouquet index..
Edited by Happysat, 4 January 2013 - 04:06.
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] #960
Posted 4 January 2013 - 10:34
Then in code of page the choice value selects which option it starts on ie epg or bouquets.
Maybe this could be valuable enough to add to the plugin.
DM500,DM600,DM800HD,VU+ Duo
5 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users