Can we add this patch?
https://github.com/o...720a36e690215f3
Posted 23 May 2024 - 05:22
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 23 May 2024 - 08:50
We build from https://github.com/O...thon3/lcd4linux
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 24 May 2024 - 18:46
LG 55UJ630V 4K UHD > Яндекс Станция Дуо Макс & Zgemma H7 S 4K UHD
Samsung QE55Q60A 4K UHD > Яндекс Станция Макс & Zgemma H9 Twin 4K UHD <> LCD4linux met Samsung SPF 87H
Posted 10 August 2024 - 09:01
LG 55UJ630V 4K UHD > Яндекс Станция Дуо Макс & Zgemma H7 S 4K UHD
Samsung QE55Q60A 4K UHD > Яндекс Станция Макс & Zgemma H9 Twin 4K UHD <> LCD4linux met Samsung SPF 87H
Posted 10 August 2024 - 10:31
It is be possible to adjust the image so that it appears in this frame?
Because it is very difficult to adjust plugin lcd4linux this image you make picons in the middle on lcd they appear on your right side lcd. If it's not difficult, correct this, I will be very grateful to you!
Sincerely!
Edited by gintarasarm, 10 August 2024 - 10:36.
Posted 11 August 2024 - 09:09
good afternoon dear developers!as of today the latest version of the plugin is v5.0-r22 and the OpenPLi feed is v5.0-r15. Can you please update this plugin?
PR created.
https://github.com/O...-plugins/pull/1
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Posted 12 August 2024 - 17:17
Hi Guys,
Does have anyone picons are on display LCD for IPTV channels after update plugin LCD4linux to version V5.0-r22 (Режим: Py3)?
Personally, after the update, picon on the LCD is not displayed on IPTV channels,
There were no problems with the previous version V5.0-r15 (Режим: Py3). Everything was displayed on IPTV channels.
I would be grateful if this could be corrected
Posted 12 August 2024 - 17:30
LG 55UJ630V 4K UHD > Яндекс Станция Дуо Макс & Zgemma H7 S 4K UHD
Samsung QE55Q60A 4K UHD > Яндекс Станция Макс & Zgemma H9 Twin 4K UHD <> LCD4linux met Samsung SPF 87H
Posted 13 August 2024 - 09:17
Posted 13 August 2024 - 09:46
Try this file.
Patch
iff --git a/lcd4linux/src/plugin.py b/lcd4linux/src/plugin.py index 34e75b7..9b9facc 100644 --- a/lcd4linux/src/plugin.py +++ b/lcd4linux/src/plugin.py @@ -2989,7 +2989,7 @@ def getpiconres(x, y, full, picon, channelname, channelname2, P2, P2A, P2C): name4 = "%s.png" % channelname name3 = "%s.png" % channelname2.replace('\x87', '').replace('\x86', '') name = normalize('NFKD', str("" + channelname)) - name = "%s.png" % sub(r'[^a-z0-9]', '', str(name).replace('&', 'and').replace('+', 'plus').replace('*', 'star').lower()) + name = sub(r'[^a-z0-9]', '', "%s.png" % str(name).replace('&', 'and').replace('+', 'plus').replace('*', 'star').lower()) PIC.append(join(P2, name3)) PIC.append(join(P2, name2)) PIC.append(join(P2, name)) @@ -10840,7 +10840,7 @@ def LCD4linuxPIC(self, session): name4 = "%s.png" % self.Lchannel_name name3 = "%s.png" % self.Lchannel_name2.replace('\x87', '').replace('\x86', '') name = normalize('NFKD', str("" + self.Lchannel_name)) - name = "%s.png" % sub(r'[^a-z0-9]', '', str(name).replace('&', 'and').replace('+', 'plus').replace('*', 'star').lower()) + name = sub(r'[^a-z0-9]', '', "%s.png" % str(name).replace('&', 'and').replace('+', 'plus').replace('*', 'star').lower()) PIC.append(join(P2, name3)) PIC.append(join(P2, name2)) PIC.append(join(P2, name)) @@ -12051,7 +12051,7 @@ def LCD4linuxPIC(self, session): name4 = "%s.png" % self.Lchannel_name name3 = "%s.png" % self.Lchannel_name2.replace('\x87', '').replace('\x86', '') name = normalize('NFKD', self.Lchannel_name) - name = "%s.png" % sub(r'[^a-z0-9]', '', str(name).replace('&', 'and').replace('+', 'plus').replace('*', 'star').lower()) + name = sub(r'[^a-z0-9]', '', "%s.png" % str(name).replace('&', 'and').replace('+', 'plus').replace('*', 'star').lower()) name5 = getPiconName(self.LsreftoString) PIC.append(join(P2, name3)) PIC.append(join(P2, name2))
Revert partly commit:
https://github.com/O...857e7dd731L2988
The new code has a dot in the name variable. (e.g. ARD.png).
The old code not ( so ARDpng).
This patch revert back to how it was in version v15 (so without the dot in filename).
Upload file to
/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/
And restart Enigma2.
-Test
-Delete plugin.py file after test as it takes presendence over an online update.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Posted 13 August 2024 - 10:12
Try this. This file is just a snapshot of version 21.
https://github.com/O...d8f107edaa2599d
To be sure.
Sorry I can't test it myself.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
0 members, 6 guests, 0 anonymous users