Jump to content


Photo

userbouquet/userbouquet in channel selection


  • Please log in to reply
14 replies to this topic

#1 mrvica

  • Senior Member
  • 1,258 posts

+86
Good

Posted 13 October 2024 - 19:04

some time ago someone asked how to get rid of showing userboquet in channel selection two times, i couldn´t find the topic so I started the new thread, unfortunetly I came upon this as well, in channel selection you can with blue go to favourites, not only with blue but "0", if you press "0" more times you get userboququet shown twice or once, just try it out

 

 



Re: userbouquet/userbouquet in channel selection #2 WanWizard

  • PLi® Core member
  • 70,041 posts

+1,790
Excellent

Posted 13 October 2024 - 19:47

You mean in the title?

 

This is a long standing issue I've brought up as well, the problem is it is built up from relative paths, which becomes a mess pretty quickly, also when you have nested bouquets.

 

You'll see " / .. / " appear in the title...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: userbouquet/userbouquet in channel selection #3 mrvica

  • Senior Member
  • 1,258 posts

+86
Good

Posted 13 October 2024 - 19:53

yes, I mean in the title



Re: userbouquet/userbouquet in channel selection #4 littlesat

  • PLi® Core member
  • 56,994 posts

+698
Excellent

Posted 14 October 2024 - 06:01

I wasn’t aware of the 0 button in channelselection at all.

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


Re: userbouquet/userbouquet in channel selection #5 Dimitrij

  • PLi® Core member
  • 10,205 posts

+346
Excellent

Posted 14 October 2024 - 10:52

	def keyGoUp(self):
		if len(self.servicePath) > 1:
			if self.isBasePathEqual(self.bouquet_root):
+				current_root = self.getRoot()
+				if current_root and not 'FROM BOUQUET "bouquets.' in current_root.getPath():
+					self.showFavourites()
-				self.showFavourites()

 


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


Re: userbouquet/userbouquet in channel selection #6 littlesat

  • PLi® Core member
  • 56,994 posts

+698
Excellent

Posted 14 October 2024 - 14:44

That is not a solution..... I'm investigating right now...


Edited by littlesat, 14 October 2024 - 15:01.

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


Re: userbouquet/userbouquet in channel selection #7 littlesat

  • PLi® Core member
  • 56,994 posts

+698
Excellent

Posted 14 October 2024 - 15:00

FYI:

https://github.com/O...3c410ffefe674f3


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


Re: userbouquet/userbouquet in channel selection #8 Huevos

  • PLi® Contributor
  • 4,604 posts

+160
Excellent

Posted 14 October 2024 - 15:33

I wasn’t aware of the 0 button in channelselection at all.

"0" in ChannelSelection should work as the panic button.



Re: userbouquet/userbouquet in channel selection #9 littlesat

  • PLi® Core member
  • 56,994 posts

+698
Excellent

Posted 14 October 2024 - 15:40

I meant I was not aware that a panic button like going back to a root bouquet was associated it it. I also do not have any idea who did it... but it was clearly done wrong...


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


Re: userbouquet/userbouquet in channel selection #10 Huevos

  • PLi® Contributor
  • 4,604 posts

+160
Excellent

Posted 14 October 2024 - 15:51

Should go to first channel in first bouquet.



Re: userbouquet/userbouquet in channel selection #11 littlesat

  • PLi® Core member
  • 56,994 posts

+698
Excellent

Posted 14 October 2024 - 16:00

For such stuff we have hotkey... With that you can create a panic button to any service you want... But that does not work in service selection...

 

Zero is also used to swap pipzap etc.... and in channel selection it now goes back to root.... No it can also function as zap number thing... (e.g. with 10 you go to the service number 10... most likely in first bouquet the service numbered '10'.... )  I think it is not a good idea to go with 0 in root bouquet to first bouquet first service... but when we want now I can easy add it.


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


Re: userbouquet/userbouquet in channel selection #12 Huevos

  • PLi® Contributor
  • 4,604 posts

+160
Excellent

Posted 14 October 2024 - 16:02

Yes of course 10 goes to 10 because 10 doesn't start with a zero.



Re: userbouquet/userbouquet in channel selection #13 littlesat

  • PLi® Core member
  • 56,994 posts

+698
Excellent

Posted 14 October 2024 - 16:32

0 in root does nothing for now.... but it can be changed easily now when 'we' want... Just by zapping to '1'....

 

And I tried it, but it does not really add value... I think you can better go back to root and when you are at root do indeed nothing....


Edited by littlesat, 14 October 2024 - 16:44.

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


Re: userbouquet/userbouquet in channel selection #14 Huevos

  • PLi® Contributor
  • 4,604 posts

+160
Excellent

Posted Yesterday, 11:19

Just for info...

 

zero has been the panic button in other distros for years, and configurable.

https://github.com/O.../setup.xml#L113

 

The added value: is you can zap to a "safe" channel immediately.

e.g. someone is watching porn and one of the kids walks in.


Edited by Huevos, Yesterday, 11:21.


Re: userbouquet/userbouquet in channel selection #15 littlesat

  • PLi® Core member
  • 56,994 posts

+698
Excellent

Posted Yesterday, 15:52

Usually then you are not in the channel selection screen.... we have this 'dirty' functionality as an hotkey.... And zero cannot always work for that. It is also used for e.g. swap between last/precious channel, swig PIP with main screen... and as far I remember for 0 we already have a different setting in the InfoBarGenerics.... Looks like this extra config is extra and overruling the other stuff assigned to the '0' button....  I only see here the '0' button can be panic in InfoBarGenerics, not in chanelselection.

 

https://github.com/s...utton&type=code

 

In OpenPLi we have functionality in the Hotkey exactly for this.... You should also have that in OpenVix..(ZapPanic) when doing this it can be considered to add more 'hotkey buttons' within the channel selection and not only the EPG ones.

 

So no real easy to add a second method for Panic....


Edited by littlesat, Yesterday, 17:37.

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



5 user(s) are reading this topic

0 members, 5 guests, 0 anonymous users