Jump to content


Photo

[WIP] PLi-DarkOS Skin


  • Please log in to reply
2041 replies to this topic

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

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 18 October 2023 - 19:52

Maybe other developers discuss stuff in private chats/thread..... ;)

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 #202 WanWizard

  • PLi® Core member
  • 70,409 posts

+1,807
Excellent

Posted 18 October 2023 - 20:28

Maybe other developers discuss stuff in private chats/thread..... ;)

 

I assume I would be aware of those, unless they are even secret for me... ;)


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 #203 luisteraar

  • Senior Member
  • 2,480 posts

+24
Neutral

Posted 19 October 2023 - 10:08

Do you main this ?

https://forums.openp...evelop-crashes/

 

hidden forum ?



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

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

+486
Excellent

Posted 19 October 2023 - 16:15

Nothing is hidden, you’re not authorized to enter that part of our forum if this page doesn’t load.

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 #205 kamaxx

  • Senior Member
  • 94 posts

+5
Neutral

Posted 19 October 2023 - 21:49

@Dimitar;

 

Im obsessed not to channel number on infobar.

 

Name,Orbpos,Provider is okey but Channelnumber is not coming to infobar.

 

 

I am searching and made some script change but ChannelNumber is not okay.

ref_str = ""
num = ref and ref.getChannelNum() or None
if num is None:
num = '---'
else:
num = str(num)


channelnum = num


orbitalpos = ''


try:
tp_data = info.getInfoObject(iServiceInformation.sTransponderData)
except:
tp_data = info.getInfoObject(ref, iServiceInformation.sTransponderData)


if tp_data is not None:
try:
position = tp_data["orbital_position"]
if position > 1800: # west
orbitalpos = "%.1f " %(float(3600 - position)/10) + _("W")
else:
orbitalpos = "%.1f " %(float(position)/10) + _("E")
except:
pass


res_str = ""
for x in self.parts[1:]:
if x == "NUMBER" and channelnum != '':
res_str = self.appendToStringWithSeparator(res_str, channelnum)
if x == "NAME" and nametext != '':
res_str = self.appendToStringWithSeparator(res_str, nametext)
if x == "ORBPOS" and orbitalpos != '':
res_str = self.appendToStringWithSeparator(res_str, orbitalpos)
if x == "PROVIDER" and provider != '':
res_str = self.appendToStringWithSeparator(res_str, provider)
if x == "REFERENCE" and ref_str != '':
res_str = self.appendToStringWithSeparator(res_str, ref_str)
return res_str


Re: [WIP] PLi-DarkOS Skin #206 Huevos

  • PLi® Contributor
  • 4,645 posts

+162
Excellent

Posted 19 October 2023 - 23:54

 

@Dimitar;

 

Im obsessed not to channel number on infobar.

 

Name,Orbpos,Provider is okey but Channelnumber is not coming to infobar.

 

 

I am searching and made some script change but ChannelNumber is not okay.

ref_str = ""
num = ref and ref.getChannelNum() or None
if num is None:
num = '---'
else:
num = str(num)


channelnum = num


orbitalpos = ''


try:
tp_data = info.getInfoObject(iServiceInformation.sTransponderData)
except:
tp_data = info.getInfoObject(ref, iServiceInformation.sTransponderData)


if tp_data is not None:
try:
position = tp_data["orbital_position"]
if position > 1800: # west
orbitalpos = "%.1f " %(float(3600 - position)/10) + _("W")
else:
orbitalpos = "%.1f " %(float(position)/10) + _("E")
except:
pass


res_str = ""
for x in self.parts[1:]:
if x == "NUMBER" and channelnum != '':
res_str = self.appendToStringWithSeparator(res_str, channelnum)
if x == "NAME" and nametext != '':
res_str = self.appendToStringWithSeparator(res_str, nametext)
if x == "ORBPOS" and orbitalpos != '':
res_str = self.appendToStringWithSeparator(res_str, orbitalpos)
if x == "PROVIDER" and provider != '':
res_str = self.appendToStringWithSeparator(res_str, provider)
if x == "REFERENCE" and ref_str != '':
res_str = self.appendToStringWithSeparator(res_str, ref_str)
return res_str

 

Please post the debug log.



Re: [WIP] PLi-DarkOS Skin #207 kamaxx

  • Senior Member
  • 94 posts

+5
Neutral

Posted 20 October 2023 - 00:28

@Huevos,

 

I attached debug log

 

Thanks in advance

Attached Files



Re: [WIP] PLi-DarkOS Skin #208 Huevos

  • PLi® Contributor
  • 4,645 posts

+162
Excellent

Posted 20 October 2023 - 01:19

@Huevos,

 

I attached debug log

 

Thanks in advance

I can't see anything wrong there?

 

Are you actually in a bouquet, or in the satellite list?
 



Re: [WIP] PLi-DarkOS Skin #209 kamaxx

  • Senior Member
  • 94 posts

+5
Neutral

Posted 20 October 2023 - 07:36

 

@Huevos,

 

I attached debug log

 

Thanks in advance

I can't see anything wrong there?

 

Are you actually in a bouquet, or in the satellite list?
 

 

@Huevos;

 

Good morning :)

 

Its not a raw list.  I arranged as favorite list.

Numbers seem on channel list unlike infobar.



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

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 20 October 2023 - 11:55

@littlesat

 

Here https://forums.openp...s/#entry1573690 is proposal for more flexible convertor strings


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 #211 kamaxx

  • Senior Member
  • 94 posts

+5
Neutral

Posted 21 October 2023 - 11:09

@DimitarCC,

@Huevos,

@...

 

Have a good weekend!

 

I tried skin on Openvix image and all header info seems good :)

Where is the difference?

 

I download skin as online feed on openvix image

 

I assume graphmultiepg is more beautiful

Attached Files

  • Attached File  1.jpg   76.74KB   11 downloads
  • Attached File  2.jpg   159.61KB   9 downloads

Edited by kamaxx, 21 October 2023 - 11:11.


Re: [WIP] PLi-DarkOS Skin #212 antrabe

  • Senior Member
  • 199 posts

0
Neutral

Posted 7 November 2023 - 21:12

for me on octagon SF8008 openpli 9rc not appear channel name and number.



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

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 7 November 2023 - 21:24

I suggest using nightly for which is not needed compatability package. Soon i will release new version of skin as ipk. But that will work on nightly only.

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 #214 antrabe

  • Senior Member
  • 199 posts

0
Neutral

Posted 7 November 2023 - 21:27

I suggest using nightly for which is not needed compatability package. Soon i will release new version of skin as ipk. But that will work on nightly only.

ok thanks for the info i´ll change to nightly



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

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 13 November 2023 - 09:12

Here is the latest version of E2-DarkOS skin (0.9.9.9).

 

Changelog:

 

[Added] Mostly all main screens

[Added] Some plugin screens

[Added] Dynamic placing for control and color buttons

[Added] More brand and model logos 

[Updated] Optimized the whole skin

[Updated] Made skin compatible with all major oe-alliance images and OpenPLi based one

 

!!!WARNING!!!

 

THIS VERSION OF THE SKIN WORKS ONLY ON OpenPLi Nightly VERSION!

DOES NOT work on OpenPLi 9.0 Release!

 

 

@PLi team: Is there a chance the skin to be included in the OpenPLi feed?

Attached Files


Edited by DimitarCC, 13 November 2023 - 09:13.

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 #216 Taapat

  • PLi® Core member
  • 2,345 posts

+121
Excellent

Posted 13 November 2023 - 10:27

If you want to add your skin in feed why don't you create a PR in openpli-oe-core to build your skin for feed?



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

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 13 November 2023 - 10:49

OK. If that is the procedure i will make a PR... I just didnt know the procedure about that here. ;)


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 #218 DimitarCC

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 13 November 2023 - 11:08

OK i have made a PR

https://github.com/O...-core/pull/1215

 

Not sure did i made all required changes though ;)


Edited by DimitarCC, 13 November 2023 - 11:08.

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 #219 Tech

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

+486
Excellent

Posted 13 November 2023 - 11:51

 

 

@PLi team: Is there a chance the skin to be included in the OpenPLi feed?

I think it's a nice skin and I will definitely be using it for a while.
I have accepted the PR, so from now on the skin will be built and added to the feeds.
 
One point does stand out to me, the picons don't look very nice.....

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 #220 DimitarCC

  • PLi® Contributor
  • 1,566 posts

+68
Good

Posted 13 November 2023 - 11:54

Can you give me example where they doesnt look nice?

In infobar? or in ChannelSelection screen?

Maybe some screenshots will help ;)


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



13 user(s) are reading this topic

0 members, 13 guests, 0 anonymous users