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.
Don't hijack someone elses topic. If you have something to report, open a new topic for it,
Posted 8 December 2024 - 18:51
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.
Don't hijack someone elses topic. If you have something to report, open a new topic for it,
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.
Posted 11 December 2024 - 08:33
Edited by littlesat, 11 December 2024 - 08:38.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 11 December 2024 - 11:29
[...] Which also demonstrates less code can do more as only lines (32) were removed.
Unfortunately, it also demonstrates, that when removing code, you break things if not properly tested.
By removing the line
"ok": self.keyOK,
the file/folder selection.is gone.
Edited by Stan, 11 December 2024 - 11:30.
Posted 11 December 2024 - 21:24
Edited by littlesat, 11 December 2024 - 21:38.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 11 December 2024 - 22:05
Maybe we can workaround without re-assigning the OK button.
After this morning's patch, instead of file/folder selection the keyboard for manual entering the path comes up. This surely can be adapted.
For further code optimization, the myFileList module could be removed from the plugin, as a similar module is already in Enigma.
- from .myFileList import FileList as myFileList + from Components.FileList import FileList as myFileList
Posted 12 December 2024 - 08:46
Thanks for fhat.
Is the REWIND / FORWARD navigation related?
With FORWARD you get to the last option of the selected list element. That's fine.
You would expect REWIND doing the opposite. But it jums to first element in the listbox instead...
Removing KEY_REWIND from NavigationActions addresses the issue.
diff --git a/data/keymap.xml b/data/keymap.xml index 9183e0194..fd55710ad 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -41,7 +41,6 @@ </map> <map context="NavigationActions"> - <key id="KEY_REWIND" mapto="top" flags="m" /> <key id="KEY_CHANNELUP" mapto="pageUp" flags="mr" /> <key id="KEY_UP" mapto="up" flags="mr" /> <key id="KEY_REWIND" mapto="first" flags="m" />
File in:
/usr/share/enigma2/
Edited by Beeker, 12 December 2024 - 08:46.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Posted 13 December 2024 - 10:18
The issue was introduced with this commit.
https://github.com/O...61dc1035834f182
@littlesat Can you revert it? (only the changes to keymap.xml)
Edited by Stan, 13 December 2024 - 10:23.
Posted 13 December 2024 - 11:01
No, I cannot revert it as this is mandatory for other changes in Enigma2 itself..
I'm also lost with this as I do not use this plugin it is also hard for me to test (by developbox does currently not have a display).... Better fix the plugin and adjust the plugin so it will work again.
I always hated that plugins were using configs also in a lot of time in other dedicated screens with lots of exceptions and hacks.... I suggest this is a demonstration why I hate this.
Edited by littlesat, 13 December 2024 - 11:03.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 13 December 2024 - 12:04
Resolved I suggest.... and be aware this was wrong for a long long long time. We commented it 'out' in the past and it was re-enabled.... while it should be assigned to different keys.
https://github.com/O...eacae0e1062ba78
Edited by littlesat, 13 December 2024 - 12:04.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 13 December 2024 - 16:54
Were do you see the 'SONG' buttons assigned twice.... I tested it here and here it worked....
OK I see it now.... also crasy me...
Edited by littlesat, 13 December 2024 - 17:07.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
0 members, 3 guests, 0 anonymous users