Jump to content


DimitarCC

Member Since 8 Dec 2008
Offline Last Active Today, 12:36
-----

#1613693 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 26 March 2024 - 17:49

P.S. i see you have merged most of the things....Only one thing is missing.. let me add it in a PR....




#1607257 Splitscreen mode vu+

Posted by DimitarCC on 21 February 2024 - 12:33

I am not sure what the problem is here....

 

But here are PiP modes that are supported in my Vu+Duo4KSE

 

IMG_20240221_132758.jpg

 

IMG_20240221_132813.jpg

 

IMG_20240221_132828.jpg

 

IMG_20240221_132839.jpg

 

IMG_20240221_132851.jpg

 

Note the current mode shown in the screenshot. For me seems to work normal.....




#1602898 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 30 January 2024 - 12:11

For actual video picture there should be change in brightness when HDR is enabled. Since TV switch to HDR mode. On TVs that are not 4K usually that channels render very dark.

 

But indeed the OSD should not change ever.....But it does :(

 

My observations are that:

 

- in setup the HDMI color depth = Auto by default

- With auto when switching to HDR OSD became very dark

- When set HDMI color depth = 12bit - then OSD became slightly darker but not so much

 

But still i think OSD should not be changed when HDR got enabled or disabled.




#1598852 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 13 January 2024 - 16:00

OK i saw the error. Will fix it now.

 

P.S. OK fixed. Should work with next update of boxlogos package.




#1598832 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 13 January 2024 - 15:24

Well i am not sure. I guess you dont have /usr/share/enigma2/logos/boxlogo.svg on your box.

 

That can be because the boxlogos package was not updated or not generated correctly. Or the name of the svg in boxlogos package is wrong...

 

Maybe @WanWizard can shed a light what is exactly the issue with Zgemma H10 Combo.




#1598800 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 13 January 2024 - 13:26

Thanks!




#1598780 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 13 January 2024 - 12:44

 

p/s here's another

 

 

Added in latest skin code.




#1598776 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 13 January 2024 - 12:44

no change

attachicon.gif 5.jpg

 

That is fixed with new code. However first the changes here

 

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

 

have to be merged.




#1598492 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 11 January 2024 - 08:56

no change

attachicon.gif 5.jpg

 

Here the problem is deeper since it used fixed width forr all places where it is used....i have to find a way to make this configurable per widget.... :(




#1598116 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 10 January 2024 - 11:26

it would be great if you could fix this window

attachicon.gif 23.jpg

 

That is fixed in latest source i think. So wait for next build :)

 

@DimitarCC please add logo and Zgemma H10 Combo

https://github.com/D...s/tree/main/box

 

Tnx

 

Added... wait for next build.




#1597404 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 7 January 2024 - 17:27

Thanks the logo are working great!

 

but to small look at the screenshot

 

attachicon.gif QMusic_20240105211327.jpg but to small look at the screenshot

 

So that is fixed in the code now. It should be available in next build.

 

However scaling of images have to be revised so to work correct in all cases ;)




#1597236 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 7 January 2024 - 09:56

You have to update to latest nightly and error will go away.


#1596548 [WIP] PLi-DarkOS Skin

Posted by DimitarCC on 4 January 2024 - 21:03

Now I see that snapshot I think the positions for caid and provider id. Should be swapped

 

Umm there seems to be a problem with display of that since it uses convertor that is not there anymore....I have to extend the current cryptoinfo or PLiExtraInfo for that....




#1590684 i have a question

Posted by DimitarCC on 18 December 2023 - 18:26

Ah OK you suggest only +5min to be in gray color and customizable....

 

OK i misunderstood but that will be more difficult to set since you have to set a special foreground only for this block and then revert it as normal foreground. Besides it requires 4 new colors (normal, selected, fallback, default).

 

Will se what can be done.




#1589736 i have a question

Posted by DimitarCC on 14 December 2023 - 17:59

	config.usage.servicenum_fontsize = ConfigSelectionNumber(default=0, stepwidth=1, min=-8, max=10, wraparound=True)
	config.usage.servicename_fontsize = ConfigSelectionNumber(default=0, stepwidth=1, min=-8, max=10, wraparound=True)
	config.usage.serviceinfo_fontsize = ConfigSelectionNumber(default=0, stepwidth=1, min=-8, max=10, wraparound=True)

Where is this configured (I couldn’t find it)?

Maybe the solution is here?

 

 

Yes that config option are meant to allow the user to control the font by his wishes. They are present and in use in OE-A.

But currently the config entries definition are there but they are not in the UI.

Simply adding them in UI (Channel list config) will allow your friend to make the text font size like he like it by relatively changing the size depending on the skin defined font, So if he choose -2 and fontsize by skin is 28 the new font will be 26 ;)

 

That i wrote in the before posts - that this options are there in the code but not in the UI in PLi.

 

So just add them. :)