Jump to content


Photo

NeutrinoLikeHD


  • Please log in to reply
63 replies to this topic

Re: NeutrinoLikeHD #41 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 22 August 2018 - 07:15

it is using Cosole font, you may try smaller Console or Regular font, you have to change it in the corresponding screens in the skin itself, the URL in system information is now much longer but still cut off, it is not fixed yet
https://forums.openp...rvice-info-url/

Re: NeutrinoLikeHD #42 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 24 August 2018 - 01:52

On the 1st release you've got

<screen name="SoftcamSetup" position="center,center" size="775,725">
	<widget name="config" position="15,10" size="745,135" itemHeight="45" font="Regular;33" scrollbarMode="showOnDemand"/>
	<widget name="info" position="20,160" size="735,500" font="Console;32"/>
    <ePixmap pixmap="Neutrino-Like.FHD/skin_default...

the NEW one, looks the same for me

<screen name="SoftcamSetup" position="center,center" size="775,725">
	<widget name="config" position="15,10" size="745,135" itemHeight="45" font="Regular;33" scrollbarMode="showOnDemand"/>
	<widget name="info" position="20,160" size="735,500" font="Console;32"/>

but the result on screen is different though.

What should I change?!

 

Also, on the  old one there's no such a thing - "ppanel entry"

<screen name="Execute" position="center,90" size="1800,930" title="PPanel Entry">
	<widget name="linelist" position="15,15" itemHeight="39" font="Console;32" size="1770,858" foregroundColor="white" selectionDisabled="1" scrollbarMode="showOnDemand"/>
  	<ePixmap pixmap


Re: NeutrinoLikeHD #43 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 24 August 2018 - 06:16

well I don´t know what you really mean, for the console output the console font (mono spaced font) is the best one (like in Backupsuite), you may delete "Execute" screen or put it in <!-- --> if the result is better

Re: NeutrinoLikeHD #44 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 24 August 2018 - 07:25

read this thread:

https://forums.openp...readable-rc-61/



Re: NeutrinoLikeHD #45 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 13 October 2018 - 07:50

I was testing some more other mono fonts, this one is thiner, replace /usr/share/fonts/tuxtxt.ttf with this one in .zip, restart enigma2, all skins will be affected with this changes, all skins that uses:

<font filename="tuxtxt.ttf" name="Console" scale="100" />

and somewhere in the skin

font="Console;xx"

 

Attached Files



Re: NeutrinoLikeHD #46 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 15 October 2018 - 19:00

Ok. Thanks a lot for the reply!! I will definitly try it!



Re: NeutrinoLikeHD #47 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 19 February 2019 - 02:10

mrvica, please give me some help: Iwould like to change the color of NextEpgInfo in the channel selection window. Could you point me the line to edit?!

 

PS: And one more thing, when watching an iptv service there is a blue line on top of the screen (about 2px hight) , is this because the whole skin is blue or there is a way to change it to black?



Re: NeutrinoLikeHD #48 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 19 February 2019 - 09:34

I am using NextEpgInfo2 (old)
https://forums.openp...ew-nextepginfo/
just change the render in this line
<widget source="ServiceEvent" render="NextEpgInfo2" position="960,52" size="305,440" backgroundColor="neutrinoBG" noWrap="1" font="Regular;20" NumberOfItems="17" />
in NextEpgInfo, the internal one will be used
about IPTV Services
https://forums.openp...ide-vbi/page-14

Re: NeutrinoLikeHD #49 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 19 February 2019 - 18:01

You probably don't understand what I mean. I don't want to change the epg itself but the color.

Attached File  ClipEpg.jpg   101.6KB   5 downloads

The only thing is that I dont see any "foregroundColor" for this one. (?)

 

.

And here is the blue line that I was talking about: zoom in to the top of the screenshot

Attached File  IP-Tv.jpg   130.15KB   7 downloads  

Sat channels are clear of that line though:

Attached File  Sat progrm.jpg   62.07KB   5 downloads


Edited by GT8k, 19 February 2019 - 18:03.


Re: NeutrinoLikeHD #50 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 19 February 2019 - 20:45

you have to set backgroundColor="neutrinoBG" and foregroundColor of your choice, if you omit foreground color white is taken as defined in color definitions, about IPTV channels, it is not the skin fault, you may take AntiDash or BlackoutBlind plugin, OpenPLi embeded (Channelselection->Menu->Hide VBI lines) doesn´t work for IPTV channels

Re: NeutrinoLikeHD #51 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 19 February 2019 - 22:05

you have to set backgroundColor="neutrinoBG" and foregroundColor of your choice

Ok, I'll try))

 

The "cover dashed flickering line for this service" is smth different... (and yes it's only for sat ch)

This blue line is only "blue" in your skin, using other skins this line is black! That's why I said is it cause of the main bckground color...



Re: NeutrinoLikeHD #52 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 14 March 2019 - 01:07

it is not the skin 

 

Got an update on this one, updated to 7.0 and the blue line has disappeared.)



Re: NeutrinoLikeHD #53 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 14 March 2019 - 01:27

One Q though, how can I remove the numbers that appear aside of volume bar?!

sent using taptalk

Re: NeutrinoLikeHD #54 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 14 March 2019 - 13:52

you can disable it in the skin,  in screen "Volume" just disable "VolumeText" (comment it out)

 

<screen name="Volume" position="620,38" size="773,39" title="Volume" backgroundColor="#ff000000" zPosition="10" flags="wfNoBorder">

--------------------------------------------------------------------

<!-- <widget name="VolumeText" font="Regular;33" transparent="1" foregroundColor="neutrino2ndFG" borderWidth="3" halign="center" position="698,2" size="75,36" /> -->



Re: NeutrinoLikeHD #55 fen

  • Senior Member
  • 31 posts

0
Neutral

Posted 6 March 2021 - 08:54

@mrvica

Der Skin ist zu alt und läuft ohne Änderungen nicht mehr unter OpenATV 6.4

OpenATV 6.3 --->OK !!!



Re: NeutrinoLikeHD #56 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 7 March 2021 - 09:01

I changed few colors, it is no more blue, I named it PLi-Like, works on PLi 7.3, PLi 8 (develop), At the moment I can´t test it on OpenATV 6.4

 

Attached Files



Re: NeutrinoLikeHD #57 fen

  • Senior Member
  • 31 posts

0
Neutral

Posted 7 March 2021 - 10:27

 Thanks :)

 

open atv 6.4  --->OK!

 

 

420674d0017f1191.jpg


Edited by fen, 7 March 2021 - 10:30.


Re: NeutrinoLikeHD #58 fen

  • Senior Member
  • 31 posts

0
Neutral

Posted 7 March 2021 - 16:16

@mrvica

 

5830d282f362c340.jpg

 

 

 

Where in skin.xml ???



Re: NeutrinoLikeHD #59 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 7 March 2021 - 16:44

that is the

<screen name="ChoiceBox"

You mean I left too much space there, You have to leave space for question, error, info pixmap if any,  I did it without python code, python code slows everything down in the skin, you may copy ChoiceBox from older versions I uploaded once



Re: NeutrinoLikeHD #60 fen

  • Senior Member
  • 31 posts

0
Neutral

Posted 7 March 2021 - 17:10

 Thanks :)

 

Now ok !!!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users