Jump to content


Photo

[WIP] PLi-DarkOS Skin


  • Please log in to reply
2041 replies to this topic

Re: [WIP] PLi-DarkOS Skin #541 littlesat

  • PLi® Core member
  • 57,122 posts

+698
Excellent

Posted 28 November 2023 - 18:34

For the size from the pixmapnum I just committed a likely better solution with one loops less... as this is called for the size with every picture that is loaded .... and loading the actual pictures in a dict where the size is known... first build a list of resolved filenames and then load them later....


Edited by littlesat, 28 November 2023 - 18:43.

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


Re: [WIP] PLi-DarkOS Skin #542 DimitarCC

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 28 November 2023 - 18:47

Ok. But is that actually scale the svg... As far as i remember height should be 0 so svg to scale...

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: [WIP] PLi-DarkOS Skin #543 littlesat

  • PLi® Core member
  • 57,122 posts

+698
Excellent

Posted 28 November 2023 - 19:05

Then we change that � but later…. For now I did fit it to what it should be scaled.

Edited by littlesat, 28 November 2023 - 19:59.

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


Re: [WIP] PLi-DarkOS Skin #544 WanWizard

  • PLi® Core member
  • 70,396 posts

+1,807
Excellent

Posted 28 November 2023 - 21:16

@Littlesat,

 

You've broken the build:

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Navigation.py", line 87, in dispatchEvent
    x(i)
  File "/usr/lib/enigma2/python/Components/ServiceEventTracker.py", line 82, in event
    func[2]()
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2127, in __serviceStarted
    self.__seekableStatusChanged()
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2118, in __seekableStatusChanged
    self.setSeekState(self.SEEK_STATE_PLAY)
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1573, in setSeekState
    c(self.seekstate)
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1811, in __playStateChanged
    self.pvrStateDialog["statusicon"].setPixmapNum([">", '||', 'END', '>>', '<<', '/'].index(playstate[0]))
KeyError: 'statusicon'
[ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xb165d700>>,(0,)) failed)

and if I work around that:

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Navigation.py", line 87, in dispatchEvent
    x(i)
  File "/usr/lib/enigma2/python/Components/ServiceEventTracker.py", line 82, in event
    func[2]()
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2128, in __serviceStarted
    self.__seekableStatusChanged()
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2119, in __seekableStatusChanged
    self.setSeekState(self.SEEK_STATE_PLAY)
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1573, in setSeekState
    c(self.seekstate)
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1813, in __playStateChanged
    self.pvrStateDialog["speed"].setText(playstate[1] if len(playstate) > 1 else "")
KeyError: 'speed'
[ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xb16426e8>>,(0,)) failed)

E2 now crashes at startup with a green screen.

 

edit: not sure why this is called when E2 starts up, there is nothing being played back ?


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: [WIP] PLi-DarkOS Skin #545 littlesat

  • PLi® Core member
  • 57,122 posts

+698
Excellent

Posted 28 November 2023 - 22:12

Did I forget to change the PVRstate screen? And only change the Infobargenrics?

Edited by littlesat, 28 November 2023 - 22:13.

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


Re: [WIP] PLi-DarkOS Skin #546 littlesat

  • PLi® Core member
  • 57,122 posts

+698
Excellent

Posted 28 November 2023 - 22:26

Shoot indeed... Fix is coming...


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


Re: [WIP] PLi-DarkOS Skin #547 littlesat

  • PLi® Core member
  • 57,122 posts

+698
Excellent

Posted 28 November 2023 - 22:29

FYI https://github.com/O...7aa843086cac1da


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


Re: [WIP] PLi-DarkOS Skin #548 WanWizard

  • PLi® Core member
  • 70,396 posts

+1,807
Excellent

Posted 28 November 2023 - 23:24

Thanks. The current develop build should pick that up.


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: [WIP] PLi-DarkOS Skin #549 littlesat

  • PLi® Core member
  • 57,122 posts

+698
Excellent

Posted 28 November 2023 - 23:29

Sorry…. My fault…

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


Re: [WIP] PLi-DarkOS Skin #550 WanWizard

  • PLi® Core member
  • 70,396 posts

+1,807
Excellent

Posted 28 November 2023 - 23:36

Shit happens... ;)


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: [WIP] PLi-DarkOS Skin #551 WanWizard

  • PLi® Core member
  • 70,396 posts

+1,807
Excellent

Posted 29 November 2023 - 17:11

Commit https://github.com/O...d3dbd5eb31c190d causes

File "/usr/lib/enigma2/python/Components/Converter/ServiceName.py", line 111, in getOrbitalPos
TypeError: iServiceInformationPtr_getInfoObject expected 2 arguments, got 3
[ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xacbc8fa0>>,(0,)) failed)

 


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: [WIP] PLi-DarkOS Skin #552 DimitarCC

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 29 November 2023 - 17:57

Yeah...Merge problem....

 

That should fix it.

 

https://github.com/O...igma2/pull/3850


Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: [WIP] PLi-DarkOS Skin #553 WanWizard

  • PLi® Core member
  • 70,396 posts

+1,807
Excellent

Posted 29 November 2023 - 18:11

Thanks, merged.

 

I also got a crash when I pressed the Help button on the movielist screen:

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 57, in action
    res = self.actions[action]()
  File "/usr/lib/enigma2/python/Screens/HelpMenu.py", line 61, in showHelp
    self.session.openWithCallback(self.callHelpAction, HelpMenu, self.helpList)
  File "/usr/lib/enigma2/python/StartEnigma.py", line 300, in openWithCallback
    dlg = self.open(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/StartEnigma.py", line 313, in open
    self.execBegin()
  File "/usr/lib/enigma2/python/StartEnigma.py", line 238, in execBegin
    c.show()
  File "/usr/lib/enigma2/python/Screens/Screen.py", line 135, in show
    x()
  File "/usr/lib/enigma2/python/Components/Addons/Pager.py", line 38, in onContainerShown
    if self.initPager not in self.source.onSelectionChanged:
AttributeError: 'HelpMenuList' object has no attribute 'onSelectionChanged'
[ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xad88e148>>,('HelpActions', 'displayHelp')) failed)

 


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: [WIP] PLi-DarkOS Skin #554 DimitarCC

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 29 November 2023 - 18:33

Yes..That is something else. HelpMenuList have to be extended.....

 

I will add that later....


Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: [WIP] PLi-DarkOS Skin #555 WanWizard

  • PLi® Core member
  • 70,396 posts

+1,807
Excellent

Posted 29 November 2023 - 18:39

Ok. I will steer clear of the help button for now... ;)


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: [WIP] PLi-DarkOS Skin #556 DimitarCC

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 29 November 2023 - 19:24

So that should fix the HelpMenuList 

 

https://github.com/OpenPLi/enigma2/pull/3851


Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: [WIP] PLi-DarkOS Skin #557 Tech

  • Forum Moderator
    PLi® Core member
  • 14,917 posts

+486
Excellent

Posted 29 November 2023 - 19:51

So that should fix the HelpMenuList 

 

https://github.com/OpenPLi/enigma2/pull/3851

Correct, it does  :)


Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

On the edge of the abyss, a step forward is not always progress....

Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna

Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam

Press the Geplaatste afbeelding button on the buttom right of this message ;)

Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki


Re: [WIP] PLi-DarkOS Skin #558 catastrofus

  • Senior Member
  • 3,480 posts

+43
Good

Posted 30 November 2023 - 12:59

After updaten OpenPLi today (using DarkOS) I'm stuck in a bootloop.

Switching back to FullNightHD it's up & running again.

Attached Files


2 x ultimo4k (dvb-c fbc + 1 dvb-s2, 9.0r/nb) + een et10k/osmini ((nb) geen tuners en dus fallbackclient, nb) met een Synology ds214+ (2 x 6 TB) op DSM 7.1.1 in ziggo oost (voormalig @Home) + A1/A2/A3/HB (TechniSat)
 


Re: [WIP] PLi-DarkOS Skin #559 WanWizard

  • PLi® Core member
  • 70,396 posts

+1,807
Excellent

Posted 30 November 2023 - 13:09

Is already fixed, wait for the current build to complete.


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: [WIP] PLi-DarkOS Skin #560 Frenske

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

+397
Excellent

Posted 30 November 2023 - 13:13

I was under the impression that that fix already was implemented but after having updated and having installed this skin again, the crash was still present.

I’ll wait for the fix.


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.



4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users