Jump to content


Photo

OpenWebif [E2OpenPlugins]


  • Please log in to reply
1459 replies to this topic

Re: OpenWebif [E2OpenPlugins] #961 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 4 January 2013 - 10:42

a suggestion :

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 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 10 January 2013 - 08:47

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?

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 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 18 January 2013 - 17:51

I have fixed an annoyng bug that cause broken OSD in large browser windows (ie resolution about 192x1200)
You can see in the pictures before and after the fix.
Please test.

Attached Files



Re: OpenWebif [E2OpenPlugins] #964 littlesat

  • PLi® Core member
  • 56,318 posts

+691
Excellent

Posted 18 January 2013 - 20:00

Thanks Bacicciosat..

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: OpenWebif [E2OpenPlugins] #965 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 18 January 2013 - 20:36

Damned html. :)

Re: OpenWebif [E2OpenPlugins] #966 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

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 Cimarast

  • Member
  • 14 posts

+5
Neutral

Posted 21 January 2013 - 14:08

Well, the select field will complete any entry you type in and jump to the next suitable entry. There's also the possibility to make a timer entry from the Multi EPG view. If you click on a programme entry, a layer will open that lets you create a prefilled timer entry (click on the clock icon).

Re: OpenWebif [E2OpenPlugins] #968 hwads

  • Senior Member
  • 197 posts

0
Neutral

Posted 21 January 2013 - 23:06

Hope i'm posting in right place I have asked in english section, can openwebif mobile be displayed as full openwebif as on a pc.
when using on an iPhone you cannot change channel so if you want to record a program you can't !

Thanks
DM 8000 using Latest PLI.

Re: OpenWebif [E2OpenPlugins] #969 Happysat

  • Senior Member
  • 697 posts

+43
Good

Posted 22 January 2013 - 00:19

You can edit /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/root.py line 54

								request.setHeader("Location", "/mobile/")

To

								request.setHeader("Location", "/")

Kinda dirty :rolleyes:

Its possible to edit the main menu like this to get mobile back:

Attached File  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 hwads

  • Senior Member
  • 197 posts

0
Neutral

Posted 22 January 2013 - 01:07

Thanks tried that still brings up the mobile site!
Anything else I can edit?
DM 8000 using Latest PLI.

Re: OpenWebif [E2OpenPlugins] #971 Happysat

  • Senior Member
  • 697 posts

+43
Good

Posted 22 January 2013 - 01:38

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):

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 Cimarast

  • Member
  • 14 posts

+5
Neutral

Posted 22 January 2013 - 17:08

I've committed a small update to multi epg to show if an event has a timer associated.

Re: OpenWebif [E2OpenPlugins] #973 hwads

  • Senior Member
  • 197 posts

0
Neutral

Posted 23 January 2013 - 01:27

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):

Working Many thanks, had to edit "iPhone" and "mobile" changed to "web"
DM 8000 using Latest PLI.

Re: OpenWebif [E2OpenPlugins] #974 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 23 January 2013 - 08:00

Would it be possible to fix the most dominant bug (Can't zap to alternatives/can't edit timers on alternatives) before doing cosmetic changes again and again and again, always requiring me to apply the (partial) patch for fixing that alternatives bug?
1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
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 littlesat

  • PLi® Core member
  • 56,318 posts

+691
Excellent

Posted 23 January 2013 - 08:04

What patch???

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: OpenWebif [E2OpenPlugins] #976 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 23 January 2013 - 08:18

This six months old report:
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.
1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
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 littlesat

  • PLi® Core member
  • 56,318 posts

+691
Excellent

Posted 23 January 2013 - 09:04

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?

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 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 23 January 2013 - 09:10

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?

It's not my patch. Someone else came up with it.
I don't steal.
:)
1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
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 littlesat

  • PLi® Core member
  • 56,318 posts

+691
Excellent

Posted 23 January 2013 - 09:20

Then thanks for the notification... but still you can push this as a commit request to E2openplugins... ;)

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: OpenWebif [E2OpenPlugins] #980 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 23 January 2013 - 09:25

Then thanks for the notification... but still you can push this as a commit request to E2openplugins... ;)

Well, how?
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.
1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
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


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users