Jump to content


Photo

Release Candidate van de 9.0 image is publiek gekomen.


  • Please log in to reply
317 replies to this topic

Re: Release Candidate van de 9.0 image is publiek gekomen. #21 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,450 posts

+397
Excellent

Posted 16 August 2023 - 18:22

Ik zal straks bij thuiskomst JMX ook eens testen.

Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: Release Candidate van de 9.0 image is publiek gekomen. #22 WanWizard

  • PLi® Core member
  • 69,852 posts

+1,781
Excellent

Posted 16 August 2023 - 18:48

Ben benieuwd.

 

 Ik kan momenteel geen nieuwe rc bouwen, github heeft kuren...


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.


Re: Release Candidate van de 9.0 image is publiek gekomen. #23 Beeker

  • PLi® Contributor
  • 1,586 posts

+202
Excellent

Posted 16 August 2023 - 19:57

Als iemand tijd heeft, dan graag deze twee bestanden testen voor lcd4linux.

 

DIt is de enige mogelijkheid die ik kan vinden waarom BRI() met een string terugkomt en niet met een integer.

 

Als dit werkt maakt het de code een beetje schoner.

 

Na het testen beide .py bestanden verwijderen.

diff --git a/lcd4linux/src/WebConfigSite.py b/lcd4linux/src/WebConfigSite.py
index 531101f61..f08584491 100644
--- a/lcd4linux/src/WebConfigSite.py
+++ b/lcd4linux/src/WebConfigSite.py
@@ -277,9 +277,9 @@ class LCD4linuxConfigweb(resource.Resource):
                                L4LElement.setBrightness(exs[0], exs[1] == "True")
                elif _command == "getbrightness" and ex is not None:
                        if int(_ex) < 1 or int(_ex) > 3:
-                               return "0"
+                               return 0
                        else:
-                               return str(L4LElement.getBrightness(int(_ex)))
+                               return L4LElement.getBrightness(int(_ex))
                elif _command == "getmjpeg" and ex is not None:
                        if int(_ex) < 1 or int(_ex) > 3:
                                return "0"
diff --git a/lcd4linux/src/plugin.py b/lcd4linux/src/plugin.py
index 830a69ff8..43264844c 100644
--- a/lcd4linux/src/plugin.py
+++ b/lcd4linux/src/plugin.py
@@ -2654,7 +2654,7 @@ def BRI(w1, w2):
 
 def virtBRI(LCD):
        global AktNight
-       vb = int(BRI(L4LElist.getBrightness(LCD), LCD))
+       vb = BRI(L4LElist.getBrightness(LCD), LCD)
        if vb < 1:
                return 0
        elif vb == 10:

 

 

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: Release Candidate van de 9.0 image is publiek gekomen. #24 cobus

  • Senior Member
  • 4,767 posts

+69
Good

Posted 16 August 2023 - 20:04

kan nu niet testen vrouw zit kijken en heb de oudere develop er weer op gezet.


Groetjes Cobus R

 

VU+ UNO 4K SE FBC DVB-C (8x)

MUTANT HD66SE FBC DVB-C (3x)

MAXYTEC MULTIBOX COMBO

MUTANT HD60 DVB-S

 

 

Ziggo (digitaal) Kabel TV (FTV) op alle decoders met oa fallback tuner

 


Re: Release Candidate van de 9.0 image is publiek gekomen. #25 Frenske

  • Forum Moderator
    PLi® Core member
  • 27,450 posts

+397
Excellent

Posted 16 August 2023 - 20:07

Ik zal straks bij thuiskomst JMX ook eens testen.

 

De RC op mijn Uno4Kse geflasht (online) en JMX (zonder account) werd probleemloos gerestored. Een testaccount erin geplaatst en EPG geïnstalleerd en geen GSOD gezien.


Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.

Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen. ;) :)
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.

Voor centrale opslag van media gebruik ik een Qnap 219P 
met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.

-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".

Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.


Re: Release Candidate van de 9.0 image is publiek gekomen. #26 Beeker

  • PLi® Contributor
  • 1,586 posts

+202
Excellent

Posted 16 August 2023 - 20:08

@Cobus

 

Geen haast.

Het kan ook getest worden met de laatste NB.

 

Voor zekerheid, controleer op versie V5.0-r15


Edited by Beeker, 16 August 2023 - 20:10.

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


Re: Release Candidate van de 9.0 image is publiek gekomen. #27 Stan

  • Senior Member
  • 352 posts

0
Neutral

Posted 16 August 2023 - 20:22

Getest, maar crasht opnieuw.

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/plugin.py", line 4781, in run
    para[0](para[1], para[2], para[3])
  File "/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/plugin.py", line 3193, in writeLCD1
    if LCD4linux.LCDType1.value[0] in ["2", "3"] and virtBRI(1) not in [0, 10] and SAVE == True and LCD4linux.MJPEGvirtbri1.value == True:
  File "/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/plugin.py", line 2658, in virtBRI
    if vb < 1:
TypeError: '<' not supported between instances of 'str' and 'int'

Edited by Stan, 16 August 2023 - 20:26.


Re: Release Candidate van de 9.0 image is publiek gekomen. #28 Beeker

  • PLi® Contributor
  • 1,586 posts

+202
Excellent

Posted 16 August 2023 - 20:26

bummer..doesn't work .

Thanks for testing.


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


Re: Release Candidate van de 9.0 image is publiek gekomen. #29 Stan

  • Senior Member
  • 352 posts

0
Neutral

Posted 16 August 2023 - 20:37

I get also this error. (not only with the latest test files):

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/plugin.py", line 10323, in LCD4linuxPICThread
    LCD4linuxPIC(self, session)
  File "/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/plugin.py", line 15325, in LCD4linuxPIC
    Dunkel = writeHelligkeit([LCD4linux.Helligkeit.value, LCD4linux.Helligkeit2.value, LCD4linux.Helligkeit3.value], [LCD4linux.Night.value, LCD4linux.Night2.value, LCD4linux.Night3.value], False)
  File "/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/plugin.py", line 3089, in writeHelligkeit
    h1 = max(h1 - int(night[0]), 0)
TypeError: unsupported operand type(s) for -: 'str' and 'int'

Edited by Stan, 16 August 2023 - 20:44.


Re: Release Candidate van de 9.0 image is publiek gekomen. #30 Stan

  • Senior Member
  • 352 posts

0
Neutral

Posted 16 August 2023 - 20:58

To reproduce the error, set "- LCD 1 Night Reduction" > 0.



Re: Release Candidate van de 9.0 image is publiek gekomen. #31 Beeker

  • PLi® Contributor
  • 1,586 posts

+202
Excellent

Posted 16 August 2023 - 21:06

Try this file

Attached Files


Edited by Beeker, 16 August 2023 - 21:06.

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


Re: Release Candidate van de 9.0 image is publiek gekomen. #32 Beeker

  • PLi® Contributor
  • 1,586 posts

+202
Excellent

Posted 16 August 2023 - 21:08

I know what's going wrong now.

 

The LCD4linux.Helligkeitx values are string.

 

Patch for now:

diff --git a/lcd4linux/src/plugin.py b/lcd4linux/src/plugin.py
index 830a69ff8..fe5ad6ecf 100644
--- a/lcd4linux/src/plugin.py
+++ b/lcd4linux/src/plugin.py
@@ -2654,7 +2654,7 @@ def BRI(w1, w2):
 
 def virtBRI(LCD):
        global AktNight
-       vb = int(BRI(L4LElist.getBrightness(LCD), LCD))
+       vb = BRI(L4LElist.getBrightness(LCD), LCD)
        if vb < 1:
                return 0
        elif vb == 10:
@@ -3081,9 +3081,9 @@ def writeHelligkeit(hell, night, STOP):
        global AktHelligkeit
        global AktNight
        R = ""
-       h1 = BRI(hell[0], 1)
-       h2 = BRI(hell[1], 2)
-       h3 = BRI(hell[2], 3)
+       h1 = BRI(int(hell[0]), 1)
+       h2 = BRI(int(hell[1]), 2)
+       h3 = BRI(int(hell[2]), 3)
        if isOffTime(L4LMoon, L4LSun, L4LMoon, L4LSun):
                if int(night[0]) != 0:
                        h1 = max(h1 - int(night[0]), 0)

 


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


Re: Release Candidate van de 9.0 image is publiek gekomen. #33 Stan

  • Senior Member
  • 352 posts

0
Neutral

Posted 16 August 2023 - 21:17

@ Forum Moderator

 

As this thread is about RC9 and not about LCD4Linux v5.0-r15, could all LCD4Linux-related posts be moved from this thread to the Third-Party section?


Edited by Stan, 16 August 2023 - 21:21.


Re: Release Candidate van de 9.0 image is publiek gekomen. #34 alpha1

  • Senior Member
  • 26 posts

0
Neutral

Posted 16 August 2023 - 21:42

Is met deze 9.0 straks youtube ook weer mogelijk in 4K op Vu Duo 4K/Ultimo 4K??In 8.3 werkte het ook al niet meer ,alleen maar 1080  werktte.



Re: Release Candidate van de 9.0 image is publiek gekomen. #35 WanWizard

  • PLi® Core member
  • 69,852 posts

+1,781
Excellent

Posted 16 August 2023 - 22:06

As this thread is about RC9 and not about LCD4Linux v5.0-r15, could all LCD4Linux-related posts be moved from this thread to the Third-Party section?

 

This version is also in rc9, but if there is a separate test topic for, then yes, please use that one.


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.


Re: Release Candidate van de 9.0 image is publiek gekomen. #36 WanWizard

  • PLi® Core member
  • 69,852 posts

+1,781
Excellent

Posted 16 August 2023 - 22:06

Is met deze 9.0 straks youtube ook weer mogelijk in 4K op Vu Duo 4K/Ultimo 4K??In 8.3 werkte het ook al niet meer ,alleen maar 1080  werktte.

 

Geen idee, ik gebruik dat nooit, al was het alleen maar omdat ik geen 4K TV heb ;)


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.


Re: Release Candidate van de 9.0 image is publiek gekomen. #37 fransje

  • Senior Member
  • 41 posts

0
Neutral

Posted 16 August 2023 - 22:17

Hoi hier ook de RC 9.0 aan het testen verders nog geen problemen gevonden .Alleen zenderlijst met youtube  zenders werken niet kan streamlink niet installeren of moeten we nu wat anders installeren .



Re: Release Candidate van de 9.0 image is publiek gekomen. #38 Loui (PD1LOI)

  • Senior Member
  • 4,582 posts

+146
Excellent

Posted 17 August 2023 - 08:11

Hier werkt alles voor zover ik het kan zien prima, wat nog niet goed werkt is Easymedia die kan sommige items niet vinden of is niet geïnstalleerd terwijl ze wel aanwezig zijn en werken De vrouw vind dit een handige item om mee te werken.

De letters op het scherm zijn ook kleiner geworden in EasyMedia. Voor de rest is de box weer lekker snel.


Edited by Loui (PD1LOI), 17 August 2023 - 08:15.


Re: Release Candidate van de 9.0 image is publiek gekomen. #39 hro

  • Senior Member
  • 2,688 posts

+785
Excellent

Posted 17 August 2023 - 08:48

Werkt HbbTV in RC 9.0?


Mutant HD51 via Wave T55 (5 lnb's: 9/13/19/23/28 oost) + Edision Mio 4K via Triax 1,2 meter met usals disecq.


Re: Release Candidate van de 9.0 image is publiek gekomen. #40 WanWizard

  • PLi® Core member
  • 69,852 posts

+1,781
Excellent

Posted 17 August 2023 - 09:38

Hoi hier ook de RC 9.0 aan het testen verders nog geen problemen gevonden .Alleen zenderlijst met youtube  zenders werken niet kan streamlink niet installeren of moeten we nu wat anders installeren .

 

Wat zijn "zenderlijsten met Youtube zenders" en wat is "streamlink"?

 

Meer info is nodig.


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.



26 user(s) are reading this topic

0 members, 26 guests, 0 anonymous users