Jump to content


Huevos

Member Since 14 Feb 2012
Offline Last Active Yesterday, 17:26
*****

Posts I've Made

In Topic: Crash log

Yesterday, 17:26

By the way, the real problem is why is that plugin poking around in configlistscreen.

In Topic: Crash log

Yesterday, 17:15

You are looking at 2 different problems. One is the notifier. That is handled in config.py with many problems in PLi. The other is the button press is handled in configlistscreen without any knowledge of if the config item changed or not. That is what the callback fixes.

In Topic: Crash log

7 May 2024 - 17:24

So the callback deals with false notifiers that pli demonstrates. If you download the notifier tester from my repo you will see. The fact is that from configlistscreen you can't tell what is happening in config.py which is why there is a callback.

In Topic: streamrelay channels - crash on eventview

4 May 2024 - 21:50

Yes. This is correct. The namespace is updated.

In Topic: Crash log

4 May 2024 - 16:01

My question is about the the setup code. You can view it on vix repo. If you want it I can get it running for PLi. I wasn't talking about making custom code.