Jump to content


Photo

'ChannelList Preview Mode' on PLi3 ?


  • Please log in to reply
95 replies to this topic

Re: 'ChannelList Preview Mode' on PLi3 ? #21 Dimitrij

  • PLi® Core member
  • 10,026 posts

+338
Excellent

Posted 14 August 2012 - 15:16

ChannelSelection - startup service after leaving standby mode

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: 'ChannelList Preview Mode' on PLi3 ? #22 littlesat

  • PLi® Core member
  • 56,280 posts

+691
Excellent

Posted 14 August 2012 - 15:59

I suggest we should not do that.... Too complicated and it is fine as it as... ;)

Edited by littlesat, 14 August 2012 - 16:06.

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


Re: 'ChannelList Preview Mode' on PLi3 ? #23 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 09:38

- preview mode under TV button for channelEPG ( channelEPG -> INFO and then switch with < > between channelEPG of next/prev channel ) and MultiEPG ( != MultiGrapgEPG)
- added ZAP under RED into channelEPG
- ZAP close all in channelEPG or MultiEPG

Attached Files


Kdo nic nedělá, nic nezkazí!

Re: 'ChannelList Preview Mode' on PLi3 ? #24 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 15 August 2012 - 10:10

How to use this function with MQB installed? When i press TV button twice nothing happens
Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi

Re: 'ChannelList Preview Mode' on PLi3 ? #25 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 10:29

@Taykun345: your Q is for which patch ?
Kdo nic nedělá, nic nezkazí!

Re: 'ChannelList Preview Mode' on PLi3 ? #26 littlesat

  • PLi® Core member
  • 56,280 posts

+691
Excellent

Posted 15 August 2012 - 10:31

ZAP close all in channelEPG or MultiEPG

How is this working when it is called from the GraphicalMultiEPG?

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


Re: 'ChannelList Preview Mode' on PLi3 ? #27 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 10:39

In GMEPG ZAP change PIG and still is GMEPG visible and must be 2x? EXIT for close. I think, better would be - ZAP = zap + close MGEPG, TV = preview

Edited by ims, 15 August 2012 - 10:41.

Kdo nic nedělá, nic nezkazí!

Re: 'ChannelList Preview Mode' on PLi3 ? #28 littlesat

  • PLi® Core member
  • 56,280 posts

+691
Excellent

Posted 15 August 2012 - 10:42

I'll wait for an compleet patch then ;)....

But hasn't TV/Radio butto a function here... to get to the bouquet list with current bouquet preselected???

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


Re: 'ChannelList Preview Mode' on PLi3 ? #29 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 10:51

I'll wait for an compleet patch then ;)....


I think, GMEPG could be later - it seems, there is some bug - when is there used ZAP, then must be GMEPG closed with 2xEXIT

But hasn't TV/Radio butto a function here... to get to the bouquet list with current bouquet preselected???

As I saw, there in GMEPG is not TV or Radio button in actions used
Kdo nic nedělá, nic nezkazí!

Re: 'ChannelList Preview Mode' on PLi3 ? #30 littlesat

  • PLi® Core member
  • 56,280 posts

+691
Excellent

Posted 15 August 2012 - 10:53

As I saw, there in GMEPG is not TV or Radio button in actions used

Nice.... Then they are Free!!!

And I can confirm indeed... once zapped in GME ... 2xexit required....

Edited by littlesat, 15 August 2012 - 11:01.

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


Re: 'ChannelList Preview Mode' on PLi3 ? #31 littlesat

  • PLi® Core member
  • 56,280 posts

+691
Excellent

Posted 15 August 2012 - 11:48

the reason why you need to press exit twice in the MGE I already found... when you zap closeRecurive is set to True... and when closing with the parameter True the MGE will be "restarted" as this could be a modeswap.... I suggest to change this and use for modeswitch the value None.... Which I suggest is also a good value as it will not close anything :D

What I still do not understand why they are closeRecursuve after a zap and not with normal use...?

def reopen(answer):
-    if answer:
+    if answer is None:
	    runGraphMultiEpg()
    else:
-	    closed()
+	    closed(answer)

Edited by littlesat, 15 August 2012 - 11:56.

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


Re: 'ChannelList Preview Mode' on PLi3 ? #32 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 11:49

yes, i found it too and solve it (will be little changes for preview and zap.

2Q:
1) add test, if is played existing service or will be enough use existing test in self.session.nav.playService(ref) => when is same ref: "ignore request to play already running service(1)"
2) when is used in GMEPG preview, change focus in epg list or no (as is with ZAP now) ?

Edited by ims, 15 August 2012 - 11:57.

Kdo nic nedělá, nic nezkazí!

Re: 'ChannelList Preview Mode' on PLi3 ? #33 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 12:03

here is preview with TV and close EPG after ZAP patch

- without focus in list for preview ( focus is still on zapped service)

Attached Files


Edited by ims, 15 August 2012 - 12:04.

Kdo nic nedělá, nic nezkazí!

Re: 'ChannelList Preview Mode' on PLi3 ? #34 littlesat

  • PLi® Core member
  • 56,280 posts

+691
Excellent

Posted 15 August 2012 - 12:41

I would like to have close recursive on zap to true... all other is false (could be fixed no self.closeRecursive required) and with swapMode made it None...

Then when running the MGE from blue button it will also quit blue button screen when zap... ;)

Then also put my suggestions on plugin.py from MGE of course ;)

Edited by littlesat, 15 August 2012 - 12:41.

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


Re: 'ChannelList Preview Mode' on PLi3 ? #35 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 12:49

could be as partialy patch ?

Edited by ims, 15 August 2012 - 13:06.

Kdo nic nedělá, nic nezkazí!

Re: 'ChannelList Preview Mode' on PLi3 ? #36 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 13:06

could be as it ?

Attached Files


Kdo nic nedělá, nic nezkazí!

Re: 'ChannelList Preview Mode' on PLi3 ? #37 littlesat

  • PLi® Core member
  • 56,280 posts

+691
Excellent

Posted 15 August 2012 - 13:15

I would even get rid of that self.closeRecursive variable... as zap does now directly close it is not required anymore. Just give self.close(True), self.close(False), self.close(None) should be enough....

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


Re: 'ChannelList Preview Mode' on PLi3 ? #38 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 13:33

ok.

Attached Files


Kdo nic nedělá, nic nezkazí!

Re: 'ChannelList Preview Mode' on PLi3 ? #39 littlesat

  • PLi® Core member
  • 56,280 posts

+691
Excellent

Posted 15 August 2012 - 13:41

You forgot the self.close(None)..... in def swapMode.... ;) No problem I'll fix it this evening...

Edited by littlesat, 15 August 2012 - 13:42.

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


Re: 'ChannelList Preview Mode' on PLi3 ? #40 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 15 August 2012 - 13:45

I am blind ... thanks.
Kdo nic nedělá, nic nezkazí!


2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users