OpenWebif [E2OpenPlugins]
Re: OpenWebif [E2OpenPlugins] #961
Posted 4 January 2013 - 10:42
you can check "/usr/lib/python2.7" for any pyo files , it means OE Core and Python 2.7 else OE 1.6 and Python 2.6 (for https://github.com/E.../models/info.py)
then you can add OE and Python infromation in https://github.com/E...ax/boxinfo.tmpl
Open Vision sources: https://github.com/OpenVisionE2
Re: OpenWebif [E2OpenPlugins] #962
Posted 10 January 2013 - 08:47
I have a suggestions about openwebif. My channels are divided in several bouquets. When I want to add a timer in openwebif I have to select the channel, but if it's in a low bouquet I have to scroll through all the channels in the above bouquets to find it. Isn't is possible to make openwebif so that you first have to select the bouquet you want (which will be originally filled with the first bouquet in the list) and then in a next field the channel in the bouquet?
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] #963
Re: OpenWebif [E2OpenPlugins] #964
Re: OpenWebif [E2OpenPlugins] #965
Re: OpenWebif [E2OpenPlugins] #966
Posted 21 January 2013 - 11:37
Hello,
I have a suggestions about openwebif. My channels are divided in several bouquets. When I want to add a timer in openwebif I have to select the channel, but if it's in a low bouquet I have to scroll through all the channels in the above bouquets to find it. Isn't is possible to make openwebif so that you first have to select the bouquet you want (which will be originally filled with the first bouquet in the list) and then in a next field the channel in the bouquet?
Would this be possible (like in the old webif), or does the construction of openwebif not allow it? It would be very handy for me (I use both DVB-C and DVB-S, on top of my list are the DVB-C channels (because they broadcast in a very high bitrate), I'd like to use DVB-S channels for recording (to save space on my HDD because these are recompressed by Canal Digitaal) which I keep in a seperate bouquet.
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] #967
Posted 21 January 2013 - 14:08
Re: OpenWebif [E2OpenPlugins] #968
Re: OpenWebif [E2OpenPlugins] #969
Posted 22 January 2013 - 00:19
request.setHeader("Location", "/mobile/")
To
request.setHeader("Location", "/")
Kinda dirty
Its possible to edit the main menu like this to get mobile back:
Mobile.png 21.9KB 42 downloads
Edited by Happysat, 22 January 2013 - 00:22.
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] #970
Re: OpenWebif [E2OpenPlugins] #971
Posted 22 January 2013 - 01:38
if uagent.find("iPhone") != -1 or uagent.find("iPod") != -1 or (uagent.lower().find("android") != -1 and uagent.lower().find("mobile") != -1):
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] #972
Re: OpenWebif [E2OpenPlugins] #973
Posted 23 January 2013 - 01:27
Working Many thanks, had to edit "iPhone" and "mobile" changed to "web"Maybe edit the word "iPhone" to smth else in the same file line 53, then it dunno its a iPhone and dont redirect to mobile (i think only have a android and edit "android" out works for me)
if uagent.find("iPhone") != -1 or uagent.find("iPod") != -1 or (uagent.lower().find("android") != -1 and uagent.lower().find("mobile") != -1):
Re: OpenWebif [E2OpenPlugins] #974
Posted 23 January 2013 - 08:00
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: OpenWebif [E2OpenPlugins] #975
Re: OpenWebif [E2OpenPlugins] #976
Posted 23 January 2013 - 08:18
https://github.com/E...Webif/issues/18
(Partial) fixes in two different patches within this thread:
Alternative Channels Saga, Part 2: OpenWebif support
I'm using
OpenWebif_patch_v_0_1.tar.gz
but I had to modify it a bit after one OpenWebIf change. However, it fixes the "zap to" problem, but not the timer problem.
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: OpenWebif [E2OpenPlugins] #977
Posted 23 January 2013 - 09:04
With a quickview it is even a good clean patch....
But did you already push your patch suggestion to e2openplugins on github.... So they can easily click the Merge button?
Edited by littlesat, 23 January 2013 - 09:07.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: OpenWebif [E2OpenPlugins] #978
Posted 23 January 2013 - 09:10
It's not my patch. Someone else came up with it.First thanks for solving this issue....
With a quickview it is even a good clean patch....
But did you already push your patch suggestion to e2openplugins on github.... So they can easily click the Merge button?
I don't steal.
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: OpenWebif [E2OpenPlugins] #979
Re: OpenWebif [E2OpenPlugins] #980
Posted 23 January 2013 - 09:25
Well, how?Then thanks for the notification... but still you can push this as a commit request to E2openplugins...
And why is it that I have to do about EVERYTHING myself if I want to have it done right?
I want just one single thing where I can simply be a consumer ...
Honestly I don't have the time to participate in E2 development, because there are already too many other things I have to do.
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
6 user(s) are reading this topic
0 members, 6 guests, 0 anonymous users