Jump to content


Photo

GraphMultiEPG channel selection


  • Please log in to reply
27 replies to this topic

#1 Barnie64

  • Member
  • 8 posts

0
Neutral

Posted 6 May 2018 - 20:09

I have a little problem with MultiGraphEPG on a vuplus uno 4k se with OpenPLi 6.2.

 

After selecting and switching to another channel with MultiGraphEPG everithing seems ok. The new channel is active.

But after reentering GraphMultiEPG the old channel is still shown selected.

Changing the channel with 'channel up' switches to the next channel in relation to the old one.

It seems that a part of the software does not recognize the channel selektion with GraphMultiEPG.

I don't have this problem with the ET9500 and OpenPLi 6.1.

 

Regards

 



Re: GraphMultiEPG channel selection #2 WanWizard

  • PLi® Core member
  • 68,544 posts

+1,737
Excellent

Posted 6 May 2018 - 20:16

Can you describe the exact steps (keys of the remote) you use to reproduce this?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: GraphMultiEPG channel selection #3 Barnie64

  • Member
  • 8 posts

0
Neutral

Posted 6 May 2018 - 22:51

Example

Channel 1 is active

Key "EPG" -> GraphMultiEPG is shown with channel 1 selected (green) -> ok

3 x Key "Down" -> program of channel 4 is selected (light blue), channel 1 is active -> ok

Red button -> channel 4 is selected (green) and active -> ok

Exit -> GraphMultiEPG is closed, channel 4 is active -> ok

Key "EPG" -> channel 1 is selected (green), channel 4 is active -> not ok

Exit -> GraphMultiEPG is closed, channel 4 is active -> ok

Key "CH up" -> channel 4 is changed to channel 2 -> not ok



Re: GraphMultiEPG channel selection #4 Barnie64

  • Member
  • 8 posts

0
Neutral

Posted 6 May 2018 - 23:25

One additional Information:

After changing the channel with "CH up", "Ch down", direkt channel input, or channel selection menu, the active channel is rightly selected in GraphMultiEPG until you try to change the channel as described before.



Re: GraphMultiEPG channel selection #5 littlesat

  • PLi® Core member
  • 56,259 posts

+691
Excellent

Posted 7 May 2018 - 06:52

With red then exit it should go back to channel 1...

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


Re: GraphMultiEPG channel selection #6 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 7 May 2018 - 07:08

Confirmed ...

 

With red then exit it should go back to channel 1...

May be ( but for Preview is there "TV" key)

 

But if playing service si A and you use Red, Red on service B => Zap + Close and then you open GMEPG again, as active service in bars is marked still A, but playing service is B.


Kdo nic nedělá, nic nezkazí!

Re: GraphMultiEPG channel selection #7 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,388 posts

+393
Excellent

Posted 7 May 2018 - 07:17

It’s not about preview but to switch to that specific channel which usually is done with the red button (zap). Since ages.
BTW pushing TV causes enigma to crash without a GSOD.

Init 4 && init 3 doesn’t solve the status. I needed a reboot.

Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: GraphMultiEPG channel selection #8 littlesat

  • PLi® Core member
  • 56,259 posts

+691
Excellent

Posted 8 May 2018 - 08:23

I'm afraid this patch breaks it

https://github.com/O...a3a94a1aa57fa3b

 

But the same patch fixes another 'issue'.... 

So this 'one' should be further investigated..

 

When someone can try to revert this one (or at least remove the 'else ref' stuff at the end) for checking and verification....

 

Mayby when we zap with non review or so we need also to 'adapt' this ref. This is currently not done....


Edited by littlesat, 8 May 2018 - 08:25.

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


Re: GraphMultiEPG channel selection #9 littlesat

  • PLi® Core member
  • 56,259 posts

+691
Excellent

Posted 8 May 2018 - 08:30

Maybe this helps...

                                                               Servicelist.enterPath(epg_bouquet)
                                               Servicelist.setCurrentSelection(service)
+                                              global ref
+                                              ref = service
                               if not zapback or preview:
                                               Servicelist.zap(not preview, preview, ref=preview and service or None)
                if (Servicelist.dopipzap or zapback) and not preview:
                               Servicelist.zapBack()

Edited by littlesat, 8 May 2018 - 08:31.

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


Re: GraphMultiEPG channel selection #10 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 8 May 2018 - 08:36

seems, it works


Kdo nic nedělá, nic nezkazí!

Re: GraphMultiEPG channel selection #11 littlesat

  • PLi® Core member
  • 56,259 posts

+691
Excellent

Posted 8 May 2018 - 09:02

And that blindly and remotely... also no issues when you startup mgepg from channellisf?

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


Re: GraphMultiEPG channel selection #12 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 8 May 2018 - 09:08

I have GMEPG it under "long"...  If I try it, then as played service (green bar) is in GMEPG marked current service in channellist and not played service, but it seems, it is next bug, because same it is without this fix


Kdo nic nedělá, nic nezkazí!

Re: GraphMultiEPG channel selection #13 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 8 May 2018 - 09:47

For fix there in GraphMultiEpg.py under def onCreate(self) must be:

 

l.setCurrentlyPlaying(self.previousref) instead l.setCurrentlyPlaying(self.serviceref)


Kdo nic nedělá, nic nezkazí!

Re: GraphMultiEPG channel selection #14 littlesat

  • PLi® Core member
  • 56,259 posts

+691
Excellent

Posted 8 May 2018 - 10:49

Sorry don’t understand. Another bug found?

Edited by littlesat, 8 May 2018 - 10:55.

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


Re: GraphMultiEPG channel selection #15 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 8 May 2018 - 11:02

yes , try select in channel list diferent service than is played and run GMEPG ... then will be as played service (green bar) marked getCurrent from channellist and it is wrong ...


Kdo nic nedělá, nic nezkazí!

Re: GraphMultiEPG channel selection #16 littlesat

  • PLi® Core member
  • 56,259 posts

+691
Excellent

Posted 8 May 2018 - 14:09

Please offer a 2 merge requests one for each issue.,.. Thanks for your additional 'catch'


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


Re: GraphMultiEPG channel selection #17 Barnie64

  • Member
  • 8 posts

0
Neutral

Posted 10 May 2018 - 11:12

If someone is working anyway on the GMEPG, I have a feature request if it can be done easily.

As I always use GMEPG for zapping in list mode, it would be nice if the Ok button could be programmed to Zap+Exit.

At the moment I have to press Ok twice. But this is only a comfort problem.



Re: GraphMultiEPG channel selection #18 littlesat

  • PLi® Core member
  • 56,259 posts

+691
Excellent

Posted 10 May 2018 - 11:40

This requires an extra config setting... That is why it isn't in there yet as we try to avoid too much configs... So let others agree if we should add a config switch for this first...


Edited by littlesat, 10 May 2018 - 11:44.

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


Re: GraphMultiEPG channel selection #19 Barnie64

  • Member
  • 8 posts

0
Neutral

Posted 10 May 2018 - 14:37

Yes I think avoiding too much configs is the right way, but I am not shure if an extra config setting is necessary.

 

1. There is already an entree for the funktion of the Ok button (show detailed event info / zap to selected channel).

An additional selection (zap to channel + exit) here would be sufficient.

 

2. Another way to implement this without any config changes would be to make the behaviour dependent on the actual view mode.

If the funktion "zap to selected channel" is selekted in "Normal mode" the behavior can stay as it is (preview). In "List mode" it wolud be better to exit directly with zap, as a preview here makes no sense.

 

What do you and the others think about this solution?


Edited by Barnie64, 10 May 2018 - 14:38.


Re: GraphMultiEPG channel selection #20 littlesat

  • PLi® Core member
  • 56,259 posts

+691
Excellent

Posted 10 May 2018 - 14:38

Then i would go for 1... depending on mode is not really logical...

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



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users