[WIP] PLi-DarkOS Skin
Re: [WIP] PLi-DarkOS Skin #1501
Re: [WIP] PLi-DarkOS Skin #1502
Posted 21 February 2024 - 22:43
Please be aware that some iptv providers put the userid and password in the url…. This means you should already stop at the first ‘/‘ post the ‘://‘
But in PliExtraInfo (SecondInfoBar) you show it all with password included. So any stream that uses basic auth or password in the path, the password is exposed in the gui.
In other distros that is not shown.
Re: [WIP] PLi-DarkOS Skin #1503
Re: [WIP] PLi-DarkOS Skin #1504
Posted 22 February 2024 - 13:46
A lot of streams don't use basic authentication but use URL segments, like most modern web development frameworks use, how are you going to remove those?
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 #1505
Posted 22 February 2024 - 14:34
We don't need to change anything in the URL.
Same applies then for the crypto information, we have the IP address or name of the server, so you would like to have this suppressed too?
There is no problem to display the full URL, if you want to display a screenshot on the internet you just delete the sensitive information like you do with the oscam reader.
What are you afraid off?
Of course most of the providers always use the same logic: PROTOCOL://SERVER[:PORT]/LOGIN/PASSWORD/CHANNEL_REFERENCE, but some can use another format so you will never be sure to hide the proper information.
So for debugging the most interesting stuff is the SERVER[:PORT] and CHANNEL_REFERENCE so you can see what and where it is going wrong but there is no way to make something really universal.
If you only display PROTOCOL://SERVER[:PORT]/ it is useless for debugging problems since you don't know which CHANNEL_REFERENCE is buggy.
So it is better to display the full URL.
This can be a parameter to decide to display the full URL or not but on my setup this option will always be to display the full URL.
Another solution for expert.
Foreseen an option into the /etc/enigma2/settings file:
config.url.secret=LOGIN1|PASSWD1|LOGIN2|PASSWD2
which is a regex matching url so every occurence of LOGIN1 or PASSWD1 or LOGIN2 or PASSWD2 in a URL will be clean-up before display.
So it will up to you to decide what you want to hide.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Re: [WIP] PLi-DarkOS Skin #1506
Re: [WIP] PLi-DarkOS Skin #1507
Re: [WIP] PLi-DarkOS Skin #1508
Posted 22 February 2024 - 16:10
Not really useful then, and for debug purposes completely useless.
I regularly use the path to determine exactly which URL is it, so I can find it in my bouquets and for example fix the service ref (to get the correct EPG).
I don't really care who what and where, but there must be SOME way of seeing the complete URL. The Service info screen truncates, and since the last bit of the URL is the most significant, it is currently of not much use as well...
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 #1509
Posted 23 February 2024 - 11:13
Don't know if it's a skin problem or an EPG error but sometimes I see this html source code in the subtitle.... happened at the channel list (right side) as shown in attached screenshot and also a few times in the secondinfo screen (on both sides... sometimes on the left epg text, sometimes on the right epg text)
It was always this code snippet:
</p><p class="smal-meta description">
Attached Files
Edited by Isaac, 23 February 2024 - 11:14.
* Octagon SF8008 (Develop Build)
Re: [WIP] PLi-DarkOS Skin #1510
Posted 23 February 2024 - 11:20
That is not skin related, this is in the EPG data, so you need to check your EPG source.
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 #1511
Posted 25 February 2024 - 16:23
So stream url is added with this......
https://github.com/O...igma2/pull/3926
Not sure is it actually worth it though....
Edited by DimitarCC, 25 February 2024 - 16:23.
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 #1512
Re: [WIP] PLi-DarkOS Skin #1513
Posted 27 February 2024 - 20:43
I still can see the stream URL in DarkOS GUI is it normal? Tested with today update on my VU+ Solo4K (in the second infobar)
In the information service screen we can have the URL: but it is truncated so making it unusable.
Why this screen is split into 2 columns the middle? Can we have a smaller part for the Information description which are quite small so having more space for the usefull informations can we try to have 1/3, 2/3 approach?
Edited by Pr2, 27 February 2024 - 20:50.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Re: [WIP] PLi-DarkOS Skin #1514
Re: [WIP] PLi-DarkOS Skin #1515
Posted 27 February 2024 - 21:45
Press twice the OK button when watching TV (that's what I call the second infobar), there I would expect to see the full stream URL in place of the service reference. (So on top on Free To Air when you are watching IPTV).
Press: Menu -> Informations -> Service
There when it is a stream: we saw URL: but there the information is truncated making it unusable.
So in this screen if you can reduce the place assigned to first column and increase the second column, this should allow to display much more information about the URL (stream).
Question: where are we supposed to see the last rendered that you commit about the stream URL?
Edited by Pr2, 27 February 2024 - 21:46.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Re: [WIP] PLi-DarkOS Skin #1516
Posted 28 February 2024 - 10:44
So what i commited is seen in second infobar under the Free-to-Air text for IPTV.
Regarding service info...There i am not sure how many space can be reserved for that since that screen is used for normal dvb services as well and there is longer texts.
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 #1517
Posted 28 February 2024 - 15:51
So what i commited is seen in second infobar under the Free-to-Air text for IPTV.
There is a problem because I can see nothing under Free-to-Air when watching IPTV in the second infobar.
I just again upgrade my Solo4K and still no url display at all.
Regarding service info...There i am not sure how many space can be reserved for that since that screen is used for normal dvb services as well and there is longer texts.
The left part of this screen contains only the description of what is displayed, this description is quite limited so it has too much space assigned to it.
The second column is where the real information are displayed and this should have the more available spaces to display the information.
Can you please also increase the "main menu" and sub-menus? With translations the text are truncated and it is in some case problematic to known what some sub-menus are doing because the beginning of the translation is the same and it is the end that is meaningful.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Re: [WIP] PLi-DarkOS Skin #1518
Posted 29 February 2024 - 16:18
Does anyone now have the stream URL displayed in the second infobar?
I update daily the box but it still doesn't display.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Re: [WIP] PLi-DarkOS Skin #1519
Posted 29 February 2024 - 17:34
Does anyone now have the stream URL displayed in the second infobar?
I update daily the box but it still doesn't display.
Sorry for the delay i didn't had time to look at this till now.
So the problem was wrong variable in python code. (maybe due to the differences between OE-A and OpenPLi)
that is fixed here https://github.com/O...igma2/pull/3927
On next updated stream url should show.
P.S. Also updated ServiceInfo screen to reserve more space for right column.
Edited by DimitarCC, 29 February 2024 - 17:42.
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 #1520
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users