Jump to content


Luar

Member Since 14 Nov 2011
Offline Last Active 01 Nov 2012 00:44
-----

Posts I've Made

In Topic: Satco Europe GmbH wins against Dream Property GmbH

22 May 2012 - 17:33

New Vu+ Duo II and Vu+ Solo II

In Topic: OpenWebif [E2OpenPlugins]

13 December 2011 - 18:31

Black Hole Vu+ Duo 1.6.7 Kernel 3.1.1 beta

Good kernel 3.1.1...teste OpenWebif ok...

In Topic: OpenWebif [E2OpenPlugins]

29 November 2011 - 14:25

Teste DVB-S2 OK...

In Topic: OpenWebif [E2OpenPlugins]

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…

In Topic: OpenWebif [E2OpenPlugins]

28 November 2011 - 15:23

lock tuner tip same canal...