Jump to content


Photo

NeutrinoLikeHD


  • Please log in to reply
63 replies to this topic

#1 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 11 September 2016 - 10:42

I made this skin compatible to OpenPLi, also made some cosmetic changes to look more OpenPLi alike, no green screen on setup anymore, install .ipk and replace skin.xml with this one

Attached Files


Edited by mrvica, 11 September 2016 - 10:44.


Re: NeutrinoLikeHD #2 beastyboy

  • Senior Member
  • 36 posts

0
Neutral

Posted 11 September 2016 - 16:36

Please add screenshots


Sent from my iPhone using Tapatalk

Re: NeutrinoLikeHD #3 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 11 September 2016 - 17:36

just Google for "neutrino-likehd multiimage"



Re: NeutrinoLikeHD #4 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 16 October 2016 - 17:50

corrected plenty of errors, inserted Pig into channel selection, second infobar took from holo skin

Attached Files



Re: NeutrinoLikeHD #5 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 16 October 2016 - 18:04

in the archive was DreamExplorer, not needed for this Skin, take this

Attached Files



Re: NeutrinoLikeHD #6 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 11 November 2016 - 21:43

small update, install manually, you´ll have to replace the whole Neutrino-Like.HD directory, not just skin.xml, tested with OpenATV too

 

Attached Files



Re: NeutrinoLikeHD #7 taha

  • Senior Member
  • 30 posts

+2
Neutral

Posted 12 November 2016 - 09:31

Thank you very nice skin

 

c1j39254.jpg

 

cvd39254.jpg

 

t5y39254.jpg



Re: NeutrinoLikeHD #8 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 24 December 2016 - 10:38

small update, two 2nd infobars (only OpenPLi), how to swap them, while in 2nd infobar press long OK oder long Exit, depends on RC Style, graphical multiepg looks now much better, corrected some errors I was aware of,

Happy Holidays!

 

Attached Files



Re: NeutrinoLikeHD #9 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 24 May 2017 - 17:16

mrvica

Could you make that skin without PiG (I am not shure, but I am talking about channel selection and menu in foreground without the window of the current playing channel) If it is possible and not too complicated...

 

Thank you in advance.



Re: NeutrinoLikeHD #10 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 25 May 2017 - 18:17

could be done without PiG, of course, most people like PiG though
what you mean is called simple channel selection, try info, yellow for single EPG, then blue for channel selection, that is called simple channel selection, that could be activated as default i think, I don´t know at the moment how to do it, the other way is to edit skin.xml and delete ChannelSelection screen and SimpleChannelSelection screen edit in ChannelSelection, didn´t try it myself

Re: NeutrinoLikeHD #11 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 25 May 2017 - 22:09

I C...

But I don't get it why you people like pig!)

The screen of running service -while you select smth else- is small so it does no help for me personally. Moreover zapping becomes a bi-i-t slower, while the channel "moves" from the small screen to full screen. The more annoying sometimes is pig in the "blue button (menu)" too. But as you said people like pig, or most skinners make this kind of skin (because they like it that way or I dont know why)) I really struggle to find quality non pig skins...

Anyway, if you ever gona be in the mood and have some spare time (for smth you dont like xD) 

I'll appreciate your help



Re: NeutrinoLikeHD #12 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 26 May 2017 - 04:55

Is it possible to add full caid info on the second infobar

eg. biss:2600:0800:SID:1fff

 

Attached File  02Pic.jpg   154.56KB   28 downloads

For me this setting is the other way around*

Attached File  1_EB_462B0.jpg   180.07KB   29 downloads

 

*but it doesn't matter cause it works perfectly as it is



Re: NeutrinoLikeHD #13 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 26 May 2017 - 08:51

SimpleChannelSelection is OpenATV feature, sorry
Channel List Service Mode, Standard, Simple, there you could change to simple without any changes in skin.xml, channel selection list is then witout PiG, you can have a look at simple list with info -> yellow -> blue
@littlesat could add it ChannelSelection.py, are just few lines
second infobar has CaID informations, have a look at screenshots above

Re: NeutrinoLikeHD #14 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 27 May 2017 - 02:01

Thanks for the reply,

of course I've seen the caid info that is already on your skin, but I was thinking if it is posible to add some xtras

 

Attached Files

  • Attached File  a1.jpg   10.44KB   22 downloads


Re: NeutrinoLikeHD #15 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 27 May 2017 - 15:25

serach for these lines in skin.xml, instead of

<widget source="session.CurrentService" render="Label" position="250,689" size="762,26" font="Regular; 20" zPosition="4" backgroundColor="neutrino2ndBG" noWrap="1" foregroundColor="grey">
<convert type="pliCaidDisplay">Default</convert>
</widget>

you may try:

<widget source="session.CurrentService" render="Label" position="250,689" size="762,26" font="Regular; 20" zPosition="4" backgroundColor="neutrino2ndBG" noWrap="1" foregroundColor="grey">
<convert type="PliExtraInfo">CryptoInfo</convert>
</widget>

or:

<widget source="session.CurrentService" render="Label" position="250,689" size="762,26" font="Regular; 20" zPosition="4" backgroundColor="neutrino2ndBG" noWrap="1" foregroundColor="grey">
<convert type="PliExtraInfo">CryptoSpecial</convert>
</widget>

Re: NeutrinoLikeHD #16 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 28 May 2017 - 00:36

The first "version" worked! [<convert type="PliExtraInfo">CryptoInfo</convert>]

Thank you for your help!

 

Just one more thing, the historyzapselector plugin is not working with this skin, can we do smth about it?!

Attached Files



Re: NeutrinoLikeHD #17 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 28 May 2017 - 09:00

I use NeutrinoLikeHD myself, ZapSelector is working here, If you install from the feed, there is a problem I explained here, Dimitrij should change the name of his plugin, use a workaround

https://forums.openp...y-zap-selector/



Re: NeutrinoLikeHD #18 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 28 May 2017 - 09:10

I suggest we should avoid extra settings.... Like simple channel selector.... Why should you make this 'switchable'?

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


Re: NeutrinoLikeHD #19 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 28 May 2017 - 13:29

as you see, some people want just simple channel selection without any schnick schnack, when you open single EPG then blue (select channel) you get simple channel selection, but it is not sticky, I´ve seen that on OpenATV, you can change in setup form standard into simple, so next time you open channel selection, simple channel selection is shown



Re: NeutrinoLikeHD #20 GT8k

  • Senior Member
  • 92 posts

+2
Neutral

Posted 28 May 2017 - 13:31

[b]mrvica[&#092;b]
I didn't quite get the last one. All my plugins are from pli feed installed from the box only(!) "historyzapselector" 2.2 and you are saying that I cannot do anything about it, its the developer, so you suggest me to use the other (simple) plugin or what?


Sent from my XZs


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users