Jump to content


Photo

LCD4linux - cannot change settings with button "Right"


  • Please log in to reply
26 replies to this topic

#1 Stan

  • Senior Member
  • 429 posts

+1
Neutral

Posted 6 December 2024 - 21:13

I am running LCD4linux V5.0-r23 with the latest PLi nightly build.

Strangely, the settings of the plugin cannot be changed with the "Right" button any more. Only with "Left" or "OK".

 

The debug log shows a difference between "Left" and "Right" button action.

[ActionMap] Keymap 'SetupActions' -> Unknown action 'left'! (Typo in keymap?)
[ActionMap] Keymap 'InfobarSeekActions' -> Unknown action 'seekBack'! (Typo in keymap?)
[ActionMap] Keymap 'NavigationActions' -> Action = 'left'.
[ActionMap] Keymap 'SetupActions' -> Unknown action 'left'! (Typo in keymap?)
[ActionMap] Keymap 'InfobarSeekActions' -> Unknown action 'seekBack'! (Typo in keymap?)
[ActionMap] Keymap 'NavigationActions' -> Action = 'left'.
[...]
[ActionMap] Keymap 'SetupActions' -> Unknown action 'right'! (Typo in keymap?)
[ActionMap] Keymap 'InfobarSeekActions' -> Action = 'seekFwd'.
[ActionMap] Keymap 'SetupActions' -> Unknown action 'right'! (Typo in keymap?)
[ActionMap] Keymap 'InfobarSeekActions' -> Action = 'seekFwd'.

Any ideas?



Re: LCD4linux - cannot change settings with button "Right" #2 gintarasarm

  • Senior Member
  • 112 posts

0
Neutral

Posted 6 December 2024 - 22:41

@Stan, your remark is correct, plugin LCD4linux V5.0-r23 OpenPli Develop the latest FullNightHD, just checked everything is correct by pressing the right button nothing can be changed in the settings,... but it shouldn't be like that! Somehow I didn't notice this it before



Re: LCD4linux - cannot change settings with button "Right" #3 gintarasarm

  • Senior Member
  • 112 posts

0
Neutral

Posted 6 December 2024 - 23:05

I hope the OpenPli members will be correct fix this error



Re: LCD4linux - cannot change settings with button "Right" #4 littlesat

  • PLi® Core member
  • 57,330 posts

+708
Excellent

Posted 7 December 2024 - 07:56

What setting? Likely the plugin need some adaption?

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


Re: LCD4linux - cannot change settings with button "Right" #5 gintarasarm

  • Senior Member
  • 112 posts

0
Neutral

Posted 7 December 2024 - 10:56

@littlesat, I think so needs for you correct this plugin how to wrote Stan, regular settings



Re: LCD4linux - cannot change settings with button "Right" #6 Dimitrij

  • PLi® Core member
  • 10,359 posts

+354
Excellent

Posted 7 December 2024 - 12:44

class LCDdisplayConfig(ConfigListScreen, Screen):

		self["setupActions"] = ActionMap(["SetupActions", "ColorActions", "MenuActions", "EPGSelectActions", "HelpActions", "InfobarSeekActions"],
		{
			"red": self.cancel,
			"green": self.save,
			"yellow": self.LCDrestart,
			"blue": self.Page,
			"nextBouquet": self.KeyUp,
			"prevBouquet": self.KeyDown,
 			"save": self.save,
			"cancel": self.cancel,
			"menu": self.SetupMenu,
			"displayHelp": self.Exchange,
			"ok": self.keyOK,
			"seekFwd": self.NextScreenKey,
			"info": self.ResetInfos
		}, -1)

 


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


Re: LCD4linux - cannot change settings with button "Right" #7 gintarasarm

  • Senior Member
  • 112 posts

0
Neutral

Posted 7 December 2024 - 13:36

@Dimitrij, Thank you so much, maybe you can provide a link where to download this file?



Re: LCD4linux - cannot change settings with button "Right" #8 Dimitrij

  • PLi® Core member
  • 10,359 posts

+354
Excellent

Posted 7 December 2024 - 13:46

@Dimitrij, Thank you so much, maybe you can provide a link where to download this file?

https://github.com/O...x/src/plugin.py


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


Re: LCD4linux - cannot change settings with button "Right" #9 gintarasarm

  • Senior Member
  • 112 posts

0
Neutral

Posted 7 December 2024 - 14:51

@Dimitrij, I downloaded from your data link plugin.ru but the button on the right still doesn't work, maybe I'm doing something wrong?



Re: LCD4linux - cannot change settings with button "Right" #10 Beeker

  • PLi® Contributor
  • 1,615 posts

+204
Excellent

Posted 7 December 2024 - 15:54

Fix for now (might break other things).

diff --git a/lcd4linux/src/plugin.py b/lcd4linux/src/plugin.py
index be7dc49..743ded2 100644
--- a/lcd4linux/src/plugin.py
+++ b/lcd4linux/src/plugin.py
@@ -5495,7 +5495,7 @@ class LCDdisplayConfig(ConfigListScreen, Screen):
                        "menu": self.SetupMenu,
                        "displayHelp": self.Exchange,
                        "ok": self.keyOK,
-                       "seekFwd": self.NextScreenKey,
+                       "keyRight": self.NextScreenKey,
                        "info": self.ResetInfos
                }, -1)
                self.mode = _("On")

Upload file to

/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/

And restart enigma2.

Delete file after restart.

 

Attached Files


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: LCD4linux - cannot change settings with button "Right" #11 gintarasarm

  • Senior Member
  • 112 posts

0
Neutral

Posted 7 December 2024 - 16:11

Thank you very much @Beeker, I hope that the LCD4linux V5.0-r23 plugin will be updated and such an error will not occur again



Re: LCD4linux - cannot change settings with button "Right" #12 Beeker

  • PLi® Contributor
  • 1,615 posts

+204
Excellent

Posted 7 December 2024 - 16:20

Test plugin to be ensure tere are no side-effects(right key is broken in other screens).

When no issues been reported after some days, I'll push fix to git repo.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: LCD4linux - cannot change settings with button "Right" #13 gintarasarm

  • Senior Member
  • 112 posts

0
Neutral

Posted 7 December 2024 - 16:40

@Beeker, I checked the right button and It works very well for me...Thank you very much again!



Re: LCD4linux - cannot change settings with button "Right" #14 littlesat

  • PLi® Core member
  • 57,330 posts

+708
Excellent

Posted 7 December 2024 - 17:40

Maybe better to adjust the plugin to the latest config stuff… will result in less lines and complicated code.

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


Re: LCD4linux - cannot change settings with button "Right" #15 gintarasarm

  • Senior Member
  • 112 posts

0
Neutral

Posted 7 December 2024 - 18:08

@littlesat, That's what I do, after I install a new image, I download the plugin from feed, after that I replace only the LCD audio folders and the Date folders where I made new icons, and also add plugin.py in which I added new colors for the LCD icons, but the config remains the same, so I didn't check the right button...and I always save these settings as I have everything set up there completely



Re: LCD4linux - cannot change settings with button "Right" #16 Stan

  • Senior Member
  • 429 posts

+1
Neutral

Posted 7 December 2024 - 18:10

@littlesat

 

How can that be done, is there any information available about the new "config stuff"?

 

I believe, it's because of the new config stuff, that we're experiencing this problem now...


Edited by Stan, 7 December 2024 - 18:19.


Re: LCD4linux - cannot change settings with button "Right" #17 littlesat

  • PLi® Core member
  • 57,330 posts

+708
Excellent

Posted 7 December 2024 - 21:23

A lot of lines need to be removed where config is needed and config needs to be initialed with ui. Huevos is the expert here… ;)

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


Re: LCD4linux - cannot change settings with button "Right" #18 gintarasarm

  • Senior Member
  • 112 posts

0
Neutral

Posted 8 December 2024 - 00:54

@Huevos, help us with the LCD4Linux plugin please, we would be very gratefull!



Re: LCD4linux - cannot change settings with button "Right" #19 Stan

  • Senior Member
  • 429 posts

+1
Neutral

Posted 8 December 2024 - 13:03

@beeker:

 

I suspect, the fault is not in the LCD4Linux code. The behaviour of other buttons, such as FASTFORWARD and REWIND is also wrong.

 

Something must be messed up in ConfigList.py. I tested the older version from PLi9.0 and the problem is not present there.

 

Any chance, this will be looked at, before PLi9.1 is released?


Edited by Stan, 8 December 2024 - 13:10.


Re: LCD4linux - cannot change settings with button "Right" #20 FRAP

  • Senior Member
  • 346 posts

+24
Neutral

Posted 8 December 2024 - 16:30

Hello OpenWeather weather in version 8.3 works very well. But in version 9.0 and in night builds it doesn't want to work.


Alcohol for wimps. Strong people enjoy depression.



2 user(s) are reading this topic

1 members, 1 guests, 0 anonymous users