Jump to content


Photo

Plugin complete disabled PiP


  • Please log in to reply
6 replies to this topic

#1 Dimitrij

  • PLi® Core member
  • 10,338 posts

+352
Excellent

Posted 1 September 2024 - 11:47

WanWizard please add this plugin in feed.

Attached Files


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


Re: Plugin complete disabled PiP #2 littlesat

  • PLi® Core member
  • 57,253 posts

+702
Excellent

Posted 1 September 2024 - 11:56

What does it do and why is it needed? Sounds like just disable PIP…. Maybe add a simple config does also add wonders?

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


Re: Plugin complete disabled PiP #3 mrvica

  • Senior Member
  • 1,264 posts

+86
Good

Posted 1 September 2024 - 14:40

I installed it on H7

running debug show this line

[completeDisabledPiP] start!

the source code of the plugin, the size just 485 bytes

from __future__ import print_function
from Plugins.Plugin import PluginDescriptor

def autostart(reason, **kwargs):
	if reason == 0:
		try:
			from Components.SystemInfo import SystemInfo
			SystemInfo["NumVideoDecoders"] = 1
			SystemInfo["PIPAvailable"] = False
			print("[completeDisabledPiP] start!")
		except:
			print("[completeDisabledPiP] this image not support!")

def Plugins(**kwargs):
	return [PluginDescriptor(where = [PluginDescriptor.WHERE_AUTOSTART], fnc = autostart)]


Re: Plugin complete disabled PiP #4 DimitarCC

  • PLi® Contributor
  • 1,578 posts

+71
Good

Posted 1 September 2024 - 14:48

What is the meaning...That can be added to the real build and no plugin is needed....


Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: Plugin complete disabled PiP #5 Dimitrij

  • PLi® Core member
  • 10,338 posts

+352
Excellent

Posted 1 September 2024 - 15:52

I have some friends who are pensioners. Very often they accidentally press the blue button twice, and then don't know how to turn off the picture in the picture.

 

 

 

What is the meaning...That can be added to the real build and no plugin is needed....

Please see https://forums.openp...dpost&p=1058209


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


Re: Plugin complete disabled PiP #6 littlesat

  • PLi® Core member
  • 57,253 posts

+702
Excellent

Posted 1 September 2024 - 16:47

The code does also not use boxInfo…. SystemInfo can be declined…

Edited by littlesat, 1 September 2024 - 16:48.

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


Re: Plugin complete disabled PiP #7 Dimitrij

  • PLi® Core member
  • 10,338 posts

+352
Excellent

Posted 1 September 2024 - 16:58

The code does also not use boxInfo…. SystemInfo can be declined…

SystemInfo need for openPLi 8.3 image.


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



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users