Jump to content


Photo

OpenWebif [E2OpenPlugins]


  • Please log in to reply
1459 replies to this topic

Re: OpenWebif [E2OpenPlugins] #261 TheMystery

  • Senior Member
  • 395 posts

+2
Neutral

Posted 27 November 2011 - 13:23

err yes, thats probably because you have set a record-margin time of 3 minutes so the box starts to record already 3 minutes earlier for timerevents. This is directly done in the EPG Info :mellow: So we have to add margin time to the time or find a way to get correct info without margin time. I will take a look at it and fix it somehow now


Thx for the fix, time is good now

Re: OpenWebif [E2OpenPlugins] #262 nietgiftig

  • Senior Member
  • 787 posts

+39
Good

Posted 27 November 2011 - 14:08

It is easy to create two list like in the e2 webinterface but i yhink it is absolutely horrible !
Bleah :D


Oke, that's fine with me, its your project.
Keep using the old one
Will check in again once in a while to see the progress.
Good luck

 Hardware: Master VU Uno 4K SE  1x Mut@nt HD51.4K & 2x ZgemmaH9T
Software : Pli (v7) (7.1rc) 2019 


Re: OpenWebif [E2OpenPlugins] #263 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 27 November 2011 - 14:17

Maybe we can use accordion for bouquets ?
But it seems to me that there are problems with ajax.
Maybe Homey can have a nice idea for a better manage of bouquets/channels.
I simply don't like the double lists.

Re: OpenWebif [E2OpenPlugins] #264 Meega

  • Senior Member
  • 3,000 posts

+51
Good

Posted 27 November 2011 - 14:27

Maybe we can use accordion for bouquets ?


I think this what i mean ,yes

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] #265 nietgiftig

  • Senior Member
  • 787 posts

+39
Good

Posted 27 November 2011 - 14:37

Maybe we can use accordion for bouquets ?


It would be a nice addition

 Hardware: Master VU Uno 4K SE  1x Mut@nt HD51.4K & 2x ZgemmaH9T
Software : Pli (v7) (7.1rc) 2019 


Re: OpenWebif [E2OpenPlugins] #266 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 27 November 2011 - 15:02

Hi,

attached a patch to add the /web/getcurrent to the webapi
please commit.

thanks,

nobody9

Attached Files



Re: OpenWebif [E2OpenPlugins] #267 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 27 November 2011 - 15:16

oh and i see another thing.
When you open Openwebif ,in the bluebar( on top) there comes the channel you are watching included epg discription.
When there's to much discription ,the text goes behind the info window so there must be more space or a scrolbar.


Ok let me know if it is ok.

Re: OpenWebif [E2OpenPlugins] #268 Meega

  • Senior Member
  • 3,000 posts

+51
Good

Posted 27 November 2011 - 15:33


oh and i see another thing.
When you open Openwebif ,in the bluebar( on top) there comes the channel you are watching included epg discription.
When there's to much discription ,the text goes behind the info window so there must be more space or a scrolbar.


Ok let me know if it is ok.


Yep it is oke it end's with ....

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] #269 Stigarta

  • Senior Member
  • 225 posts

+1
Neutral

Posted 28 November 2011 - 11:02

THX for your "great" work :D
Gruß Stigarta

Re: OpenWebif [E2OpenPlugins] #270 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 28 November 2011 - 14:07

HI Homey-GER,

attached a fix for the file.py and web/movielist.tmpl.

the changes in the file.py makes the download also works in the same way that in Old-Webif.

regards,

nobody9

Attached Files



Re: OpenWebif [E2OpenPlugins] #271 Biged

  • Member
  • 8 posts

0
Neutral

Posted 28 November 2011 - 14:46

@Homey :

I have strange symbols near titles in movie list.
Can you fix it? ;)
Thanks in advance

I have vu+ uno
Ps :sorry for the other 3d :(

Attached File  page__pid__235159.htm   50.96KB   28 downloads

Edited by Biged, 28 November 2011 - 14:46.


Re: OpenWebif [E2OpenPlugins] #272 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 28 November 2011 - 15:18

I guess for the RC we need an own template/screen later to make it working with different remote control, its currently just my dreambox remote control map, but we need other remote controls support too.


Just added support for Vu+.boxes

Attached Files

  • Attached File  ow10.png   363.37KB   156 downloads


Re: OpenWebif [E2OpenPlugins] #273 Luar

  • Member
  • 6 posts

0
Neutral

Posted 28 November 2011 - 15:23

lock tuner tip same canal...

Attached Files



Re: OpenWebif [E2OpenPlugins] #274 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 28 November 2011 - 19:37

lock tuner tip same canal...


This is beacuse you are looking the "transponder Info" screen. If you look at frontend info screen you will have Dvb-S.
So thi is easy to fix we have to add code like this:
info.getInfoObject(serviceref, iServiceInformation.sTransponderData)
if self.transponder_info:
    tp_info = ConvertToHumanReadable(self.transponder_info)
    conv = { "tuner_type"   : _("Type"),
	  "system"   : _("System"),
	  "modulation"   : _("Modulation"),
	  "orbital_position"  : _("Orbital position"),
	  "frequency"   : _("Frequency"), ..........
ecc....

But i am not sure to add code to get transponder information only for this little thing.

Re: OpenWebif [E2OpenPlugins] #275 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 28 November 2011 - 20:12

found bug in timerlist - event description overlaps the next timer, see attachment
//and I'm pretty sure, it was ok when I checked it 2 days ago /?/
TIA

Attached Files


Edited by blzr, 28 November 2011 - 20:13.

True sarcasm doesn't need green font...

Re: OpenWebif [E2OpenPlugins] #276 Luar

  • Member
  • 6 posts

0
Neutral

Posted 28 November 2011 - 22:30


lock tuner tip same canal...


This is beacuse you are looking the "transponder Info" screen. If you look at frontend info screen you will have Dvb-S.
So thi is easy to fix we have to add code like this:
info.getInfoObject(serviceref, iServiceInformation.sTransponderData)
if self.transponder_info:
	tp_info = ConvertToHumanReadable(self.transponder_info)
	conv = { "tuner_type"   : _("Type"),
	  "system"   : _("System"),
	  "modulation"   : _("Modulation"),
	  "orbital_position"  : _("Orbital position"),
	  "frequency"   : _("Frequency"), ..........
ecc....

But i am not sure to add code to get transponder information only for this little thing.




Ok friend since already my recognition for this free work…

It only wanted to help of a small information of tuner that it will be able to help to sharpen the project…

Nothing of serious… my gratefulness for the excellent work…

Re: OpenWebif [E2OpenPlugins] #277 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 29 November 2011 - 00:08

Thx for your report anyway

Re: OpenWebif [E2OpenPlugins] #278 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 29 November 2011 - 13:20

lock tuner tip same canal...


I confirm you are loking at service and not at tuner_type but ok we can use service-tuner['system'] instead of tuner_type.
I have just committed, please test.

Re: OpenWebif [E2OpenPlugins] #279 Luar

  • Member
  • 6 posts

0
Neutral

Posted 29 November 2011 - 14:25

Teste DVB-S2 OK...

Attached Files



Re: OpenWebif [E2OpenPlugins] #280 tilleke

  • Senior Member
  • 50 posts

+5
Neutral

Posted 30 November 2011 - 01:27

Hi - this is my first post in this forum so let me greet you all.

I am following this project with great interest. Some of you may know me (or under my other nickname: moster67) since I have written some streaming/remotecontrol applications for Windows, Windows Mobile and lately Android which use the APIs supplied by the (original) WebIfs (both for Enigma1 and Enigma2). Since this project will most likely replace the original WebIf on various receivers where E2-images will be mounted, I want of course make sure that my applications will be compatible with this project.

So I am wondering if you have already decided or discussed if you are going to implement an API which permits third-party developers (like myself) to access the information needed (EPG, Services) and to execute commands such as swapping channels? Or will the old APIs still work with your new project?

I have never developed anything in Python (nor do I know the language) so I doubt I can contribute by coding but would you be open for suggestions?

My best wishes to all of you and your new project.

Regards,
tilleke


39 user(s) are reading this topic

0 members, 39 guests, 0 anonymous users