WanWizard please add this plugin in feed.
Plugin complete disabled PiP
Started by Dimitrij, 01 Sep 2024 11:47
6 replies to this topic
Re: Plugin complete disabled PiP #2
Re: Plugin complete disabled PiP #3
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
Re: Plugin complete disabled PiP #5
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
Re: Plugin complete disabled PiP #7
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users